Not working on 1.15.2 and causing error in CraftTweaker
rckymtnrfc opened this issue ยท 4 comments
Forge 31.1.46
Initial Inventory 5.0.0
When loading up a new single player world, I'm not receiving any inventory item. The script is named initial_inventory.zs and contains the follow:
mods.initialinventory.InvHandler.addStartingItem(minecraft:stick);
I'm also getting an error from CraftTweaker because it tries to load the script. (https://pastebin.com/6bUuX9ma)
LMK if you need anything else from me to track down the issue.
And thanks for the 1.15.2 update!
Here you go