Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public void registerBlockWithItem(Block block, String name, Item item)
- {
- GameRegistry.registerBlock(block, null, name);
- GameRegistry.registerItem(item, name);
- GameData.getBlockItemMap().put(block, item);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement