OpenBlocks

OpenBlocks

56M Downloads

Allow id to be set to 0 to disable it

Opened this issue ยท 3 comments

commented

Setting the sprinkler block ID to 0 caused minecraft to crash with an OOM error. Would like to be able to disable blocks in case of incompatibilities/balance etc.

commented

Please set block Ids to -1 to disable them

commented

ID 0 is the air block. However a nicer die case should be implemented to prevent game crash when a block cannot use a taken id

commented

Thought I should check that there isn't any issues putting in id 0 with getBlock, seems that method only checks for other mod blocks, not vanilla. So the intended operation is fine. Re-closing. Once and for all.