add first patch
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "create:filling",
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "farmersdelight"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
{
|
||||
"amount": 250,
|
||||
"fluid": "society:milk"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "farmersdelight:milk_bottle"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user