1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02: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},
},
})