diff --git a/mods/ITEMS/mcl_copper/nodes.lua b/mods/ITEMS/mcl_copper/nodes.lua index f1116a8a8..754962d3e 100644 --- a/mods/ITEMS/mcl_copper/nodes.lua +++ b/mods/ITEMS/mcl_copper/nodes.lua @@ -215,13 +215,13 @@ register_copper_variants("cut", { groups = {pickaxey = 2, building_block = 1}, _mcl_stairs = true, }) ---[[ + register_copper_variants("grate", { drawtype = "allfaces", groups = {pickaxey = 2, building_block = 1, disable_suffocation = 1}, sunlight_propagates = true, }) - +--[[ register_copper_variants("chiseled", { groups = {pickaxey = 2, building_block = 1} }) diff --git a/textures/mcl_copper_block_grate.png b/textures/mcl_copper_block_grate.png new file mode 100644 index 000000000..191ea3790 Binary files /dev/null and b/textures/mcl_copper_block_grate.png differ diff --git a/textures/mcl_copper_exposed_grate.png b/textures/mcl_copper_exposed_grate.png new file mode 100644 index 000000000..a38f06734 Binary files /dev/null and b/textures/mcl_copper_exposed_grate.png differ diff --git a/textures/mcl_copper_oxidized_grate.png b/textures/mcl_copper_oxidized_grate.png new file mode 100644 index 000000000..1dded3aac Binary files /dev/null and b/textures/mcl_copper_oxidized_grate.png differ diff --git a/textures/mcl_copper_weathered_grate.png b/textures/mcl_copper_weathered_grate.png new file mode 100644 index 000000000..279f5531d Binary files /dev/null and b/textures/mcl_copper_weathered_grate.png differ