customstuff4 icon indicating copy to clipboard operation
customstuff4 copied to clipboard

attributes "resistance" does not working

Open luoxingzlx opened this issue 6 years ago • 0 comments

I set a block's "resistance" value to 6000, but it can't resist TNT explosion. Then I tried the values of lava and iron blocks, but it didn't achieve the same effect as them.

This is my code.

    {
    "type": "block:simple",
    "entries": [
        {
            "id": "kuronekosgift:hairy_ball_block",
            "hardness": 50,
            "resistance:": 6000,
            "soundType": "metal",
            "light": 0,
            "flammability": 0,
            "fireSpreadSpeed": 0,
            "isFireSource": false,
            "isWood": false,
            "isOpaqueCube": true,
            "renderLayer": "solid",
            "harvestTool": "pickaxe",
            "harvestLevel": 3,
            "pathNodeType": "blocked",
            "creativeTab": "kuronekosgift_tab"
        }
      ]
    },

luoxingzlx avatar Feb 12 '19 11:02 luoxingzlx