- Custom components (#287)

This commit is contained in:
Xterionix
2024-05-24 15:50:22 +05:00
committed by GitHub
parent a08138d514
commit bef0c52a63
4 changed files with 22 additions and 0 deletions

View File

@@ -57,6 +57,7 @@
"minecraft:block_placer": { "$ref": "./components/block_placer.json" },
"minecraft:can_destroy_in_creative": {"$ref": "./components/can_destroy_in_creative.json"},
"minecraft:cooldown": { "$ref": "./components/cooldown.json" },
"minecraft:custom_components": { "$ref": "./components/custom_components.json" },
"minecraft:damage": {"$ref": "./components/damage.json"},
"minecraft:digger": { "$ref": "./components/digger.json" },
"minecraft:display_name": { "$ref": "./components/display_name.json" },