mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
v0.2
This commit is contained in:
23
kubejs/data/botanypots/recipes/crops/ashen_deepturf.json
Normal file
23
kubejs/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/data/botanypots/recipes/crops/blisterberry.json
Normal file
34
kubejs/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/data/botanypots/recipes/crops/blood_mushroom.json
Normal file
48
kubejs/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/data/botanypots/recipes/crops/datura.json
Normal file
43
kubejs/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/data/botanypots/recipes/crops/deepturf.json
Normal file
31
kubejs/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/data/botanypots/recipes/crops/ditchbulb.json
Normal file
23
kubejs/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/data/botanypots/recipes/crops/gloomgourd.json
Normal file
34
kubejs/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/data/botanypots/recipes/crops/grongle.json
Normal file
39
kubejs/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
|
||||
}
|
||||
]
|
||||
}
|
40
kubejs/data/botanypots/recipes/crops/indigo_mushroom.json
Normal file
40
kubejs/data/botanypots/recipes/crops/indigo_mushroom.json
Normal file
@ -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/data/botanypots/recipes/crops/ink_mushroom.json
Normal file
40
kubejs/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/data/botanypots/recipes/crops/shimmerweed.json
Normal file
31
kubejs/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/data/botanypots/recipes/crops/underbeans.json
Normal file
26
kubejs/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/data/botanypots/recipes/crops/veil_mushroom.json
Normal file
40
kubejs/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
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user