Planks registration

This commit is contained in:
JoseDouglas26 2024-06-07 08:43:00 -03:00
parent 76234d8e6b
commit 87297b8e4c
11 changed files with 49 additions and 2 deletions

View File

@ -1,4 +1,3 @@
building.structural_blocks = {}
local S = building.translator
local commondefs = {
@ -14,8 +13,56 @@ local commondefs = {
local planks = {
["acacia"] = {
description = S("Acacia Planks"),
groups = {fire_encouragement = 20, fire_flammability = 5, flammable = 3},
groups = {fire_encouragement = 20, fire_flammability = 5, fuel = 15},
tiles = {"building_acacia_planks.png"}
},
["bamboo"] = {
description = S("Bamboo Planks"),
groups = {fire_encouragement = 20, fire_flammability = 5, fuel = 15},
tiles = {"building_bamboo_planks.png"}
},
["birch"] = {
description = S("Birch Planks"),
groups = {fire_encouragement = 20, fire_flammability = 5, fuel = 15},
tiles = {"building_birch_planks.png"}
},
["cherry"] = {
description = S("Cherry Planks"),
groups = {fire_encouragement = 20, fire_flammability = 5, fuel = 15},
tiles = {"building_cherry_planks.png"}
},
["crimson"] = {
description = S("Crimson Planks"),
tiles = {"building_crimson_planks.png"}
},
["dark_oak"] = {
description = S("Dark Oak Planks"),
groups = {fire_encouragement = 20, fire_flammability = 5, fuel = 15},
tiles = {"building_dark_oak_planks.png"}
},
["jungle"] = {
description = S("Jungle Planks"),
groups = {fire_encouragement = 20, fire_flammability = 5, fuel = 15},
tiles = {"building_jungle_planks.png"}
},
["mangrove"] = {
description = S("Mangrove Planks"),
groups = {fire_encouragement = 20, fire_flammability = 5, fuel = 15},
tiles = {"building_mangrove_planks.png"}
},
["oak"] = {
description = S("Oak Planks"),
groups = {fire_encouragement = 20, fire_flammability = 5, fuel = 15},
tiles = {"building_oak_planks.png"}
},
["spruce"] = {
description = S("Spruce Planks"),
groups = {fire_encouragement = 20, fire_flammability = 5, fuel = 15},
tiles = {"building_spruce_planks.png"}
},
["warped"] = {
description = S("Warped Planks"),
tiles = {"building_warped_planks.png"}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB