Skip to content

Commit

Permalink
bump version for 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MBatt1 committed Aug 19, 2024
1 parent a126a1e commit ebc3e75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# suppress inspection "UnusedProperty" for whole file
org.gradle.jvmargs=-Xmx2G

paradiseLostVersion=2.2.2-beta+1.20.0
paradiseLostVersion=2.2.3-beta+1.20.0

minecraftVersion=1.20
yarnVersion=1.20+build.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import static net.id.paradiselost.items.tools.ParadiseLostToolMaterials.ParadiseToolMaterial.create;

@SuppressWarnings("unused")
public class ParadiseLostToolMaterials {
public class ParadiseLostToolMaterials {
public static ToolMaterial OLVITE = create(MiningLevels.IRON, 250, 4.5f, 2f, 14, () -> IngredientUtil.itemIngredient(ParadiseLostItems.OLVITE));
public static ToolMaterial SURTRUM = create(MiningLevels.DIAMOND, 827, 7.0f, 3f, 16, () -> IngredientUtil.itemIngredient(ParadiseLostItems.REFINED_SURTRUM));
public static ToolMaterial GLAZED_GOLD = create(MiningLevels.IRON, 131, 12f, 2f, 22, () -> IngredientUtil.itemIngredient(ParadiseLostItems.GOLDEN_AMBER));
Expand Down

0 comments on commit ebc3e75

Please sign in to comment.