Skip to content

Commit

Permalink
make condense milk less annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanX committed Jul 14, 2024
1 parent fe3ad88 commit c7df4f4
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"type": "create:mixing",
"ingredients": [
{
"item": "minecraft:sugar"
},
{
"item": "minecraft:sugar"
},
{
"item": "minecraft:sugar"
},
{
"item": "minecraft:sugar"
},
{
"fluid": "create_dd:condense_milk",
"amount": 250
}
],
"results": [
{
"fluid": "create_dd:caramel",
"amount": 250
}
],
"heatRequirement": "heated"
}

0 comments on commit c7df4f4

Please sign in to comment.