add first patch
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "create:splashing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "oreganized"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "create:crushed_raw_lead"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 9,
|
||||
"item": "oreganized:lead_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.35,
|
||||
"item": "society:basalt_shard"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "create:splashing",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "oreganized"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "create:crushed_raw_silver"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"count": 9,
|
||||
"item": "oreganized:silver_nugget"
|
||||
},
|
||||
{
|
||||
"chance": 0.12,
|
||||
"item": "minecraft:netherite_scrap"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user