chorus/lightbloom stuff

This commit is contained in:
Pyritie 2025-06-07 23:03:41 +01:00
parent 55a27896c4
commit a830260b71
8 changed files with 109 additions and 36 deletions

View file

@ -8,7 +8,7 @@
{
"type": "minecraft:item",
"name": "minecraft:chorus_fruit",
"conditions": [
"functions": [
{
"function": "minecraft:set_count",
"count": {
@ -23,6 +23,11 @@
"conditions": [
{
"condition": "minecraft:survives_explosion"
},
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {}
}
]
},
@ -44,6 +49,11 @@
"conditions": [
{
"condition": "minecraft:survives_explosion"
},
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {}
}
]
}