Skip to content

Commit b0081fa

Browse files
committed
fix recipes
1 parent c6027e0 commit b0081fa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/generated/resources/data/sliceanddice/recipe/filling/hot_cocoa_from_fluid.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"item": "minecraft:glass_bottle"
1212
},
1313
{
14-
"type": "fluid_stack",
14+
"type": "neoforge:single",
1515
"amount": 250,
1616
"fluid": "create:chocolate"
1717
}

src/generated/resources/data/sliceanddice/recipe/filling/rich_soil.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"item": "farmersdelight:organic_compost"
1212
},
1313
{
14-
"type": "fluid_stack",
14+
"type": "neoforge:single",
1515
"amount": 500,
1616
"fluid": "sliceanddice:fertilizer"
1717
}

src/generated/resources/data/sliceanddice/recipe/mixing/fertilizer/from_compost.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"item": "farmersdelight:organic_compost"
1212
},
1313
{
14-
"type": "fluid_stack",
14+
"type": "neoforge:single",
1515
"amount": 250,
1616
"fluid": "minecraft:water"
1717
}

src/generated/resources/data/sliceanddice/recipe/mixing/fertilizer/from_phyto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
]
1717
},
1818
{
19-
"type": "fluid_stack",
19+
"type": "neoforge:single",
2020
"amount": 1000,
2121
"fluid": "minecraft:water"
2222
}

src/generated/resources/data/sliceanddice/recipe/mixing/fertilizer/from_tree_fertilizer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"item": "create:tree_fertilizer"
66
},
77
{
8-
"type": "fluid_stack",
8+
"type": "neoforge:single",
99
"amount": 500,
1010
"fluid": "minecraft:water"
1111
}

0 commit comments

Comments
 (0)