Rename torches mod to mcl_torches
This commit is contained in:
parent
70e529be4d
commit
b4c5a96d7c
19 changed files with 19 additions and 63 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue