tweaked block textures
This commit is contained in:
parent
1386e0e7c9
commit
f8297f0520
@ -53,7 +53,7 @@ Change log:
|
|||||||
- 2.3 - Localise many of the protector functions and tidy code.
|
- 2.3 - Localise many of the protector functions and tidy code.
|
||||||
- 2.4 - Update to newer functions, Minetest 0.4.16 needed to run now.
|
- 2.4 - Update to newer functions, Minetest 0.4.16 needed to run now.
|
||||||
- 2.5 - Added HUD text to show when player is inside a protected area (updates every 5 seconds)
|
- 2.5 - Added HUD text to show when player is inside a protected area (updates every 5 seconds)
|
||||||
- 2.6 - Add protection against CSM tampering, updated Intllib support (thanks codexp)
|
- 2.6 - Add protection against CSM tampering, updated Intllib support (thanks codexp), tweaked block textures
|
||||||
|
|
||||||
Lucky Blocks: 10
|
Lucky Blocks: 10
|
||||||
|
|
||||||
|
6
init.lua
6
init.lua
@ -364,9 +364,9 @@ minetest.register_node("protector:protect", {
|
|||||||
description = S("Protection Block") .. " (" .. S("USE for area check") .. ")",
|
description = S("Protection Block") .. " (" .. S("USE for area check") .. ")",
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
tiles = {
|
tiles = {
|
||||||
"moreblocks_circle_stone_bricks.png",
|
"default_stone.png^protector_overlay.png",
|
||||||
"moreblocks_circle_stone_bricks.png",
|
"default_stone.png^protector_overlay.png",
|
||||||
"moreblocks_circle_stone_bricks.png^protector_logo.png"
|
"default_stone.png^protector_overlay.png^protector_logo.png"
|
||||||
},
|
},
|
||||||
sounds = default.node_sound_stone_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
groups = {dig_immediate = 2, unbreakable = 1},
|
groups = {dig_immediate = 2, unbreakable = 1},
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 672 B |
@ -1,5 +1,3 @@
|
|||||||
following texture created by Hugo Locurcio (CC BY-SA 3.0):
|
|
||||||
moreblocks_circle_stone_bricks.png
|
|
||||||
|
|
||||||
following Textures created by Fernando Zapata (CC BY-SA 3.0):
|
following Textures created by Fernando Zapata (CC BY-SA 3.0):
|
||||||
doors_wood.png
|
doors_wood.png
|
||||||
@ -29,3 +27,4 @@ following textures by Cisoun (WTFPL):
|
|||||||
following textures by TenPlus1 (CC BY-SA 3.0):
|
following textures by TenPlus1 (CC BY-SA 3.0):
|
||||||
protector_logo.png
|
protector_logo.png
|
||||||
protector_display.png
|
protector_display.png
|
||||||
|
protector_overlay.png
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 267 B |
BIN
textures/protector_overlay.png
Normal file
BIN
textures/protector_overlay.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 116 B |
Loading…
x
Reference in New Issue
Block a user