remove excluded mods

This commit is contained in:
2026-01-05 10:05:26 +01:00
parent c092c5353b
commit a7d0ff9aaa
3637 changed files with 15 additions and 74 deletions

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "minecraft:bamboo",
"parent1": "minecraft:sugar_cane",
"parent2": "enchanted:water_artichoke"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.75,
"child": "minecraft:beetroot",
"parent1": "enchanted:wolfsbane",
"parent2": "enchanted:mandrake"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "minecraft:brown_mushroom",
"parent1": "minecraft:potato",
"parent2": "enchanted:mandrake"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "minecraft:cactus",
"parent1": "minecraft:sugar_cane",
"parent2": "minecraft:bamboo"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.75,
"child": "minecraft:carrot",
"parent1": "minecraft:wheat",
"parent2": "enchanted:snowbell"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.75,
"child": "minecraft:crimson_fungus",
"parent1": "minecraft:nether_wart",
"parent2": "minecraft:red_mushroom"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "minecraft:kelp",
"parent1": "enchanted:water_artichoke",
"parent2": "minecraft:bamboo"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.25,
"child": "minecraft:melon",
"parent1": "minecraft:sugar_cane",
"parent2": "minecraft:carrot"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "minecraft:nether_wart",
"parent1": "minecraft:brown_mushroom",
"parent2": "minecraft:red_mushroom"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.75,
"child": "minecraft:potato",
"parent1": "minecraft:wheat",
"parent2": "enchanted:wolfsbane"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.25,
"child": "minecraft:pumpkin",
"parent1": "minecraft:carrot",
"parent2": "minecraft:potato"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "minecraft:red_mushroom",
"parent1": "minecraft:carrot",
"parent2": "enchanted:mandrake"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "minecraft:sea_pickle",
"parent1": "minecraft:seagrass",
"parent2": "minecraft:kelp"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "minecraft:seagrass",
"parent1": "minecraft:wheat",
"parent2": "minecraft:bamboo"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.5,
"child": "minecraft:sugar_cane",
"parent1": "enchanted:snowbell",
"parent2": "enchanted:water_artichoke"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.75,
"child": "minecraft:sweet_berries",
"parent1": "minecraft:melon",
"parent2": "minecraft:beetroot"
}

View File

@@ -0,0 +1,6 @@
{
"chance": 0.75,
"child": "minecraft:warped_fungus",
"parent1": "minecraft:nether_wart",
"parent2": "minecraft:brown_mushroom"
}