1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

devtest: Improve tool and formspec usability

also fix the yawsprite test entity
This commit is contained in:
sfan5 2020-06-08 17:15:02 +02:00
parent 0ab580810c
commit a21f9bb7e6
3 changed files with 6 additions and 4 deletions

View file

@ -54,6 +54,7 @@ minetest.register_tool("basetools:pick_mese", {
choppy={times={[1]=0.0, [2]=0.0, [3]=0.0}, maxlevel=255},
dig_immediate={times={[1]=0.0, [2]=0.0, [3]=0.0}, maxlevel=255},
},
damage_groups = {fleshy=100},
},
})