make b3d models textureless to remove the silly cannot find PNG file in the terminal output

master
Jordan Snelling 2017-12-30 14:51:04 +00:00
parent 7fd024c34e
commit 7b7a2e019d
44 changed files with 2 additions and 12 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -665,8 +665,8 @@ minetest.register_craft({
minetest.register_craft({
output = 'doors:trapdoor_steel',
recipe = {
{'default:steel_ingot', 'default:steel_ingot'},
{'default:steel_ingot', 'default:steel_ingot'},
{'core:iron_ingot', 'core:iron_ingot'},
{'core:iron_ingot', 'core:iron_ingot'},
}
})
@ -743,16 +743,6 @@ minetest.register_tool("doors:key", {
end,
})
minetest.register_craft({
output = "doors:key",
recipe = {
{"", "", "default:steel_ingot"},
{"default:steel_ingot", "default:steel_ingot", ""},
{"default:steel_ingot", "default:steel_ingot", ""},
}
})
----fence gate----
function doors.register_fencegate(name, def)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.