Skip to content

Instantly share code, notes, and snippets.

@Dockter
Created September 19, 2017 05:16
Show Gist options
  • Save Dockter/d324407659c7d75d0dbe1086352b003b to your computer and use it in GitHub Desktop.
Save Dockter/d324407659c7d75d0dbe1086352b003b to your computer and use it in GitHub Desktop.
if (block instanceof SGRingBlock) {
final Item sitem = new SGRingItem(block).setRegistryName(block.getRegistryName());
ForgeRegistries.ITEMS.register(sitem);
System.out.println("Registered Special");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment