• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Make the Sleeper Blocks destructible

Pille

Prefab Creator and Great Galactic Imperator
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.

 
Last edited by a moderator:
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.

 
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.

 
Last edited by a moderator:
Can you not fill the POI with frames to remove the sleeper blocks? I think it overwrites them.

 
Unfortunately, no. They are like regular blocks if you remove the line <property name="Class" value="Sleeper"/>.

 
Back
Top