In Control!

In Control!

72M Downloads

Block Condition doesn't work properly. - 1.18.2

TqLxQuanZ opened this issue ยท 0 comments

commented
[
	{
		"block": {
			"tag": "minecraft:beds"
		},
		"message": "You can't sleep here!",
		"result": "deny"
	}
]

Apparently, the tag condition doesn't seem to work well. It basically denies everything in the world from interacting.
As for spawn.json file, the enemies can still spawn outside of the following blocks as well.

[
    {
      "mob": "minecraft:skeleton",
      "minlight": 0,
      "maxlight": 6,
      "block": ["minecraft:moss_block"],
      "result": "allow"
    }
]