- 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

@@ -31,6 +31,7 @@
"minecraft:placement_filter": { "$ref": "./components/placement_filter.json" },
"minecraft:selection_box": { "$ref": "./components/selection_box.json" },
"minecraft:transformation": { "$ref": "./components/transformation.json" },
"minecraft:custom_components": { "$ref": "./components/custom_components.json" },
//Triggers
"minecraft:on_fall_on": { "$ref": "./triggers/on_fall_on.json" },