Skip to content

Commit

Permalink
v1.9.5 - fix missing mastic resin fluid recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed Aug 4, 2024
1 parent 8ef81ce commit e741c1e
Show file tree
Hide file tree
Showing 11 changed files with 151 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G
# Mod Info
maven_group = net.dakotapride
archives_base_name = garnished
mod_version = 1.9.4
mod_version = 1.9.5

minecraft_version = 1.19.2

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "create:mixing",
"heatRequirement": "heated",
"ingredients": [
{
"item": "garnished:black_mastic_block"
}
],
"results": [
{
"amount": 20250,
"fluid": "garnished:black_mastic_resin"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "create:mixing",
"heatRequirement": "heated",
"ingredients": [
{
"item": "garnished:brown_mastic_block"
}
],
"results": [
{
"amount": 20250,
"fluid": "garnished:brown_mastic_resin"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "create:mixing",
"heatRequirement": "heated",
"ingredients": [
{
"item": "garnished:cyan_mastic_block"
}
],
"results": [
{
"amount": 20250,
"fluid": "garnished:cyan_mastic_resin"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "create:mixing",
"heatRequirement": "heated",
"ingredients": [
{
"item": "garnished:gray_mastic_block"
}
],
"results": [
{
"amount": 20250,
"fluid": "garnished:gray_mastic_resin"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "create:mixing",
"heatRequirement": "heated",
"ingredients": [
{
"item": "garnished:light_blue_mastic_block"
}
],
"results": [
{
"amount": 20250,
"fluid": "garnished:light_blue_mastic_resin"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "create:mixing",
"heatRequirement": "heated",
"ingredients": [
{
"item": "garnished:light_gray_mastic_block"
}
],
"results": [
{
"amount": 20250,
"fluid": "garnished:light_gray_mastic_resin"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "create:mixing",
"heatRequirement": "heated",
"ingredients": [
{
"item": "garnished:lime_mastic_block"
}
],
"results": [
{
"amount": 20250,
"fluid": "garnished:lime_mastic_resin"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "create:mixing",
"heatRequirement": "heated",
"ingredients": [
{
"item": "garnished:magenta_mastic_block"
}
],
"results": [
{
"amount": 20250,
"fluid": "garnished:magenta_mastic_resin"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "create:mixing",
"heatRequirement": "heated",
"ingredients": [
{
"item": "garnished:pink_mastic_block"
}
],
"results": [
{
"amount": 20250,
"fluid": "garnished:pink_mastic_resin"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "create:mixing",
"heatRequirement": "heated",
"ingredients": [
{
"item": "garnished:white_mastic_block"
}
],
"results": [
{
"amount": 20250,
"fluid": "garnished:white_mastic_resin"
}
]
}

0 comments on commit e741c1e

Please sign in to comment.