Script errors with latest version of Create
JMNielly opened this issue ยท 1 comments
The handheld blockzapper and the deforester have been removed in the latest version of Create.
These lines from create_compat.zs are no longer necessary. Removing seems to solve the issue:
craftingTable.removeRecipe(item:create:handheld_blockzapper);
craftingTable.removeRecipe(item:create:deforester);