better dust texture

master
Juraj Vajda 2018-01-01 22:27:49 -05:00
parent a99922ca54
commit 75de4a271f
8 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -251,7 +251,7 @@ end
minetest.register_node("basic_machines:autocrafter", {
description = "Autocrafter",
drawtype = "normal",
tiles = {"pipeworks_autocrafter.png"},
tiles = {"basic_machines_autocrafter.png"},
sounds = default.node_sound_stone_defaults(),
groups = {cracky=3, mesecon_effector_on = 1},
on_construct = function(pos)

View File

@ -23,7 +23,7 @@ basic_machines.craft_recipes = {
["generator"]={item = "basic_machines:generator", description = "Generate power crystals", craft = {"default:diamondblock 5","basic_machines:battery 5","default:goldblock 5"}, tex = "basic_machine_generator"},
["autocrafter"] = {item = "basic_machines:autocrafter", description = "Automate crafting", craft = { "default:steel_ingot 5", "default:mese_crystal 2", "default:diamondblock 2"}, tex = "pipeworks_autocrafter"},
["autocrafter"] = {item = "basic_machines:autocrafter", description = "Automate crafting", craft = { "default:steel_ingot 5", "default:mese_crystal 2", "default:diamondblock 2"}, tex = "basic_machines_autocrafter"},
["grinder"] = {item = "basic_machines:grinder", description = "Makes dusts and grinds materials", craft = {"default:diamond 13","default:mese 4"}, tex = "grinder"},

View File

@ -263,7 +263,7 @@ local function register_dust(name,input_node_name,ingot,grindcost,cooktime,R,G,B
local purity = purity_table[i];
minetest.register_craftitem("basic_machines:"..name.."_dust_".. purity, {
description = name.. " dust purity " .. purity .. "%" ,
inventory_image = "basic_machines_dust.png^[colorize:#"..R..G..B..":180",
inventory_image = "basic_machines_dust.png^[colorize:#"..R..G..B..":"..purity * 2,
})
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 B

After

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 475 B