assets_warehouse/tuxemons.lua

5 lines
885 B
Lua

model_detail = minetest.settings:get("assets_warehouse_model_quality") or 1
assets_warehouse.item("tuxemon_dandylion",'dandylionMD'..model_detail..'.obj',{'dandylion.png'},'dandilionpreview.png',{type = "fixed",fixed = {{-0.15,0.0,-0.1,0.15,-0.5,0.1},},},{fixed = {{-0.15,0.0,-0.1,0.15,-0.5,0.1},},},"Dandylion is a creature from the Tuxemon Project")
assets_warehouse.item("tuxemon_pytwire",'pytwireMD'..model_detail..'.obj',{'pytwire.png'},'pytwirepreview.png',{type = "fixed",fixed = {{-0.1,-0.2,-0.1,0.25,-0.5,0.25},},},{fixed = {{-0.1,-0.2,-0.1,0.25,-0.5,0.25},},},"Pytwire is a creature from the Tuxemon Project")
assets_warehouse.item("metalanc",'metalancMD'..model_detail..'.obj',{'metalanc.png'},'metalancpreview.png',{type = "fixed",fixed = {{-0.1,-0.2,-0.1,0.25,-0.5,0.25},},},{fixed = {{-0.1,-0.2,-0.1,0.25,-0.5,0.25},},},"Metalanc is a creature from the Zoonami Mod")