1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
This commit is contained in:
2021-01-23 21:36:55 +01:00
parent 23cbad2e35
commit 5bd7d3a786
627 changed files with 24696 additions and 42 deletions

View File

@ -0,0 +1,8 @@
{
"type": "botanypots:soil",
"conditions": [{ "type": "forge:mod_loaded", "modid": "undergarden" }],
"input": { "item": "undergarden:ashen_deepturf_block" },
"display": { "block": "undergarden:ashen_deepturf_block" },
"categories": ["deepturf", "ashen_deepturf"],
"growthModifier": 0
}

View File

@ -0,0 +1,8 @@
{
"type": "botanypots:soil",
"conditions": [{ "type": "forge:mod_loaded", "modid": "byg" }],
"input": { "item": "byg:black_sand" },
"display": { "block": "byg:black_sand" },
"categories": ["sand", "red_sand", "white_sand", "black_sand", "pink_sand", "blue_sand", "purple_sand"],
"growthModifier": 0
}

View File

@ -0,0 +1,8 @@
{
"type": "botanypots:soil",
"conditions": [{ "type": "forge:mod_loaded", "modid": "byg" }],
"input": { "item": "byg:blue_sand" },
"display": { "block": "byg:blue_sand" },
"categories": ["sand", "red_sand", "white_sand", "black_sand", "pink_sand", "blue_sand", "purple_sand"],
"growthModifier": 0
}

View File

@ -0,0 +1,8 @@
{
"type": "botanypots:soil",
"conditions": [{ "type": "forge:mod_loaded", "modid": "undergarden" }],
"input": { "item": "undergarden:deepsoil" },
"display": { "block": "undergarden:deepsoil" },
"categories": ["deepturf"],
"growthModifier": 0
}

View File

@ -0,0 +1,8 @@
{
"type": "botanypots:soil",
"conditions": [{ "type": "forge:mod_loaded", "modid": "undergarden" }],
"input": { "item": "undergarden:deepsoil_farmland" },
"display": { "block": "undergarden:deepsoil_farmland" },
"categories": ["deepturf", "deepsoil_farmland"],
"growthModifier": 0.15
}

View File

@ -0,0 +1,8 @@
{
"type": "botanypots:soil",
"conditions": [{ "type": "forge:mod_loaded", "modid": "undergarden" }],
"input": { "item": "undergarden:deepturf_block" },
"display": { "block": "undergarden:deepturf_block" },
"categories": ["deepturf"],
"growthModifier": 0
}

View File

@ -0,0 +1,8 @@
{
"type": "botanypots:soil",
"conditions": [{ "type": "forge:mod_loaded", "modid": "undergarden" }],
"input": { "item": "undergarden:depthrock" },
"display": { "block": "undergarden:depthrock" },
"categories": ["depthrock"],
"growthModifier": 0
}

View File

@ -0,0 +1,8 @@
{
"type": "botanypots:soil",
"conditions": [{ "type": "forge:mod_loaded", "modid": "byg" }],
"input": { "item": "byg:pink_sand" },
"display": { "block": "byg:pink_sand" },
"categories": ["sand", "red_sand", "white_sand", "black_sand", "pink_sand", "blue_sand", "purple_sand"],
"growthModifier": 0
}

View File

@ -0,0 +1,8 @@
{
"type": "botanypots:soil",
"conditions": [{ "type": "forge:mod_loaded", "modid": "byg" }],
"input": { "item": "byg:purple_sand" },
"display": { "block": "byg:purple_sand" },
"categories": ["sand", "red_sand", "white_sand", "black_sand", "pink_sand", "blue_sand", "purple_sand"],
"growthModifier": 0
}

View File

@ -0,0 +1,8 @@
{
"type": "botanypots:soil",
"conditions": [{ "type": "forge:mod_loaded", "modid": "byg" }],
"input": { "item": "byg:white_sand" },
"display": { "block": "byg:white_sand" },
"categories": ["sand", "red_sand", "white_sand", "black_sand", "pink_sand", "blue_sand", "purple_sand"],
"growthModifier": 0
}