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:
Bobert 2021-01-16 13:00:58 -07:00
parent 3336778052
commit 1622d71929
6 changed files with 2 additions and 147 deletions

View file

@ -18,9 +18,9 @@
"chance": 0.25
},
{
"item": "minecraft:quartz",
"item": "atmospheric:aloe_kernels",
"count": 1,
"chance": 0.15
"chance": 0.05
}
]
}

View file

@ -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
}
]
}

View file

@ -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
}
]
}

View file

@ -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
}
]
}

View file

@ -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
}
]
}

View file

@ -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
}
]
}