mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Fix cake hardness
This commit is contained in:
parent
528ff21259
commit
cedc6313d6
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ minetest.register_node("mcl_cake:cake", {
|
|||
|
||||
_food_particles = false,
|
||||
_mcl_blast_resistance = 2.5,
|
||||
_mcl_hardness = 5,
|
||||
_mcl_hardness = 0.5,
|
||||
})
|
||||
|
||||
local register_slice = function(level, nodebox, desc)
|
||||
|
@ -97,7 +97,7 @@ local register_slice = function(level, nodebox, desc)
|
|||
|
||||
_food_particles = false,
|
||||
_mcl_blast_resistance = 2.5,
|
||||
_mcl_hardness = 5,
|
||||
_mcl_hardness = 0.5,
|
||||
})
|
||||
|
||||
if minetest.get_modpath("doc") then
|
||||
|
|
Loading…
Reference in a new issue