Looking for assistance regarding gamestages
Closed this issue ยท 1 comments
-I've been studying the wiki but I can't seem to figure out how to gate hostile mob spawning using gamestages. My current code:
[ { "gamestage": "hostile", "hostile": true, "result": "default" }, { "hostile": true, "result": "deny" } ]
I've tried messing around with this code and I've gotten it to do pretty much everything except what I want. When I get in game no hostile mobs spawn, but when I give myself the proper gamestage, nothing changes. At this point I'm just looking for some help in the matter because I really don't understand what I'm getting wrong here.-