Change default creeper to a blue version

Creeper explosion produce ice fire from fake_fire mod
This commit is contained in:
sys4-fr 2018-01-20 23:12:51 +01:00
parent c9e36c42d6
commit b89e5b5f37
3 changed files with 1 additions and 1 deletions

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

View File

@ -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