mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-13 05:50:31 +01:00
Change default creeper to a blue version
Creeper explosion produce ice fire from fake_fire mod
This commit is contained in:
parent
c9e36c42d6
commit
b89e5b5f37
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 883 B After Width: | Height: | Size: 212 B |
|
@ -323,7 +323,7 @@ local function tnt_explode(pos, radius, ignore_protection, ignore_on_blast, no_f
|
|||
local on_construct_queue = {}
|
||||
basic_flame_on_construct = minetest.registered_nodes["fire:basic_flame"].on_construct
|
||||
|
||||
local c_fire = minetest.get_content_id("fake_fire:fake_fire")
|
||||
local c_fire = minetest.get_content_id("fake_fire:ice_fire")
|
||||
if not no_fire then
|
||||
c_fire = minetest.get_content_id("fire:basic_flame")
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user