mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 22:44:07 +01:00
Add a crushing recipe for ice to obtain ice cubes when Neapolitan is present
This commit is contained in:
parent
64baf8216c
commit
0b72781e07
@ -0,0 +1,26 @@
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "neapolitan"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:ice"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "neapolitan:ice_cubes",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "neapolitan:ice_cubes",
|
||||
"count": 3,
|
||||
"chance": 0.25
|
||||
}
|
||||
],
|
||||
"processingTime": 100
|
||||
}
|
Loading…
Reference in New Issue
Block a user