forked from VoxeLibre/VoxeLibre
Del. unneeded doc_identifier support 4 armorstand
This commit is contained in:
parent
66c6b373a5
commit
dcba7e2325
|
@ -2,5 +2,4 @@
|
|||
mcl_core
|
||||
mcl_sounds
|
||||
mcl_stairs
|
||||
doc_identifier?
|
||||
screwdriver?
|
||||
|
|
|
@ -280,10 +280,6 @@ minetest.register_lbm({
|
|||
end,
|
||||
})
|
||||
|
||||
if minetest.get_modpath("doc_identifier") ~= nil then
|
||||
doc.sub.identifier.register_object("3d_armor_stand:armor_entity", "nodes", "3d_armor_stand:armor_stand")
|
||||
end
|
||||
|
||||
minetest.register_craft({
|
||||
output = "3d_armor_stand:armor_stand",
|
||||
recipe = {
|
||||
|
|
Loading…
Reference in New Issue