From 75e0a665ce2a45e1158a427d3f70f854f5f4d5a8 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 16 Jun 2017 18:12:21 -0400 Subject: Updated several mods for Minetest 0.4.16 castles modpack, areas, biome_lib, blox, boost_cart, plantlife modpack caverealms, coloredwood, concrete, currency, farming redo, home decor, ilights, mesecons, moreores, pipeworks, signs_lib, technic, unified inventory unified bricks, unified dyes, worldedit, and xban2 --- blox/init.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'blox') diff --git a/blox/init.lua b/blox/init.lua index cfcc71e..c022863 100644 --- a/blox/init.lua +++ b/blox/init.lua @@ -103,12 +103,12 @@ for _, nodeclass in ipairs(NodeClass) do minetest.register_node("blox:stone_"..nodeclass, { description = "Blox stone "..nodeclass, - drawtype = "mesh", tiles = { { name = "default_stone.png", color = 0xffffffff }, + }, + overlay_tiles = { "blox_stone_"..nodeclass..".png" }, - mesh = "blox_block_with_overlay.obj", palette = "unifieddyes_palette_extended.png", place_param2 = 240, paramtype = "light", @@ -123,12 +123,12 @@ for _, nodeclass in ipairs(NodeClass) do minetest.register_node("blox:cobble_"..nodeclass, { description = "Blox cobble "..nodeclass, - drawtype = "mesh", tiles = { { name = "default_cobble.png", color = 0xffffffff }, + }, + overlay_tiles = { "blox_cobble_"..nodeclass..".png" }, - mesh = "blox_block_with_overlay.obj", palette = "unifieddyes_palette_extended.png", place_param2 = 240, paramtype = "light", @@ -143,12 +143,12 @@ for _, nodeclass in ipairs(NodeClass) do minetest.register_node("blox:wood_"..nodeclass, { description = "Blox wood "..nodeclass, - drawtype = "mesh", tiles = { { name = "default_wood.png", color = 0xffffffff }, + }, + overlay_tiles = { "blox_wood_"..nodeclass..".png" }, - mesh = "blox_block_with_overlay.obj", palette = "unifieddyes_palette_extended.png", place_param2 = 240, paramtype = "light", -- cgit v1.2.3