Add ruby ore dropping garnets based on ore dict, not the ore itself. Closes #595
# Conflicts: # src/main/java/techreborn/Core.java
This commit is contained in:
parent
31a901cf89
commit
2de0ba95a6
3 changed files with 29 additions and 1 deletions
|
@ -91,7 +91,7 @@ public class BlockOre extends BaseBlock implements ITexturedBlock, IOreNameProvi
|
|||
OreDrop ruby = new OreDrop(ItemGems.getGemByName("ruby"),
|
||||
ConfigTechReborn.FortuneSecondaryOreMultiplierPerLevel);
|
||||
OreDrop redGarnet = new OreDrop(ItemGems.getGemByName("redGarnet"), 0.02);
|
||||
OreDropSet set = new OreDropSet(ruby, redGarnet);
|
||||
OreDropSet set = new OreDropSet(ruby);
|
||||
return set.drop(fortune, random);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue