Updating items

This commit is contained in:
DaanV2
2022-07-20 21:25:32 +02:00
parent e7465a00c4
commit 8b85afe464
39 changed files with 843 additions and 41 deletions

View File

@@ -53,6 +53,7 @@
"minecraft:hand_equipped": { "$ref": "./components/hand_equipped.json" },
"minecraft:icon": { "$ref": "./components/icon.json" },
"minecraft:knockback_resistance": { "$ref": "./components/knockback_resistance.json" },
"minecraft:max_damage": { "$ref": "./components/max_damage.json" },
"minecraft:max_stack_size": { "$ref": "./components/max_stack_size.json" },
"minecraft:on_use_on": { "$ref": "./components/on_use_on.json" },
"minecraft:on_use": { "$ref": "./components/on_use.json" },
@@ -60,6 +61,7 @@
"minecraft:render_offsets": { "$ref": "./components/render_offsets.json" },
"minecraft:repairable": { "$ref": "./components/repairable.json" },
"minecraft:shooter": { "$ref": "./components/shooter.json" },
"minecraft:stacked_by_data": { "$ref": "./components/knockback_resistance.json" },
"minecraft:throwable": { "$ref": "./components/throwable.json" },
"minecraft:use_duration": { "$ref": "./components/use_duration.json" },
"minecraft:weapon": { "$ref": "./components/weapon.json" },