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 23af312 commit d0f57e2
Show file tree
Hide file tree
Showing 5 changed files with 105 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.6
mod_version = 1.9.7

minecraft_version = 1.19.2

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"type": "create:crushing",
"ingredients": [
{
"tag": "garnished:stone_types/zultanite/green"
}
],
"processingTime": 250,
"results": [
{
"count": 2,
"item": "create:copper_nugget",
"chance": 0.10
},
{
"count": 1,
"item": "create:copper_nugget",
"chance": 0.05
},
{
"count": 1,
"item": "minecraft:clay_ball",
"chance": 0.05
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"type": "create:crushing",
"ingredients": [
{
"tag": "garnished:stone_types/zultanite/yellow"
}
],
"processingTime": 250,
"results": [
{
"count": 2,
"item": "create:gold_nugget",
"chance": 0.10
},
{
"count": 1,
"item": "create:gold_nugget",
"chance": 0.05
},
{
"count": 1,
"item": "minecraft:quartz",
"chance": 0.05
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"type": "create:crushing",
"ingredients": [
{
"tag": "garnished:stone_types/zultanite/red"
}
],
"processingTime": 250,
"results": [
{
"count": 2,
"item": "create:iron_nugget",
"chance": 0.10
},
{
"count": 1,
"item": "create:iron_nugget",
"chance": 0.05
},
{
"count": 1,
"item": "minecraft:redstone",
"chance": 0.05
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"type": "create:crushing",
"ingredients": [
{
"tag": "garnished:stone_types/zultanite/blue"
}
],
"processingTime": 250,
"results": [
{
"count": 2,
"item": "create:zinc_nugget",
"chance": 0.10
},
{
"count": 1,
"item": "create:zinc_nugget",
"chance": 0.05
},
{
"count": 1,
"item": "minecraft:gunpowder",
"chance": 0.05
}
]
}

0 comments on commit d0f57e2

Please sign in to comment.