forked from mtcontrib/minetest-mod-snow
Fixed a typo in the snow_cobble groups line.
For the moment cooking snow stuff into ice is just a quirky, curious, alternate way to make ice. This is part of an idea I have for snow furnaces with unique properties. ~ LazyJ
This commit is contained in:
parent
e6f20f5825
commit
2c83d5ed76
@ -290,7 +290,7 @@ minetest.register_node("snow:snow_cobble", {
|
|||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
-- I made this a little harder to dig than snow blocks because
|
-- I made this a little harder to dig than snow blocks because
|
||||||
-- I imagine snow brick as being much more dense and solid than fluffy snow. ~ LazyJ
|
-- I imagine snow brick as being much more dense and solid than fluffy snow. ~ LazyJ
|
||||||
groups = {cracky=2, crumbly=2, choppy=2, oddly_breakable_by_hand=2, melts=1, icemaker=1, cooks_into_ice},
|
groups = {cracky=2, crumbly=2, choppy=2, oddly_breakable_by_hand=2, melts=1, icemaker=1, cooks_into_ice=1},
|
||||||
sounds = default.node_sound_dirt_defaults({
|
sounds = default.node_sound_dirt_defaults({
|
||||||
footstep = {name="default_snow_footstep", gain=0.25},
|
footstep = {name="default_snow_footstep", gain=0.25},
|
||||||
dig = {name="default_dig_crumbly", gain=0.4},
|
dig = {name="default_dig_crumbly", gain=0.4},
|
||||||
|
Loading…
Reference in New Issue
Block a user