This commit is contained in:
DaanV2
2021-08-18 21:34:55 +02:00
parent 08de234cad
commit fb2f6e2b75
16 changed files with 289 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"format_version": "1.16.200",
"minecraft:block": {
"description": {
"identifier": "namespace:block",
"properties": {}
},
"components": {},
"events": {
"minecraft:on_fall_on": {
"add_mob_effect": {},
"sequence": [{ "die": {} }]
}
}
}
}