removed the last few ways of getting perma lights pre-LV

This commit is contained in:
Pyritie 2025-05-18 21:31:42 +01:00
parent 27c2cc6623
commit 6bf4a74479
8 changed files with 112 additions and 12 deletions

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:brown_mushroom_block"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:red_mushroom_block"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View file

@ -0,0 +1,35 @@
{
"type": "minecraft:block",
"pools": [
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:glowstone_dust"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
},
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:brown_mushroom_block"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View file

@ -827,13 +827,13 @@
},
{
"type": "minecraft:item",
"name": "minecraft:shroomlight",
"name": "minecraft:phantom_membrane",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 3,
"max": 6,
"min": 1,
"max": 3,
"type": "minecraft:uniform"
}
}
@ -842,7 +842,7 @@
},
{
"type": "minecraft:item",
"name": "minecraft:glowstone",
"name": "minecraft:glowstone_dust",
"functions": [
{
"function": "minecraft:set_count",

View file

@ -827,13 +827,13 @@
},
{
"type": "minecraft:item",
"name": "minecraft:shroomlight",
"name": "minecraft:phantom_membrane",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 3,
"max": 6,
"min": 1,
"max": 3,
"type": "minecraft:uniform"
}
}
@ -842,7 +842,7 @@
},
{
"type": "minecraft:item",
"name": "minecraft:glowstone",
"name": "minecraft:glowstone_dust",
"functions": [
{
"function": "minecraft:set_count",

View file

@ -827,13 +827,13 @@
},
{
"type": "minecraft:item",
"name": "minecraft:shroomlight",
"name": "minecraft:phantom_membrane",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 3,
"max": 6,
"min": 1,
"max": 3,
"type": "minecraft:uniform"
}
}
@ -842,7 +842,7 @@
},
{
"type": "minecraft:item",
"name": "minecraft:glowstone",
"name": "minecraft:glowstone_dust",
"functions": [
{
"function": "minecraft:set_count",