Recent content by Twila

  1. T

    Help making a hardcore-mode mod

    I couldn't find a mod that makes the game unplayable after death like in Minecraft's hardcore mode, only ones that reset your XP/magazines which is useless because XP is easy to get when you can access your base/loot. I figured the easiest way to make this and make it server-side is adding a...
  2. T

    Getting an error (Extends block switch is not specified for block shieldSwitchMaster)

    So the error says "Extends block switch is not specified for block shieldSwitchMaster" and it stops the game from running here's two sections of the code from the blocks.xml config file <block id="2002" name="switch"> <property name="Class" value="Switch"/> <property...
  3. T

    Removing gravity effect to block type?

    Is there a way to stop a certain type of block from falling when there's no support? I'm trying to make a CTF minigame & I don't want players to just collapse enemy bases and win that way - I want them to have to mine the actual flag block. bonus question: Can blocks in data/config/block.xml...
Back
Top