remove more debug code
This commit is contained in:
parent
73f362bf76
commit
3162422ee2
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ public class BlockBreakHandler {
|
|||
@SubscribeEvent
|
||||
public void onBlockHarvest(BlockEvent.HarvestDropsEvent event) {
|
||||
if (OreDictUtils.isOre(event.getState(), "oreRuby")) {
|
||||
System.out.println("HI");
|
||||
event.getDrops().add(ItemGems.getGemByName("red_garnet").copy());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue