Compare commits
18 Commits
Author | SHA1 | Date | |
---|---|---|---|
7ad7a5e842 | |||
eed93cbc5d | |||
31f5af2c58 | |||
0f2b5b7b2f | |||
a16e960ac1 | |||
270da9bf78 | |||
003fe506b7 | |||
ef8a1c1fb8 | |||
56beb55b63 | |||
afc0917979 | |||
f0fdcb4e08 | |||
84e05d2a2a | |||
31bdd56979 | |||
c1911548bb | |||
fc72bff4c0 | |||
819effe640 | |||
8f085b2c7f | |||
02ed4189dc |
1059
blocks.lua
@ -1,2 +1,3 @@
|
||||
default
|
||||
mesecons
|
||||
unifieddyes
|
||||
|
1
description.txt
Normal file
@ -0,0 +1 @@
|
||||
Add some colorful nodes to building and also to add light.
|
@ -37,7 +37,7 @@ minetest.register_node("bobblocks:health_off", {
|
||||
paramtype2 = "facedir",
|
||||
legacy_facedir_simple = true,
|
||||
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3},
|
||||
is_ground_content = true,
|
||||
is_ground_content = false,
|
||||
walkable = false,
|
||||
climbable = false,
|
||||
mesecons = {conductor={
|
||||
@ -53,7 +53,7 @@ minetest.register_node("bobblocks:health_on", {
|
||||
legacy_facedir_simple = true,
|
||||
light_source = LIGHT_MAX-0,
|
||||
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3},
|
||||
is_ground_content = true,
|
||||
is_ground_content = false,
|
||||
walkable = false,
|
||||
climbable = false,
|
||||
drop = "bobblocks:health_off",
|
||||
|
BIN
textures/bobblocks_block.png
Normal file
After Width: | Height: | Size: 652 B |
BIN
textures/bobblocks_block_off.png
Normal file
After Width: | Height: | Size: 604 B |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
BIN
textures/bobblocks_pole_inv.png
Normal file
After Width: | Height: | Size: 452 B |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
BIN
textures/bobblocks_wavyblock.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
textures/bobblocks_wavypole_inv.png
Normal file
After Width: | Height: | Size: 747 B |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |