Fix nodes, upd textures
|
@ -25,6 +25,7 @@ tags
|
|||
## Configuration/log files
|
||||
minetest.conf
|
||||
debug.txt
|
||||
Thumbs.db
|
||||
|
||||
## Doxygen files
|
||||
doc/Doxyfile
|
||||
|
|
|
@ -374,44 +374,6 @@ multicraft.register_node("default:haybale", {
|
|||
sounds = default.node_sound_wood_defaults(),
|
||||
})
|
||||
|
||||
multicraft.register_node("default:sea_lantern", {
|
||||
description = "Sea Lantern",
|
||||
paramtype2 = "facedir",
|
||||
stack_max = 64,
|
||||
light_source = LIGHT_MAX,
|
||||
drop = {
|
||||
max_items = 1,
|
||||
items = {
|
||||
{ items = {'default:prismarine_cry 2'} },
|
||||
{ items = {'default:prismarine_cry 3'}, rarity = 2 }
|
||||
}
|
||||
},
|
||||
tiles = {"default_sea_lantern.png"},
|
||||
groups = {dig_immediate=2, building = 1},
|
||||
})
|
||||
|
||||
multicraft.register_node("default:prismarine", {
|
||||
description = "Prismarine",
|
||||
stack_max = 64,
|
||||
tiles = {{name="default_prismarine_anim.png", animation={type="vertical_frames", aspect_w=32, aspect_h=32, length=45.0}}},
|
||||
groups = {cracky=3, building = 1},
|
||||
})
|
||||
|
||||
multicraft.register_node("default:prismarine_brick", {
|
||||
description = "Prismarine Brick",
|
||||
stack_max = 64,
|
||||
tiles = {"default_prismarine_bricks.png"},
|
||||
groups = {cracky=2, building = 1},
|
||||
})
|
||||
|
||||
multicraft.register_node("default:prismarine_dark", {
|
||||
description = "Dark Prismarine",
|
||||
stack_max = 64,
|
||||
tiles = {"default_prismarine_dark.png"},
|
||||
groups = {cracky=2, building = 1},
|
||||
})
|
||||
|
||||
|
||||
|
||||
|
||||
-- Normal tree --
|
||||
|
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 479 B |
Before Width: | Height: | Size: 386 B After Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 504 B |
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 336 B |
Before Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 552 B After Width: | Height: | Size: 489 B |
Before Width: | Height: | Size: 476 B After Width: | Height: | Size: 459 B |
Before Width: | Height: | Size: 737 B After Width: | Height: | Size: 731 B |
Before Width: | Height: | Size: 737 B After Width: | Height: | Size: 731 B |
Before Width: | Height: | Size: 680 B After Width: | Height: | Size: 663 B |
Before Width: | Height: | Size: 463 B After Width: | Height: | Size: 440 B |
Before Width: | Height: | Size: 534 B After Width: | Height: | Size: 497 B |