Updated Bamboo textures by Nicu. Updated credits as per request from Michieal
|
@ -3,16 +3,13 @@ mcl_bamboo
|
||||||
|
|
||||||
This mod adds working, familiar bamboo nodes to your Mineclone 2 world.
|
This mod adds working, familiar bamboo nodes to your Mineclone 2 world.
|
||||||
|
|
||||||
Code: Michieal. Original (basic) bamboo code by: Small Joker.
|
Code: MineClone2 dev team. Original (basic) bamboo code by: Small Joker.
|
||||||
|
|
||||||
License for code: GPLv3.
|
License for code: GPLv3.
|
||||||
License for images / textures: CC-BY-SA except where noted.
|
License for images / textures: CC-BY-SA except where noted.
|
||||||
Images Created by Michieal, except for:
|
Images Created by Nicu, except for:
|
||||||
|
|
||||||
* Inventory / wield image for Bamboo Stalk: created by RandomLegoBrick#8692 and is CC0.
|
* Inventory / wield image for Bamboo Stalk: created by RandomLegoBrick#8692 and is CC0.
|
||||||
* The Bamboo door image, which is a variant of this image: https://www.flickr.com/photos/basheertome/5179849901/ which
|
|
||||||
is CC-BY 2.0,
|
|
||||||
Basheer Tome (2015).
|
|
||||||
|
|
||||||
Dependencies: mcl_core, mcl_sounds, mcl_tools
|
Dependencies: mcl_core, mcl_sounds, mcl_tools
|
||||||
|
|
||||||
|
|
|
@ -301,7 +301,7 @@ minetest.register_node("mcl_bamboo:bamboo_block", bamboo_block_def)
|
||||||
local bamboo_stripped_block = table.copy(bamboo_block_def)
|
local bamboo_stripped_block = table.copy(bamboo_block_def)
|
||||||
bamboo_stripped_block.on_rightclick = nil
|
bamboo_stripped_block.on_rightclick = nil
|
||||||
bamboo_stripped_block.description = S("Stripped Bamboo Block")
|
bamboo_stripped_block.description = S("Stripped Bamboo Block")
|
||||||
bamboo_stripped_block.tiles = {"mcl_bamboo_bamboo_bottom.png", "mcl_bamboo_bamboo_bottom.png",
|
bamboo_stripped_block.tiles = {"mcl_bamboo_bamboo_bottom_stripped.png", "mcl_bamboo_bamboo_bottom_stripped.png",
|
||||||
"mcl_bamboo_bamboo_block_stripped.png"}
|
"mcl_bamboo_bamboo_block_stripped.png"}
|
||||||
minetest.register_node("mcl_bamboo:bamboo_block_stripped", bamboo_stripped_block)
|
minetest.register_node("mcl_bamboo:bamboo_block_stripped", bamboo_stripped_block)
|
||||||
minetest.register_node("mcl_bamboo:bamboo_plank", {
|
minetest.register_node("mcl_bamboo:bamboo_plank", {
|
||||||
|
|
Before Width: | Height: | Size: 375 B After Width: | Height: | Size: 243 B |
Before Width: | Height: | Size: 282 B After Width: | Height: | Size: 234 B |
Before Width: | Height: | Size: 425 B After Width: | Height: | Size: 151 B |
After Width: | Height: | Size: 148 B |
Before Width: | Height: | Size: 196 B After Width: | Height: | Size: 338 B |
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 376 B |
Before Width: | Height: | Size: 771 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 247 B After Width: | Height: | Size: 448 B |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 612 B |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 622 B |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 577 B |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 567 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 485 B |
Before Width: | Height: | Size: 205 B After Width: | Height: | Size: 451 B |
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 451 B |
Before Width: | Height: | Size: 186 B After Width: | Height: | Size: 324 B |
Before Width: | Height: | Size: 287 B After Width: | Height: | Size: 662 B |
Before Width: | Height: | Size: 422 B After Width: | Height: | Size: 588 B |