mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-18 08:58:11 +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
1 changed files with 26 additions and 0 deletions
|
@ -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 a new issue