- Additional block custom component stuff (#288)

This commit is contained in:
Xterionix
2024-05-25 14:28:48 +05:00
committed by GitHub
parent a297fc3fea
commit 042ff4d60c
4 changed files with 34 additions and 2 deletions

View File

@@ -32,6 +32,8 @@
"minecraft:selection_box": { "$ref": "./components/selection_box.json" },
"minecraft:transformation": { "$ref": "./components/transformation.json" },
"minecraft:custom_components": { "$ref": "./components/custom_components.json" },
"minecraft:tick": { "$ref": "./components/tick.json" },
"minecraft:entity_fall_on": { "$ref": "./components/entity_fall_on.json" },
//Triggers
"minecraft:on_fall_on": { "$ref": "./triggers/on_fall_on.json" },