Jump to content

KTRD

Members
  • Posts

    2
  • Joined

  • Last visited

KTRD's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Doesn't work for me, I still get water source when I destroy my block. And I don't get what this code should do with it.
  2. I made a block, that is always waterlogged with this: @Override public IFluidState getFluidState(BlockState state) { return Fluids.WATER.getStillFluidState(false); } But when I destroy it, a source of water remains in that place. How can I make water disappear with the block?
×
×
  • Create New...

Important Information

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