mirror of
https://github.com/Splizard/minetest-mod-snow.git
synced 2024-12-28 07:30:17 +01:00
Don't allow infinite snow.
(This can be manually set for servers.)
This commit is contained in:
parent
7a2b405698
commit
e6f20f5825
@ -95,7 +95,7 @@ of snowblocks (and then use them to water-grief by melting the snow blocks).
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = 'default:snowblock 3',
|
||||
output = 'default:snowblock 2',
|
||||
recipe = {
|
||||
'snow:snow_cobble',
|
||||
'snow:snow_cobble'
|
||||
@ -104,14 +104,14 @@ minetest.register_craft({
|
||||
|
||||
|
||||
|
||||
minetest.register_craft({
|
||||
--[[minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = 'default:snowblock 3',
|
||||
recipe = {
|
||||
'default:snowblock',
|
||||
'default:snowblock'
|
||||
}
|
||||
})
|
||||
})]]
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user