mt-mods / homedecor_modpack

home decor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

some break, texture, crafting problems using mcl2

PiTTl opened this issue · comments

happy Easter :-)
we use homedecor with mineclone2 (0.86)/minetest 5.8.0. Most of it works fine, but we have a few problems with it:

  • some items cannot be crafted
  • a few others cannot be mined unless you have creative. These include, for example, the soda machine, the Tetris arcade, Playstations, computers (laptops), tool cabinet, beer tap.
  • A few textures are missing or not used: chimney, dog house, grandfather clock, fancy fire, fake grass
    textures
  • Server/game crashed if you put something in a locked cabinet
2024-04-01 15:19:02: WARNING[Server]: Undeclared global variable "default" accessed at ...st/mods/homedecor_modpack/homedecor_common/inventory.lua:147
2024-04-01 15:19:02: ERROR[Main]: ServerError: AsyncErr: Lua: Runtime error from mod 'homedecor_kitchen' in callback nodemeta_inventory_AllowPut(): ...st/mods/homedecor_modpack/homedecor_common/inventory.lua:147: attempt to index global 'default' (a nil value)
2024-04-01 15:19:02: ERROR[Main]: stack traceback:
2024-04-01 15:19:02: ERROR[Main]: 	...st/mods/homedecor_modpack/homedecor_common/inventory.lua:147: in function <...st/mods/homedecor_modpack/homedecor_common/inventory.lua:146>
2024-04-01 15:19:03: ACTION[Server]: PiTTi leaves game. List of players: 
2024-04-01 15:19:03: ACTION[Main]: Server: Shutting down

Otherwise we love homedecor :-)

a few others cannot be mined unless you have creative. These include, for example, the soda machine, the Tetris arcade, Playstations, computers (laptops), tool cabinet, beer tap.

Those items are provided by the home_workshop_modpack which is not game agnostic (yet).

Ah, thank you very much for this information. Then at least I have an explanation for our players on this point.
Greetings to Hesse from Lower Saxony

ive linked a pr that will close the main issue (crash of this) #68
for the crafting of homedecor workshop modpack(xcompat one), see the issue niklp created
any uncraftable stuff here, comment in the mega issue for that over in #41

for future reference, better if you make an individual issue for each problem

Thank you for your work :-)