Skip to content

Commit

Permalink
v1.9.7 - Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed Aug 17, 2024
1 parent a55c29f commit 7a13569
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 32 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.5
mod_version = 1.9.7

minecraft_version = 1.20.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,15 @@
],
"processingTime": 250,
"results": [
{
"count": 1,
"item": "create:copper_nugget",
"chance": 0.15
},
{
"count": 2,
"item": "create:copper_nugget",
"chance": 0.10
},
{
"count": 1,
"item": "create:crushed_raw_copper",
"chance": 0.10
"item": "create:copper_nugget",
"chance": 0.05
},
{
"count": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,15 @@
],
"processingTime": 250,
"results": [
{
"count": 1,
"item": "minecraft:gold_nugget",
"chance": 0.15
},
{
"count": 2,
"item": "minecraft:gold_nugget",
"item": "create:gold_nugget",
"chance": 0.10
},
{
"count": 1,
"item": "create:crushed_raw_gold",
"chance": 0.10
"item": "create:gold_nugget",
"chance": 0.05
},
{
"count": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,15 @@
],
"processingTime": 250,
"results": [
{
"count": 1,
"item": "minecraft:iron_nugget",
"chance": 0.15
},
{
"count": 2,
"item": "minecraft:iron_nugget",
"item": "create:iron_nugget",
"chance": 0.10
},
{
"count": 1,
"item": "create:crushed_raw_iron",
"chance": 0.10
"item": "create:iron_nugget",
"chance": 0.05
},
{
"count": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,15 @@
],
"processingTime": 250,
"results": [
{
"count": 1,
"item": "create:zinc_nugget",
"chance": 0.15
},
{
"count": 2,
"item": "create:zinc_nugget",
"chance": 0.10
},
{
"count": 1,
"item": "create:crushed_raw_zinc",
"chance": 0.10
"item": "create:zinc_nugget",
"chance": 0.05
},
{
"count": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"item": "ae2:fluix_block"
},
"base": {
"tag": "garnished:nether_quartz_hatchet"
"tag": "garnished:quartz_hatchet"
},
"result": {
"count": 1,
Expand Down

0 comments on commit 7a13569

Please sign in to comment.