mirror of
https://codeberg.org/minenux/minetest-mod-xdecor
synced 2023-10-20 21:43:39 -07:00
Better bee texture
This commit is contained in:
parent
d54bd5ea0b
commit
db3488a820
11
hive.lua
11
hive.lua
@ -8,7 +8,7 @@ function hive.construct(pos)
|
|||||||
"image[0.5,0.2;1,1;flowers_dandelion_yellow.png]"..
|
"image[0.5,0.2;1,1;flowers_dandelion_yellow.png]"..
|
||||||
"image[6.6,0.1;1,1;flowers_geranium.png]"..
|
"image[6.6,0.1;1,1;flowers_geranium.png]"..
|
||||||
"image[7.2,-0.1;1,1;flowers_rose.png]"..
|
"image[7.2,-0.1;1,1;flowers_rose.png]"..
|
||||||
"image[6,0;0.9,0.9;xdecor_bee.png]".. -- Bee texture by Charles Sanchez and Mark Weyer.
|
"image[6,0;0.9,0.9;xdecor_bee.png]"..
|
||||||
"list[current_name;honey;5,0;1,1;]"..
|
"list[current_name;honey;5,0;1,1;]"..
|
||||||
"list[current_player;main;0,1.35;8,4;]")
|
"list[current_player;main;0,1.35;8,4;]")
|
||||||
meta:set_string("infotext", "Artificial Hive")
|
meta:set_string("infotext", "Artificial Hive")
|
||||||
@ -27,12 +27,9 @@ end
|
|||||||
xdecor.register("hive", {
|
xdecor.register("hive", {
|
||||||
description = "Artificial Hive",
|
description = "Artificial Hive",
|
||||||
tiles = {
|
tiles = {
|
||||||
"xdecor_hive_top.png",
|
"xdecor_hive_top.png", "xdecor_hive_top.png",
|
||||||
"xdecor_hive_top.png",
|
"xdecor_hive_side.png", "xdecor_hive_side.png",
|
||||||
"xdecor_hive_side.png",
|
"xdecor_hive_side.png", "xdecor_hive_front.png"
|
||||||
"xdecor_hive_side.png",
|
|
||||||
"xdecor_hive_side.png",
|
|
||||||
"xdecor_hive_front.png",
|
|
||||||
},
|
},
|
||||||
groups = {snappy=3, flammable=1},
|
groups = {snappy=3, flammable=1},
|
||||||
on_construct = hive.construct,
|
on_construct = hive.construct,
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 266 B After Width: | Height: | Size: 290 B |
Loading…
x
Reference in New Issue
Block a user