Hello! To answer some of your questions and feedback:
The privileges needed for executing special commands are: server, interact, shout, herobrine_admin. I take responsibility for not being fully transparent and for possibly confusing people with that sidenote. I will update the description and possibly the mod to make this fully clear.
I do not plan on adding other monsters to the mod. If I would do so, they would be in separate mod/modpacks. I also do not have full knowledge in animated things at the moment and do not know whether or not your idea is supported by the Minetest engine.
You are not wrong with the volume of the sounds. I will lower them even more (the jumpscare sound already destroys my eardrums, we do not need more).
I do not know if it is just me, but everytime I try to start a race, the game crashes. Can you help me:
2023-04-16 14:16:12: ERROR[Main]: ServerError: AsyncErr: Lua: Runtime error from mod 'vehicle_mash' in callback luaentity_Step(): ...64\minetest-5.6.0-win64\bin\..\builtin\common\vector.lua:122: attempt to index local 'b' (a nil value)
2023-04-16 14:16:12: ERROR[Main]: stack traceback:
2023-04-16 14:16:12: ERROR[Main]: ...64\minetest-5.6.0-win64\bin\..\builtin\common\vector.lua:122: in function 'distance'
2023-04-16 14:16:12: ERROR[Main]: ...0-win64\bin\..\games\panqkart\mods\pk\lib_mount\init.lua:316: in function 'drive'
2023-04-16 14:16:12: ERROR[Main]: ...bin\..\games\panqkart\mods\pk\vehicle_mash/framework.lua:148: in function <...bin\..\games\panqkart\mods\pk\vehicle_mash/framework.lua:132>
The reason I really love this mod is for when I am creating other mods that affect maximum hp. It is super easy to increase/decrease the maximum hp, because without this, the hp_max is always at the maximum level.
Hello! To answer some of your questions and feedback:
server, interact, shout, herobrine_admin
. I take responsibility for not being fully transparent and for possibly confusing people with that sidenote. I will update the description and possibly the mod to make this fully clear.converted review into a thread
converted review into a thread
You fixed the bug, but since you did not know how to reproduce it, I found out how.
Used with 1.2.2 and Minetest 5.6.1 https://ibb.co/1GXG6My (Sorry if the GIF is laggy) :P
TL;DR You put a torch under gravel then break the gravel, and when the gravel touches the torch, it will then give off an error.
Alright thanks. Will try.
The mod works great, just with one issue with a quick fix,
This comment is from GitHub. https://github.com/minetestia/simple-woodcutter/issues/5
The game crashed whenever I break a block near falling gravel/sand. I fixed this problem by adding one line of code in the digger function.
if digger == nil then return end
I hope this will make your mod better :)
I do not know if it is just me, but everytime I try to start a race, the game crashes. Can you help me:
The reason I really love this mod is for when I am creating other mods that affect maximum hp. It is super easy to increase/decrease the maximum hp, because without this, the hp_max is always at the maximum level.