add first patch
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "oreganized:glance"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "oreganized:lead_nugget",
|
||||
"chance": 1
|
||||
}
|
||||
],
|
||||
"processingTime": 250,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "create",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "oreganized:stone_types/glance"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "oreganized:lead_nugget",
|
||||
"chance": 1
|
||||
}
|
||||
],
|
||||
"processingTime": 250,
|
||||
"conditions": [
|
||||
{
|
||||
"modid": "create",
|
||||
"type": "forge:mod_loaded"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user