Jump to content

Make the Sleeper Blocks destructible


Pille

Recommended Posts

Hi,

 

I would like to know how we can make the sleeper blocks destructible. Looks like they don't have a hitbox. In an empty world setup you can press shift + left mouse button to delete them but I need something that works in a regular game.

 

Btw. I've removed the line

<property name="Class" value="Sleeper"/>

from the sleeperSit Block to make them visible. Ofc this also renders them useless (they can't spawn sleepers) but that irrelevant to my problem.

 

Edit:

The goal is the have a multiplayer server where all players can easily edit the sleeper blocks.

Link to comment
Share on other sites

I'd use either Hal's (for local) or Stompy's api mod (for dedi) to replace the block with air; see if that works.

 

Or, temporarily editing blocks.xml to change them to air, load the game, place a block where they were, change the block back, then reload the game.

Link to comment
Share on other sites

So there is no way without dll moding or restarts? Mhh that's bad but thanks anyway. I'll have a look at Stompy's api mod. The goal is the have a multiplayer server where all players can easily edit the sleeper blocks.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...