mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-16 04:35:15 +02:00
'fix' beacon texture
This commit is contained in:
parent
f6ce37f2b9
commit
f7028bc836
8 changed files with 4 additions and 9 deletions
mods
HUD/mcl_achievements
ITEMS/mcl_beacons
|
@ -276,13 +276,13 @@ awards.register_achievement("mcl:enchanter", {
|
|||
awards.register_achievement("mcl:beacon", {
|
||||
title = S("Bring Home the Beacon"),
|
||||
description = S("Use a beacon."),
|
||||
icon = "beacon_side_3.png",
|
||||
icon = "beacon_overlay.png",
|
||||
})
|
||||
|
||||
awards.register_achievement("mcl:maxed_beacon", {
|
||||
title = S("Beaconator"),
|
||||
description = S("Use a fully powered beacon."),
|
||||
icon = "beacon_side_4.png",
|
||||
icon = "beacon_overlay.png",
|
||||
})
|
||||
|
||||
-- NON-PC ACHIEVEMENTS (XBox, Pocket Edition, etc.)
|
||||
|
|
|
@ -100,15 +100,10 @@ local function globalstep_function(pos,player)
|
|||
end
|
||||
|
||||
minetest.register_node("mcl_beacons:beacon", {
|
||||
--glasslike drawtype?
|
||||
description = "Beacon",
|
||||
drawtype = "glasslike",
|
||||
tiles = {
|
||||
"beacon_top.png",
|
||||
"beacon_bottom.png",
|
||||
"beacon_side_1.png",
|
||||
"beacon_side_2.png",
|
||||
"beacon_side_3.png",
|
||||
"beacon_side_4.png"
|
||||
"default_glass.png^beacon_overlay.png"
|
||||
},
|
||||
on_construct = function(pos)
|
||||
local meta = minetest.get_meta(pos)
|
||||
|
|
Binary file not shown.
Before ![]() (image error) Size: 338 B |
Before ![]() (image error) Size: 340 B After ![]() (image error) Size: 340 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 339 B |
Binary file not shown.
Before ![]() (image error) Size: 337 B |
Binary file not shown.
Before ![]() (image error) Size: 338 B |
Binary file not shown.
Before ![]() (image error) Size: 340 B |
Loading…
Add table
Reference in a new issue