You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.
[LibCD] Error executing tweaker script enchant:gamerule.js: TypeError: class com.martmists.libgamerule.compat.libcd.GameruleTweaker has no such function "addGamerule" in <eval> at line number 2 Is the error I'm talking about. and it's with this in the script, which is from your documentation. var GameruleTweaker = libcd.require("libgamerule.GameruleTweaker"); GameruleTweaker.addGamerule("DoCustomMobSpawning", "boolean", true); GameruleTweaker.addGamerule("CustomRegen", "boolean", true); this is in 20w11a
The text was updated successfully, but these errors were encountered:
[LibCD] Error executing tweaker script enchant:gamerule.js: TypeError: class com.martmists.libgamerule.compat.libcd.GameruleTweaker has no such function "addGamerule" in <eval> at line number 2
Is the error I'm talking about. and it's with this in the script, which is from your documentation.var GameruleTweaker = libcd.require("libgamerule.GameruleTweaker"); GameruleTweaker.addGamerule("DoCustomMobSpawning", "boolean", true); GameruleTweaker.addGamerule("CustomRegen", "boolean", true);
this is in 20w11aThe text was updated successfully, but these errors were encountered: