Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. public static Block BlockCandle;
  2. public static Item ItemWax;
  3.  
  4. {
  5. if (exists("mod_beekeeping"))
  6. BlockCandle = mod_beekeeping.Candle.iconIndex(ModLoader.addOverride("gui/items.png", "/nandonalt/beekeeping/candle.png"));
  7. ItemWax = mod_beekeeping.PressedWax.iconIndex(ModLoader.addOverride("/gui/items.png", "/nandonalt/beekeeping/waxpressed.png"));
  8. else
  9. BlockCandle = new Block(candleblockID).iconIndex(Modloader.addOverride("gui/items.png", "/pamwaxcraft/candle.png")).setBlockName("pamCandle");
  10. ItemWax = new Item(candbleberrywaxID).iconIndex(ModLoader.addOverride("/gui/items.png", "/pamwaxcraft/candleberrywaxItem.png")).setItemName("candleberrywaxItem");
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement