kaadmy / pixture

A Minetest subgame geared towards minimalist survival
http://www.minetest.net
Other
33 stars 7 forks source link

Crash when trying to jewel tool #63

Closed Wuzzy2 closed 7 years ago

Wuzzy2 commented 7 years ago

When I try to jewel a bronze pickaxe or a carbon steel pickaxe, it crashes:

2017-05-18 18:31:25: ERROR[Main]: ServerError: Lua: Runtime error from mod 'jewels' in callback node_on_punch(): /home/wuzzy/.minetest/games/pixture/mods/jewels/init.lua:198: attempt to call field 'can_jewel' (a nil value)
2017-05-18 18:31:25: ERROR[Main]: stack traceback:
2017-05-18 18:31:25: ERROR[Main]:   /home/wuzzy/.minetest/games/pixture/mods/jewels/init.lua:198: in function </home/wuzzy/.minetest/games/pixture/mods/jewels/init.lua:189>
2017-05-18 18:31:25: ACTION[Server]: singleplayer leaves game. List of players: 
2017-05-18 18:31:26: ERROR[MeshUpdate]: Waiting for texture jewels_bench_sides.png^[applyfiltersformesh^[crack:1:0^[applyfiltersformesh timed out.

Note: Both tools had a small amount of damage already.

c3595759133e67da4d4fc878c3202ea50418c858

kaadmy commented 7 years ago

Ah, nice catch. this is probably because I may have forgotten to add the new materials to jeweling >.>