Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.github.venom1987.TutMod1.init;
- import com.github.venom1987.TutMod1.blocks.BlockTutorialOre;
- import com.github.venom1987.TutMod1.help.RegisterHelper;
- import net.minecraft.block.Block;
- public class ModBlocks
- {
- public static Block tutorialOre = new BlockTutorialOre();
- public static void init()
- {
- RegisterHelper.registerBlock(tutorialOre);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment