Removed obsolete palette; fixed some descriptions.

master
Ilya Zhuravlev 2012-09-09 00:18:07 +04:00
parent b7f5921ea3
commit 4684781a44
2 changed files with 7 additions and 5 deletions

View File

@ -14,13 +14,13 @@ minetest.register_craft({
{ 'default:stick','', 'default:stick' }, { 'default:stick','', 'default:stick' },
}}) }})
minetest.register_craft({ --[[minetest.register_craft({
output = 'painting:palette 1', output = 'painting:palette 1',
recipe = { recipe = {
{ 'group:dye', 'group:dye', 'group:dye' }, { 'group:dye', 'group:dye', 'group:dye' },
{ 'group:dye', '', 'group:dye' }, { 'group:dye', '', 'group:dye' },
{ 'group:dye', 'group:dye', 'group:dye' }, { 'group:dye', 'group:dye', 'group:dye' },
}}) }})]]
minetest.register_craft({ minetest.register_craft({
output = 'painting:canvas_16 1', output = 'painting:canvas_16 1',

View File

@ -31,7 +31,7 @@ picbox = {
} }
picnode = { picnode = {
description = "pic", description = "Picture",
tiles = { "white.png" }, tiles = { "white.png" },
inventory_image = "painted.png", inventory_image = "painted.png",
drawtype = "nodebox", drawtype = "nodebox",
@ -143,6 +143,7 @@ paintent = {
--paintedcanvas picture inventory item --paintedcanvas picture inventory item
paintedcanvas = { paintedcanvas = {
description = "Painted Canvas",
inventory_image = "painted.png", inventory_image = "painted.png",
stack_max = 1, stack_max = 1,
@ -182,6 +183,7 @@ paintedcanvas = {
--canvas inventory item --canvas inventory item
canvas = { canvas = {
description = "Canvas",
inventory_image = "default_paper.png", inventory_image = "default_paper.png",
stack_max = 99, stack_max = 99,
} }
@ -193,7 +195,7 @@ canvasbox = {
} }
canvasnode = { canvasnode = {
description = "canvas", description = "Canvas",
tiles = { "white.png" }, tiles = { "white.png" },
inventory_image = "painted.png", inventory_image = "painted.png",
drawtype = "nodebox", drawtype = "nodebox",
@ -242,7 +244,7 @@ easelbox = {
} }
easel = { easel = {
description = "easel", description = "Easel",
tiles = { "default_wood.png" }, tiles = { "default_wood.png" },
drawtype = "nodebox", drawtype = "nodebox",
sunlight_propagates = true, sunlight_propagates = true,