Added render offsets to items in BP

This commit is contained in:
DaanV2
2021-03-11 12:05:51 +01:00
parent 2a815a59d1
commit c2ccd3d9e1
4 changed files with 42 additions and 0 deletions

View File

@@ -64,6 +64,7 @@
"minecraft:on_use_on": { "$ref": "./components/minecraft.on_use_on.json" },
"minecraft:projectile": { "$ref": "./components/minecraft.projectile.json" },
"minecraft:repairable": { "$ref": "./components/minecraft.repairable.json" },
"minecraft:render_offsets": { "$ref": "./components/minecraft.render_offsets.json" },
"minecraft:shooter": { "$ref": "./components/minecraft.shooter.json" },
"minecraft:throwable": { "$ref": "./components/minecraft.throwable.json" },
"minecraft:weapon": { "$ref": "./components/minecraft.weapon.json" },