Skip to content

Commit

Permalink
v1.9.5 - fix mixing blocks not providing proper fluid amounts
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed Aug 4, 2024
1 parent e45e331 commit a55c29f
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
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.20.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"results": [
{
"amount": 250,
"amount": 20250,
"fluid": "garnished:mastic_resin"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"results": [
{
"amount": 250,
"amount": 20250,
"fluid": "garnished:black_mastic_resin"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"results": [
{
"amount": 250,
"amount": 20250,
"fluid": "garnished:blue_mastic_resin"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"results": [
{
"amount": 250,
"amount": 20250,
"fluid": "garnished:brown_mastic_resin"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"results": [
{
"amount": 250,
"amount": 20250,
"fluid": "garnished:cyan_mastic_resin"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"results": [
{
"amount": 250,
"amount": 20250,
"fluid": "garnished:gray_mastic_resin"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"results": [
{
"amount": 250,
"amount": 20250,
"fluid": "garnished:green_mastic_resin"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"results": [
{
"amount": 250,
"amount": 20250,
"fluid": "garnished:light_blue_mastic_resin"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"results": [
{
"amount": 250,
"amount": 20250,
"fluid": "garnished:light_gray_mastic_resin"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"results": [
{
"amount": 250,
"amount": 20250,
"fluid": "garnished:lime_mastic_resin"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"results": [
{
"amount": 250,
"amount": 20250,
"fluid": "garnished:magenta_mastic_resin"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"results": [
{
"amount": 250,
"amount": 20250,
"fluid": "garnished:orange_mastic_resin"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"results": [
{
"amount": 250,
"amount": 20250,
"fluid": "garnished:pink_mastic_resin"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"results": [
{
"amount": 250,
"amount": 20250,
"fluid": "garnished:purple_mastic_resin"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"results": [
{
"amount": 250,
"amount": 20250,
"fluid": "garnished:red_mastic_resin"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"results": [
{
"amount": 250,
"amount": 20250,
"fluid": "garnished:white_mastic_resin"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"results": [
{
"amount": 250,
"amount": 20250,
"fluid": "garnished:yellow_mastic_resin"
}
]
Expand Down

0 comments on commit a55c29f

Please sign in to comment.