mt-mods / plantlife_modpack

Other
6 stars 11 forks source link

ERROR #39

Closed Pantyhose-X closed 1 year ago

Pantyhose-X commented 1 year ago
2023-01-24 17:31:34: ERROR[Main]: ModError: Failed to load and run script from F:\TW\minetest-5.6.1-win64\bin\..\mods\plantlife_modpack\pl_waterlilies\init.lua:
2023-01-24 17:31:34: ERROR[Main]: Number of registerable nodes (32768) exceeded (flowers:waterlily_s3)
2023-01-24 17:31:34: ERROR[Main]: stack traceback:
2023-01-24 17:31:34: ERROR[Main]:   [C]: in function 'register_item_raw'
2023-01-24 17:31:34: ERROR[Main]:   F:\TW\minetest-5.6.1-win64\bin\..\builtin\game\register.lua:184: in function 'register_item'
2023-01-24 17:31:34: ERROR[Main]:   F:\TW\minetest-5.6.1-win64\bin\..\builtin\game\register.lua:210: in function 'old_register_node'
2023-01-24 17:31:34: ERROR[Main]:   ...64\bin\..\mods\plantlife_modpack\pl_waterlilies\init.lua:32: in main chunk
OgelGames commented 1 year ago

Number of registerable nodes (32768) exceeded

You have too many mods. Removing mods that add a lot of nodes will help, such as those that register many stair/slab/slope nodes.

fluxionary commented 1 year ago

@Pantyhose-X see what i wrote here: https://github.com/runsy/petz/issues/147#issuecomment-1403111810