Skip to content

Instantly share code, notes, and snippets.

@devpikachu
Created January 13, 2019 00:00
Show Gist options
  • Save devpikachu/680ee2345ab4866fc6f6c94820e9815c to your computer and use it in GitHub Desktop.
Save devpikachu/680ee2345ab4866fc6f6c94820e9815c to your computer and use it in GitHub Desktop.
@GameRegistry.ObjectHolder("electricalengineer")
public class ModBlocks {
@GameRegistry.ObjectHolder("electricsparkblock")
public static BlockElectricSpark ELECTRIC_SPARK;
@GameRegistry.ObjectHolder("capacitor")
public static BlockCapacitor CAPACITOR;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment