Skip to content

Commit

Permalink
fix: iesnium dust should not require tier 4 crusher
Browse files Browse the repository at this point in the history
that was an artefact from testing
  • Loading branch information
klikli-dev committed Jul 19, 2023
1 parent b3f4833 commit 4c2b451
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ minecraft_version=1.20.1
# as they do not follow standard versioning conventions.
minecraft_version_range=[1.20,1.21)
# The Forge version must agree with the Minecraft version to get a valid artifact
forge_version=1.20.1-47.0.14
forge_version=1.20.1-47.1.3
# The Forge version range can use any version of Forge as bounds or match the loader version range
forge_version_range=[46,)
forge_version_range=[47,)
# The loader version range can only use the major version of Forge/FML as bounds
loader_version_range=[46,)
loader_version_range=[47,)

mapping_channel=parchment
#postfix is target mc version, optional prefix is source parchment mc version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
],
"crushing_time": 200,
"ignore_crushing_multiplier": false,
"min_tier": 4,
"ingredient": {
"tag": "forge:ores/iesnium"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
}
],
"crushing_time": 200,
"min_tier": 4,
"ignore_crushing_multiplier": true,
"ingredient": {
"tag": "forge:ingots/iesnium"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
}
],
"crushing_time": 200,
"min_tier": 4,
"ignore_crushing_multiplier": false,
"ingredient": {
"tag": "forge:raw_materials/iesnium"
Expand Down

0 comments on commit 4c2b451

Please sign in to comment.