Rename torches mod to mcl_torches

This commit is contained in:
Wuzzy 2017-02-10 14:41:36 +01:00
parent 70e529be4d
commit b4c5a96d7c
19 changed files with 19 additions and 63 deletions

View file

@ -25,7 +25,7 @@ ARMOR_FIRE_NODES = {
{"fire:permanent_flame", 3, 4},
{"ethereal:crystal_spike", 2, 1},
{"ethereal:fire_flower", 2, 1},
{"torches:torch", 1, 1},
{"mcl_torches:torch", 1, 1},
}
local skin_mod = nil

View file

@ -1,7 +1,7 @@
-- Wielded Item Transformations - http://dev.minetest.net/texture
wieldview_transform = {
["torches:torch"]="R270",
["mcl_torches:torch"]="R270",
["mcl_core:sapling"]="R270",
["flowers:dandelion_white"]="R270",
["flowers:dandelion_yellow"]="R270",