mirror of
				https://git.fellies.tech/minecraft/fellies.git
				synced 2021-02-13 10:18:48 +00:00 
			
		
		
		
	Add Enigmatica6 kubejs files
This commit is contained in:
		
							
								
								
									
										23
									
								
								kubejs[e6]/data/botanypots/recipes/crops/ashen_deepturf.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								kubejs[e6]/data/botanypots/recipes/crops/ashen_deepturf.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,23 @@
 | 
			
		||||
{
 | 
			
		||||
    "type": "botanypots:crop",
 | 
			
		||||
    "seed": {
 | 
			
		||||
        "item": "undergarden:ashen_deepturf"
 | 
			
		||||
    },
 | 
			
		||||
    "categories": [
 | 
			
		||||
        "ashen_deepturf"
 | 
			
		||||
    ],
 | 
			
		||||
    "growthTicks": 800,
 | 
			
		||||
    "display": {
 | 
			
		||||
        "block": "undergarden:ashen_deepturf"
 | 
			
		||||
    },
 | 
			
		||||
    "results": [
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 1,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:ashen_deepturf"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 2
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										34
									
								
								kubejs[e6]/data/botanypots/recipes/crops/blisterberry.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								kubejs[e6]/data/botanypots/recipes/crops/blisterberry.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,34 @@
 | 
			
		||||
{
 | 
			
		||||
    "type": "botanypots:crop",
 | 
			
		||||
    "seed": {
 | 
			
		||||
        "item": "undergarden:blisterberry"
 | 
			
		||||
    },
 | 
			
		||||
    "categories": [
 | 
			
		||||
        "deepturf"
 | 
			
		||||
    ],
 | 
			
		||||
    "growthTicks": 1600,
 | 
			
		||||
    "display": {
 | 
			
		||||
        "block": "undergarden:blisterberry_bush",
 | 
			
		||||
        "properties": {
 | 
			
		||||
            "age": 2
 | 
			
		||||
          }
 | 
			
		||||
    },
 | 
			
		||||
    "results": [
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.9,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:blisterberry"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 2,
 | 
			
		||||
            "maxRolls": 3
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.6,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:rotten_blisterberry"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 2
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										48
									
								
								kubejs[e6]/data/botanypots/recipes/crops/blood_mushroom.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										48
									
								
								kubejs[e6]/data/botanypots/recipes/crops/blood_mushroom.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,48 @@
 | 
			
		||||
{
 | 
			
		||||
    "type": "botanypots:crop",
 | 
			
		||||
    "seed": {
 | 
			
		||||
        "item": "undergarden:blood_mushroom"
 | 
			
		||||
    },
 | 
			
		||||
    "categories": [
 | 
			
		||||
        "deepturf",
 | 
			
		||||
        "depthrock"
 | 
			
		||||
    ],
 | 
			
		||||
    "growthTicks": 1600,
 | 
			
		||||
    "display": {
 | 
			
		||||
        "block": "undergarden:blood_mushroom"
 | 
			
		||||
    },
 | 
			
		||||
    "results": [
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.8,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:blood_mushroom"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 1
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.1,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:blood_mushroom_cap"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 1
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.1,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:blood_mushroom_stalk"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 1
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.05,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:blood_mushroom_globule"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 1
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										43
									
								
								kubejs[e6]/data/botanypots/recipes/crops/datura.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										43
									
								
								kubejs[e6]/data/botanypots/recipes/crops/datura.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,43 @@
 | 
			
		||||
{
 | 
			
		||||
    "type": "botanypots:crop",
 | 
			
		||||
    "seed": {
 | 
			
		||||
        "item": "occultism:datura_seeds"
 | 
			
		||||
    },
 | 
			
		||||
    "categories": [
 | 
			
		||||
        "dirt",
 | 
			
		||||
        "farmland"
 | 
			
		||||
    ],
 | 
			
		||||
    "growthTicks": 800,
 | 
			
		||||
    "display": {
 | 
			
		||||
        "block": "occultism:datura",
 | 
			
		||||
        "properties": {
 | 
			
		||||
            "age": 5
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "results": [
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.75,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "occultism:datura"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 1
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.05,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "occultism:datura"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 2
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.05,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "occultism:datura_seeds"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 2
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										31
									
								
								kubejs[e6]/data/botanypots/recipes/crops/deepturf.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								kubejs[e6]/data/botanypots/recipes/crops/deepturf.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,31 @@
 | 
			
		||||
{
 | 
			
		||||
    "type": "botanypots:crop",
 | 
			
		||||
    "seed": {
 | 
			
		||||
        "item": "undergarden:deepturf"
 | 
			
		||||
    },
 | 
			
		||||
    "categories": [
 | 
			
		||||
        "deepturf"
 | 
			
		||||
    ],
 | 
			
		||||
    "growthTicks": 800,
 | 
			
		||||
    "display": {
 | 
			
		||||
        "block": "undergarden:deepturf"
 | 
			
		||||
    },
 | 
			
		||||
    "results": [
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.75,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:deepturf"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 2
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.25,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:tall_deepturf"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 1
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										23
									
								
								kubejs[e6]/data/botanypots/recipes/crops/ditchbulb.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								kubejs[e6]/data/botanypots/recipes/crops/ditchbulb.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,23 @@
 | 
			
		||||
{
 | 
			
		||||
    "type": "botanypots:crop",
 | 
			
		||||
    "seed": {
 | 
			
		||||
        "item": "undergarden:ditchbulb"
 | 
			
		||||
    },
 | 
			
		||||
    "categories": [
 | 
			
		||||
        "depthrock"
 | 
			
		||||
    ],
 | 
			
		||||
    "growthTicks": 800,
 | 
			
		||||
    "display": {
 | 
			
		||||
        "block": "undergarden:ditchbulb"
 | 
			
		||||
    },
 | 
			
		||||
    "results": [
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.75,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:ditchbulb"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 2
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										34
									
								
								kubejs[e6]/data/botanypots/recipes/crops/gloomgourd.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								kubejs[e6]/data/botanypots/recipes/crops/gloomgourd.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,34 @@
 | 
			
		||||
{
 | 
			
		||||
    "type": "botanypots:crop",
 | 
			
		||||
    "seed": {
 | 
			
		||||
        "item": "undergarden:gloomgourd_seeds"
 | 
			
		||||
    },
 | 
			
		||||
    "categories": [
 | 
			
		||||
        "deepsoil_farmland"
 | 
			
		||||
    ],
 | 
			
		||||
    "growthTicks": 800,
 | 
			
		||||
    "display": {
 | 
			
		||||
        "block": "undergarden:gloomgourd_stem",
 | 
			
		||||
        "properties": {
 | 
			
		||||
            "age": 7
 | 
			
		||||
          }
 | 
			
		||||
    },
 | 
			
		||||
    "results": [
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.75,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:gloomgourd"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 1
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.25,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:gloomgourd_seeds"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 4
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										39
									
								
								kubejs[e6]/data/botanypots/recipes/crops/grongle.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								kubejs[e6]/data/botanypots/recipes/crops/grongle.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,39 @@
 | 
			
		||||
{
 | 
			
		||||
    "type": "botanypots:crop",
 | 
			
		||||
    "seed": {
 | 
			
		||||
        "item": "undergarden:gronglet"
 | 
			
		||||
    },
 | 
			
		||||
    "categories": [
 | 
			
		||||
        "deepturf"
 | 
			
		||||
    ],
 | 
			
		||||
    "growthTicks": 2400,
 | 
			
		||||
    "display": {
 | 
			
		||||
        "block": "undergarden:gronglet"
 | 
			
		||||
    },
 | 
			
		||||
    "results": [
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.50,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:grongle_stem"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 2
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.1,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:twistytwig"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 2
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.05,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:gronglet"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 1
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
@ -0,0 +1,40 @@
 | 
			
		||||
{
 | 
			
		||||
    "type": "botanypots:crop",
 | 
			
		||||
    "seed": {
 | 
			
		||||
        "item": "undergarden:indigo_mushroom"
 | 
			
		||||
    },
 | 
			
		||||
    "categories": [
 | 
			
		||||
        "deepturf",
 | 
			
		||||
        "depthrock"
 | 
			
		||||
    ],
 | 
			
		||||
    "growthTicks": 1600,
 | 
			
		||||
    "display": {
 | 
			
		||||
        "block": "undergarden:indigo_mushroom"
 | 
			
		||||
    },
 | 
			
		||||
    "results": [
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.8,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:indigo_mushroom"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 1
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.1,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:indigo_mushroom_cap"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 1
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.1,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:indigo_mushroom_stalk"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 1
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										40
									
								
								kubejs[e6]/data/botanypots/recipes/crops/ink_mushroom.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								kubejs[e6]/data/botanypots/recipes/crops/ink_mushroom.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,40 @@
 | 
			
		||||
{
 | 
			
		||||
    "type": "botanypots:crop",
 | 
			
		||||
    "seed": {
 | 
			
		||||
        "item": "undergarden:ink_mushroom"
 | 
			
		||||
    },
 | 
			
		||||
    "categories": [
 | 
			
		||||
        "deepturf",
 | 
			
		||||
        "depthrock"
 | 
			
		||||
    ],
 | 
			
		||||
    "growthTicks": 1600,
 | 
			
		||||
    "display": {
 | 
			
		||||
        "block": "undergarden:ink_mushroom"
 | 
			
		||||
    },
 | 
			
		||||
    "results": [
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.8,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:ink_mushroom"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 1
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.1,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:ink_mushroom_cap"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 1
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.1,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "minecraft:mushroom_stem"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 1
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										31
									
								
								kubejs[e6]/data/botanypots/recipes/crops/shimmerweed.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								kubejs[e6]/data/botanypots/recipes/crops/shimmerweed.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,31 @@
 | 
			
		||||
{
 | 
			
		||||
    "type": "botanypots:crop",
 | 
			
		||||
    "seed": {
 | 
			
		||||
        "item": "undergarden:shimmerweed"
 | 
			
		||||
    },
 | 
			
		||||
    "categories": [
 | 
			
		||||
        "deepturf"
 | 
			
		||||
    ],
 | 
			
		||||
    "growthTicks": 800,
 | 
			
		||||
    "display": {
 | 
			
		||||
        "block": "undergarden:shimmerweed"
 | 
			
		||||
    },
 | 
			
		||||
    "results": [
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.75,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:shimmerweed"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 2
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.25,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:tall_shimmerweed"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 1
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										26
									
								
								kubejs[e6]/data/botanypots/recipes/crops/underbeans.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								kubejs[e6]/data/botanypots/recipes/crops/underbeans.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,26 @@
 | 
			
		||||
{
 | 
			
		||||
    "type": "botanypots:crop",
 | 
			
		||||
    "seed": {
 | 
			
		||||
        "item": "undergarden:underbeans"
 | 
			
		||||
    },
 | 
			
		||||
    "categories": [
 | 
			
		||||
        "deepturf"
 | 
			
		||||
    ],
 | 
			
		||||
    "growthTicks": 1600,
 | 
			
		||||
    "display": {
 | 
			
		||||
        "block": "undergarden:underbean_bush",
 | 
			
		||||
        "properties": {
 | 
			
		||||
            "age": 3
 | 
			
		||||
          }
 | 
			
		||||
    },
 | 
			
		||||
    "results": [
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.9,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:underbeans"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 2,
 | 
			
		||||
            "maxRolls": 4
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										40
									
								
								kubejs[e6]/data/botanypots/recipes/crops/veil_mushroom.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								kubejs[e6]/data/botanypots/recipes/crops/veil_mushroom.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,40 @@
 | 
			
		||||
{
 | 
			
		||||
    "type": "botanypots:crop",
 | 
			
		||||
    "seed": {
 | 
			
		||||
        "item": "undergarden:veil_mushroom"
 | 
			
		||||
    },
 | 
			
		||||
    "categories": [
 | 
			
		||||
        "deepturf",
 | 
			
		||||
        "depthrock"
 | 
			
		||||
    ],
 | 
			
		||||
    "growthTicks": 1600,
 | 
			
		||||
    "display": {
 | 
			
		||||
        "block": "undergarden:veil_mushroom"
 | 
			
		||||
    },
 | 
			
		||||
    "results": [
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.8,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:veil_mushroom"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 1
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.1,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:veil_mushroom_cap"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 1
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "chance": 0.1,
 | 
			
		||||
            "output": {
 | 
			
		||||
                "item": "undergarden:veil_mushroom_stalk"
 | 
			
		||||
            },
 | 
			
		||||
            "minRolls": 1,
 | 
			
		||||
            "maxRolls": 1
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
@ -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
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										8
									
								
								kubejs[e6]/data/botanypots/recipes/soil/black_sand.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								kubejs[e6]/data/botanypots/recipes/soil/black_sand.json
									
									
									
									
									
										Normal 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
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										8
									
								
								kubejs[e6]/data/botanypots/recipes/soil/blue_sand.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								kubejs[e6]/data/botanypots/recipes/soil/blue_sand.json
									
									
									
									
									
										Normal 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
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										8
									
								
								kubejs[e6]/data/botanypots/recipes/soil/deepsoil.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								kubejs[e6]/data/botanypots/recipes/soil/deepsoil.json
									
									
									
									
									
										Normal 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
 | 
			
		||||
}
 | 
			
		||||
@ -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
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										8
									
								
								kubejs[e6]/data/botanypots/recipes/soil/deepturf.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								kubejs[e6]/data/botanypots/recipes/soil/deepturf.json
									
									
									
									
									
										Normal 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
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										8
									
								
								kubejs[e6]/data/botanypots/recipes/soil/depthrock.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								kubejs[e6]/data/botanypots/recipes/soil/depthrock.json
									
									
									
									
									
										Normal 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
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										8
									
								
								kubejs[e6]/data/botanypots/recipes/soil/pink_sand.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								kubejs[e6]/data/botanypots/recipes/soil/pink_sand.json
									
									
									
									
									
										Normal 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
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										8
									
								
								kubejs[e6]/data/botanypots/recipes/soil/purple_sand.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								kubejs[e6]/data/botanypots/recipes/soil/purple_sand.json
									
									
									
									
									
										Normal 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
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										8
									
								
								kubejs[e6]/data/botanypots/recipes/soil/white_sand.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								kubejs[e6]/data/botanypots/recipes/soil/white_sand.json
									
									
									
									
									
										Normal 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
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user