Skip to content

Commit

Permalink
Merge pull request #19 from chochem/fix-spodumene-ore
Browse files Browse the repository at this point in the history
Fix oredict for spodumene ore
  • Loading branch information
Dream-Master authored Jun 10, 2023
2 parents 6b74a56 + 68ddf1a commit 0496a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/katzenpapst/amunra/block/ARBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public static void initBlocks() {
subLapis = (SubBlockOre) new SubBlockOre("oreLapis", "amunra:ore-lapis").setOredictNames("oreLapis")
.setHarvestInfo("pickaxe", 1).setHardness(3).setResistance(5);

subLithium = (SubBlockOre) new SubBlockOre("oreLithium", "amunra:ore-lithium").setOredictNames("oreLithium")
subLithium = (SubBlockOre) new SubBlockOre("oreLithium", "amunra:ore-lithium").setOredictNames("oreSpodumene")
.setHarvestInfo("pickaxe", 3).setHardness(3).setResistance(5);

subRuby = (SubBlockOre) new SubBlockOre("oreRuby", "amunra:ore-ruby").setOredictNames("oreRuby")
Expand Down

0 comments on commit 0496a0d

Please sign in to comment.