Add light to the crane top (#11)

This commit is contained in:
Emojigit 2021-04-29 00:57:22 +08:00 committed by GitHub
parent 599b2c93c6
commit 3975b970ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 9 deletions

@ -33,8 +33,9 @@ default
# License # License
Copyright (C) 2017-2020 Joachim Stolberg Copyright (C) 2017-2020 Joachim Stolberg
Code: Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt and http://www.gnu.org/licenses/lgpl-2.1.txt Code: Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt and http://www.gnu.org/licenses/lgpl-2.1.txt
Textures: CC0 (by Ammoth) Textures: Mostly CC0 (by Ammoth)
* `morelights_extras_blocklight.png`: CC BY-SA 4.0 (by random-geek)
# History: # History:
* 2017-06-04 v0.01 first version * 2017-06-04 v0.01 first version

@ -333,10 +333,11 @@ minetest.register_node("towercrane:base", {
minetest.register_node("towercrane:balance", { minetest.register_node("towercrane:balance", {
description = S("Tower Crane Balance"), description = S("Tower Crane Balance"),
tiles = { tiles = {
"towercrane_base.png^towercrane_screws.png", "towercrane_base.png^towercrane_screws.png^morelights_extras_blocklight.png",
}, },
paramtype = "light", paramtype = "light",
paramtype2 = "facedir", paramtype2 = "facedir",
light_source = 12,
sunlight_propagates = true, sunlight_propagates = true,
is_ground_content = false, is_ground_content = false,
groups = {crumbly=0, not_in_creative_inventory=1}, groups = {crumbly=0, not_in_creative_inventory=1},
@ -411,4 +412,3 @@ towercrane.turnright = turnright
towercrane.turnleft = turnleft towercrane.turnleft = turnleft
towercrane.is_my_crane = is_my_crane towercrane.is_my_crane = is_my_crane
towercrane.get_crane_data = get_crane_data towercrane.get_crane_data = get_crane_data

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B