Jump to content

_xXILiekMLGXx_

Members
  • Posts

    1
  • Joined

  • Last visited

_xXILiekMLGXx_'s Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hey there I am _xXILiekMLGXx_ and I need help on blocks. (im a beginner) I want a block that falls (like sand) and here is what i tried (but didnt work): //not the full code but this is what you (i think) need to solve my question: public static Block fallingStone; @EventHandler public void preInit(FMLPreInitializationEvent e) { System.out.println("PRE_INIT"); fallingStone = new FallingStone(Material.sand).setBlockName("FallingStone").setBlockTextureName("minecraft:stone"); GameRegistry.registerBlock(fallingStone, fallingStone.getUnlocalizedName()); }
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.