Update 'mods/fire/init.lua'

This commit is contained in:
thunderdog1138 2020-05-17 23:35:47 +00:00
parent 51290665b9
commit 473ce7221e
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ minetest.register_craft({
-- Override coalblock to enable permanent flame above
-- Coalblock is non-flammable to avoid unwanted basic_flame nodes
minetest.override_item("default:coalblock", {
minetest.override_item("default:coal_block", {
after_destruct = function(pos, oldnode)
pos.y = pos.y + 1
if minetest.get_node(pos).name == "fire:permanent_flame" then