More blocks migration

This commit is contained in:
JoseDouglas26 2024-06-09 21:06:33 -03:00
parent 69c97fae58
commit 66992e5c2e
35 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,49 @@
local blocks = {
["amethyst_block"] = {
_mcl_blast_resistance = 1.5,
_mcl_hardness = 1.5,
description = "Block of Amethyst",
groups = {building_blocks = 1, natural_blocks = 1, pickaxey = 1},
sounds = mcl_sounds.node_sound_glass_defaults()
},
["coal_block"] = {
_mcl_blast_resistance = 6,
_mcl_hardness = 5,
description = "Block of Coal",
groups = {building_blocks = 1, fuel = 800, pickaxey = 1},
sounds = mcl_sounds.node_sound_stone_defaults()
},
["diamond_block"] = {
_mcl_blast_resistance = 6,
_mcl_hardness = 5,
description = "Block of Diamond",
groups = {beacon_base_blocks = 1, building_blocks = 1, pickaxey = 4},
sounds = mcl_sounds.node_sound_metal_defaults()
},
["emerald_block"] = {
_mcl_blast_resistance = 6,
_mcl_hardness = 5,
description = "Block of Emerald",
groups = {beacon_base_blocks = 1, building_blocks = 1, pickaxey = 4},
sounds = mcl_sounds.node_sound_metal_defaults()
},
["gold_block"] = {
_mcl_blast_resistance = 6,
_mcl_hardness = 3,
description = "Block of Gold",
groups = {beacon_base_blocks = 1, building_blocks = 1, guarded_by_piglins = 1, pickaxey = 4},
sounds = mcl_sounds.node_sound_metal_defaults()
},
["iron_block"] = {
_mcl_blast_resistance = 6,
_mcl_hardness = 5,
description = "Block of Iron",
groups = {beacon_base_blocks = 1, building_blocks = 1, pickaxey = 3},
sounds = mcl_sounds.node_sound_metal_defaults()
}
}
for identifier, definitions in pairs(blocks) do
voxelibre.register_block(identifier, definitions)
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB