master
root 2021-12-20 21:48:07 +01:00
parent df9c3f6b5e
commit 30eb1b4e0a
4 changed files with 28 additions and 0 deletions

View File

@ -540,3 +540,30 @@ minetest.register_craft({
{'', 'jonez:marble_polished', ''},
},
})
minetest.register_node("jonez:censer", {
description = S("Censer"),
tiles = {"jonez_censer_top.png", "jonez_censer_top.png", "jonez_censer_front.png"},
drawtype = "nodebox",
paramtype = "light",
node_box = {
type = "fixed",
fixed = {
{-0.5, -0.5, -0.5, 0.5, -0.375, 0.5}, -- NodeBox1
{-0.4375, -0.375, -0.4375, 0.4375, -0.3125, 0.4375}, -- NodeBox2
{-0.375, -0.3125, -0.375, 0.375, -0.25, 0.375}, -- NodeBox3
{-0.3125, -0.3125, -0.3125, 0.3125, 0.25, 0.3125}, -- NodeBox4
{-0.375, 0.25, -0.375, 0.375, 0.3125, 0.375}, -- NodeBox5
{-0.4375, 0.3125, -0.4375, 0.4375, 0.375, -0.375}, -- NodeBox6
{-0.5, 0.375, -0.5, 0.5, 0.5, -0.4375}, -- NodeBox7
{-0.4375, 0.3125, 0.375, 0.4375, 0.375, 0.4375}, -- NodeBox8
{-0.5, 0.375, 0.4375, 0.5, 0.5, 0.5}, -- NodeBox9
{0.375, 0.3125, -0.4375, 0.4375, 0.375, 0.4375}, -- NodeBox10
{0.4375, 0.375, -0.5, 0.5, 0.5, 0.5}, -- NodeBox11
{-0.5, 0.375, -0.5, -0.4375, 0.5, 0.5}, -- NodeBox12
{-0.4375, 0.3125, -0.4375, -0.3125, 0.375, 0.4375}, -- NodeBox13
},
},
groups = {cracky=1},
})

View File

@ -63,3 +63,4 @@ Ancient Pompeiian Path=Camino antiguo pompeyano
Ancient Pompeiian Altar=Altar antiguo pompeyano
Carthaginian Pavement=Pavimiento cartaginés
Carthaginian Wall=Pavimiento cartaginés
Censer=Incensiario

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB