Compare commits
No commits in common. "master" and "nalc-1.2.0" have entirely different histories.
master
...
nalc-1.2.0
@ -69,7 +69,7 @@ minetest.register_node("bobblocks:block_off", {
|
|||||||
paramtype2 = "color",
|
paramtype2 = "color",
|
||||||
palette = "unifieddyes_palette_extended.png",
|
palette = "unifieddyes_palette_extended.png",
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
use_texture_alpha = "blend",
|
use_texture_alpha = true,
|
||||||
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3,not_in_creative_inventory=1, ud_param2_colorable = 1},
|
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3,not_in_creative_inventory=1, ud_param2_colorable = 1},
|
||||||
mesecons = {conductor={
|
mesecons = {conductor={
|
||||||
state = mesecon.state.off,
|
state = mesecon.state.off,
|
||||||
@ -114,7 +114,7 @@ minetest.register_node("bobblocks:pole_off", {
|
|||||||
palette = "unifieddyes_palette_extended.png",
|
palette = "unifieddyes_palette_extended.png",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
use_texture_alpha = "blend",
|
use_texture_alpha = true,
|
||||||
sounds = default.node_sound_glass_defaults(),
|
sounds = default.node_sound_glass_defaults(),
|
||||||
light_source = LIGHT_MAX-10,
|
light_source = LIGHT_MAX-10,
|
||||||
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3,not_in_creative_inventory=1, ud_param2_colorable = 1},
|
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3,not_in_creative_inventory=1, ud_param2_colorable = 1},
|
||||||
@ -170,7 +170,7 @@ minetest.register_node("bobblocks:wavyblock_off", {
|
|||||||
paramtype2 = "color",
|
paramtype2 = "color",
|
||||||
palette = "unifieddyes_palette_extended.png",
|
palette = "unifieddyes_palette_extended.png",
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
use_texture_alpha = "blend",
|
use_texture_alpha = true,
|
||||||
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3,not_in_creative_inventory=1, ud_param2_colorable = 1},
|
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3,not_in_creative_inventory=1, ud_param2_colorable = 1},
|
||||||
mesecons = {conductor=
|
mesecons = {conductor=
|
||||||
{
|
{
|
||||||
|
3
depends.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
default
|
||||||
|
mesecons
|
||||||
|
unifieddyes
|
1
description.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
Add some colorful nodes to building and also to add light.
|
4
init.lua
@ -1,4 +1,4 @@
|
|||||||
print("[BobBlocks By minetest@rabbibob.com] Version 0.0.9 loading....")
|
print("[BobBlocks By minetest@rabbibob.com] Version 0.0.8 loading....")
|
||||||
print("[BobBlocks] loading Blocks")
|
print("[BobBlocks] loading Blocks")
|
||||||
dofile(minetest.get_modpath("bobblocks") .. "/blocks.lua")
|
dofile(minetest.get_modpath("bobblocks") .. "/blocks.lua")
|
||||||
print("[BobBlocks] loaded Blocks")
|
print("[BobBlocks] loaded Blocks")
|
||||||
@ -8,4 +8,4 @@ print("[BobBlocks] loaded Health")
|
|||||||
print("[BobBlocks] loading Traps")
|
print("[BobBlocks] loading Traps")
|
||||||
dofile(minetest.get_modpath("bobblocks") .. "/trap.lua")
|
dofile(minetest.get_modpath("bobblocks") .. "/trap.lua")
|
||||||
print("[BobBlocks] loaded Traps")
|
print("[BobBlocks] loaded Traps")
|
||||||
print("[BobBlocks By minetest@rabbibob.com] Version 0.0.9 loaded!")
|
print("[BobBlocks By minetest@rabbibob.com] Version 0.0.8 loaded!")
|
2
mod.conf
@ -1,3 +1 @@
|
|||||||
name = bobblocks
|
name = bobblocks
|
||||||
depends = default, mesecons, unifieddyes
|
|
||||||
description = Add some colorful nodes to building and also to add light.
|
|
11
readme.txt
@ -1,15 +1,8 @@
|
|||||||
-- BobBlocks v0.0.9
|
-- BobBlocks v0.0.8
|
||||||
-- (Minetest 5.3.0 compatible 20201103)
|
-- (Minetest 0.4.5 compatible 20130315)
|
||||||
-- http://forum.minetest.net/viewtopic.php?id=1274
|
-- http://forum.minetest.net/viewtopic.php?id=1274
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
-- Full dependencies (including sub-dependencies):
|
|
||||||
-- basic_materials
|
|
||||||
-- mesecons
|
|
||||||
-- moreores
|
|
||||||
-- unifieddyes
|
|
||||||
|
|
||||||
---- Notes prior to v0.0.9
|
|
||||||
-- Requirements: Mesecons --
|
-- Requirements: Mesecons --
|
||||||
-- http://forum.minetest.net/viewtopic.php?id=628 --
|
-- http://forum.minetest.net/viewtopic.php?id=628 --
|
||||||
-- --
|
-- --
|
||||||
|
Before Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 8.4 KiB |