mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-20 05:04:50 -04:00
Weather temps update
This commit is contained in:
parent
9df85d7752
commit
bcefc5a7ba
3 changed files with 14 additions and 10 deletions
|
@ -9,7 +9,7 @@ minetest.register_node("fire:basic_flame", {
|
|||
}},
|
||||
inventory_image = "fire_basic_flame.png",
|
||||
light_source = 14,
|
||||
groups = {igniter=2,dig_immediate=3,hot=3},
|
||||
groups = {igniter=2,dig_immediate=3,hot=200},
|
||||
drop = '',
|
||||
walkable = false,
|
||||
buildable_to = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue