Compare commits
14 Commits
nalc-1.2.0
...
master
Author | SHA1 | Date | |
---|---|---|---|
ac8e6ca8f7 | |||
422d94e311 | |||
|
54614811d6 | ||
|
d18c76b578 | ||
|
4852ee7200 | ||
|
27c170fbed | ||
|
be5478c88b | ||
|
69cc65bc8a | ||
|
dbdaee8eed | ||
|
b900a7aff3 | ||
|
437275f8e4 | ||
|
d598f02bcd | ||
|
e0ff72b43f | ||
|
20221b2618 |
@ -69,7 +69,7 @@ minetest.register_node("bobblocks:block_off", {
|
||||
paramtype2 = "color",
|
||||
palette = "unifieddyes_palette_extended.png",
|
||||
is_ground_content = false,
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "blend",
|
||||
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3,not_in_creative_inventory=1, ud_param2_colorable = 1},
|
||||
mesecons = {conductor={
|
||||
state = mesecon.state.off,
|
||||
@ -114,7 +114,7 @@ minetest.register_node("bobblocks:pole_off", {
|
||||
palette = "unifieddyes_palette_extended.png",
|
||||
sunlight_propagates = true,
|
||||
is_ground_content = false,
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "blend",
|
||||
sounds = default.node_sound_glass_defaults(),
|
||||
light_source = LIGHT_MAX-10,
|
||||
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",
|
||||
palette = "unifieddyes_palette_extended.png",
|
||||
is_ground_content = false,
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "blend",
|
||||
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3,not_in_creative_inventory=1, ud_param2_colorable = 1},
|
||||
mesecons = {conductor=
|
||||
{
|
||||
|
@ -1,3 +0,0 @@
|
||||
default
|
||||
mesecons
|
||||
unifieddyes
|
@ -1 +0,0 @@
|
||||
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.8 loading....")
|
||||
print("[BobBlocks By minetest@rabbibob.com] Version 0.0.9 loading....")
|
||||
print("[BobBlocks] loading Blocks")
|
||||
dofile(minetest.get_modpath("bobblocks") .. "/blocks.lua")
|
||||
print("[BobBlocks] loaded Blocks")
|
||||
@ -8,4 +8,4 @@ print("[BobBlocks] loaded Health")
|
||||
print("[BobBlocks] loading Traps")
|
||||
dofile(minetest.get_modpath("bobblocks") .. "/trap.lua")
|
||||
print("[BobBlocks] loaded Traps")
|
||||
print("[BobBlocks By minetest@rabbibob.com] Version 0.0.8 loaded!")
|
||||
print("[BobBlocks By minetest@rabbibob.com] Version 0.0.9 loaded!")
|
||||
|
2
mod.conf
@ -1 +1,3 @@
|
||||
name = bobblocks
|
||||
depends = default, mesecons, unifieddyes
|
||||
description = Add some colorful nodes to building and also to add light.
|
13
readme.txt
@ -1,8 +1,15 @@
|
||||
-- BobBlocks v0.0.8
|
||||
-- (Minetest 0.4.5 compatible 20130315)
|
||||
-- BobBlocks v0.0.9
|
||||
-- (Minetest 5.3.0 compatible 20201103)
|
||||
-- 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 --
|
||||
-- http://forum.minetest.net/viewtopic.php?id=628 --
|
||||
-- --
|
||||
@ -50,4 +57,4 @@
|
||||
# http://www.freesound.org/people/Rock%20Savage/sounds/65924/#
|
||||
# Edited by rabbibob
|
||||
# bobblocks_health
|
||||
# http://hamsterrepublic.com/ohrrpgce/Free_Sound_Effects.html
|
||||
# http://hamsterrepublic.com/ohrrpgce/Free_Sound_Effects.html
|
||||
|
BIN
textures/bobblocks_blueblock.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 9.2 KiB |
BIN
textures/bobblocks_greenblock.png
Normal file
After Width: | Height: | Size: 8.0 KiB |
BIN
textures/bobblocks_greyblock.png
Normal file
After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
BIN
textures/bobblocks_indigoblock.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
textures/bobblocks_invbluepole.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
textures/bobblocks_invgreenpole.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
textures/bobblocks_invgreypole.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
textures/bobblocks_invindigopole.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
textures/bobblocks_invorangepole.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
textures/bobblocks_invredpole.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
textures/bobblocks_invvioletpole.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
textures/bobblocks_invwhitepole.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
textures/bobblocks_invyellowpole.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 12 KiB |
BIN
textures/bobblocks_orangeblock.png
Normal file
After Width: | Height: | Size: 8.4 KiB |
BIN
textures/bobblocks_redblock.png
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
textures/bobblocks_redblock_off.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.2 KiB |
BIN
textures/bobblocks_violetblock.png
Normal file
After Width: | Height: | Size: 8.2 KiB |
BIN
textures/bobblocks_whiteblock.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
textures/bobblocks_yellowblock.png
Normal file
After Width: | Height: | Size: 8.4 KiB |