Closed kaisadilla closed 4 months ago
Hi! I'm learning InControl, so this may perfectly be my fault. I have this small test snippet in spawn.json
[ { "incontrol": true, "seesky": true, "armorhelmet": ["minecraft:iron_helmet", "minecraft:golden_helmet"], "result": "allow" }, { "incontrol": false, "hasstructure": false, "result": "deny" } ]
This gives me an error in console that says InControlError: Invalid Keywords for spawn.json: hasstructure.
InControlError: Invalid Keywords for spawn.json: hasstructure
I'm using InControl 1.19-7.1.15 for Minecraft 1.19.2.
I found out the problem and will fix it in the next release (later today)
Hi! I'm learning InControl, so this may perfectly be my fault. I have this small test snippet in spawn.json
[ { "incontrol": true, "seesky": true, "armorhelmet": ["minecraft:iron_helmet", "minecraft:golden_helmet"], "result": "allow" }, { "incontrol": false, "hasstructure": false, "result": "deny" } ]
This gives me an error in console that says
InControlError: Invalid Keywords for spawn.json: hasstructure
.I'm using InControl 1.19-7.1.15 for Minecraft 1.19.2.