mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-14 14:33:57 +01:00
The Nerf
Nerfs Arid Sand splashing, shouldn't hurt pogression anymore. Removes RYS recipes, that mod is being rebuilt and reworked, I will submit new recipes when the new version is released for 1.16
This commit is contained in:
parent
3336778052
commit
1622d71929
@ -18,9 +18,9 @@
|
||||
"chance": 0.25
|
||||
},
|
||||
{
|
||||
"item": "minecraft:quartz",
|
||||
"item": "atmospheric:aloe_kernels",
|
||||
"count": 1,
|
||||
"chance": 0.15
|
||||
"chance": 0.05
|
||||
}
|
||||
]
|
||||
}
|
@ -1,21 +0,0 @@
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "rys"
|
||||
}
|
||||
],
|
||||
"type": "create:splashing",
|
||||
"group": "minecraft:misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "rys:tough_dirt"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "rys:smooth_dirt",
|
||||
"count": 1
|
||||
}
|
||||
]
|
||||
}
|
@ -1,31 +0,0 @@
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "rys"
|
||||
}
|
||||
],
|
||||
"type": "create:splashing",
|
||||
"group": "minecraft:misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "rys:clay_deposit"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:clay_ball",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "minecraft:clay_ball",
|
||||
"count": 4,
|
||||
"chance": 0.5
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dirt",
|
||||
"count": 1,
|
||||
"chance": 0.125
|
||||
}
|
||||
]
|
||||
}
|
@ -1,31 +0,0 @@
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "rys"
|
||||
}
|
||||
],
|
||||
"type": "create:splashing",
|
||||
"group": "minecraft:misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "rys:gold_deposit"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:gold_nugget",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "minecraft:gold_nugget",
|
||||
"count": 4,
|
||||
"chance": 0.5
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dirt",
|
||||
"count": 1,
|
||||
"chance": 0.125
|
||||
}
|
||||
]
|
||||
}
|
@ -1,31 +0,0 @@
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "rys"
|
||||
}
|
||||
],
|
||||
"type": "create:splashing",
|
||||
"group": "minecraft:misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "rys:iron_deposit"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:iron_nugget",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_nugget",
|
||||
"count": 4,
|
||||
"chance": 0.5
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dirt",
|
||||
"count": 1,
|
||||
"chance": 0.125
|
||||
}
|
||||
]
|
||||
}
|
@ -1,31 +0,0 @@
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "rys"
|
||||
}
|
||||
],
|
||||
"type": "create:splashing",
|
||||
"group": "minecraft:misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "rys:peat_deposit"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "rys:peat",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "rys:peat",
|
||||
"count": 4,
|
||||
"chance": 0.5
|
||||
},
|
||||
{
|
||||
"item": "minecraft:dirt",
|
||||
"count": 1,
|
||||
"chance": 0.125
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user