Skip to content

Commit

Permalink
v1.9.8 - Fix #71 + Signs
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed Aug 24, 2024
1 parent d0f57e2 commit cd12f96
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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.7
mod_version = 1.9.8

minecraft_version = 1.19.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"results": [
{
"count": 2,
"item": "create:gold_nugget",
"item": "minecraft:gold_nugget",
"chance": 0.10
},
{
"count": 1,
"item": "create:gold_nugget",
"item": "minecraft:gold_nugget",
"chance": 0.05
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"results": [
{
"count": 2,
"item": "create:iron_nugget",
"item": "minecraft:iron_nugget",
"chance": 0.10
},
{
"count": 1,
"item": "create:iron_nugget",
"item": "minecraft:iron_nugget",
"chance": 0.05
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"garnished:sepia_fence_gate",
"garnished:sepia_pressure_plate",
"garnished:sepia_button",
"garnished:sepia_sign",
"garnished:sepia_wall_sign",
"#garnished:nut_logs",
"garnished:nut_planks",
"garnished:nut_slab",
Expand All @@ -19,6 +21,8 @@
"garnished:nut_fence_gate",
"garnished:nut_pressure_plate",
"garnished:nut_button",
"garnished:nut_sign",
"garnished:nut_wall_sign",
"garnished:garnished_nut_block",
"garnished:ungarnished_nut_block",
"garnished:mulch_block"
Expand Down

0 comments on commit cd12f96

Please sign in to comment.