diff --git a/mods/ITEMS/mcl_copper/nodes.lua b/mods/ITEMS/mcl_copper/nodes.lua index b7d04a277..ca1a95e4f 100644 --- a/mods/ITEMS/mcl_copper/nodes.lua +++ b/mods/ITEMS/mcl_copper/nodes.lua @@ -295,7 +295,7 @@ register_copper_variants("cut", { groups = {pickaxey = 2, building_block = 1}, _mcl_stairs = true, }) ---[[ + -- Using the function above to register the copper grates. register_copper_variants("grate", { drawtype = "allfaces", @@ -318,7 +318,7 @@ register_copper_variants("bulb_off", { }, }, }) - +--[[ register_copper_variants("bulb_on", { drop = "bulb_off", groups = {pickaxey = 2, building_block = 1, not_in_creative_inventory = 1}, diff --git a/textures/mcl_copper_block_bulb_off.png b/textures/mcl_copper_block_bulb_off.png new file mode 100644 index 000000000..63266a0a6 Binary files /dev/null and b/textures/mcl_copper_block_bulb_off.png differ diff --git a/textures/mcl_copper_block_chiseled.png b/textures/mcl_copper_block_chiseled.png new file mode 100644 index 000000000..340ca8cf5 Binary files /dev/null and b/textures/mcl_copper_block_chiseled.png differ diff --git a/textures/mcl_copper_block_grate.png b/textures/mcl_copper_block_grate.png index 191ea3790..1ffe73341 100644 Binary files a/textures/mcl_copper_block_grate.png and b/textures/mcl_copper_block_grate.png differ diff --git a/textures/mcl_copper_exposed_bulb_off.png b/textures/mcl_copper_exposed_bulb_off.png new file mode 100644 index 000000000..6358fb9b2 Binary files /dev/null and b/textures/mcl_copper_exposed_bulb_off.png differ diff --git a/textures/mcl_copper_exposed_chiseled.png b/textures/mcl_copper_exposed_chiseled.png new file mode 100644 index 000000000..b320afeb7 Binary files /dev/null and b/textures/mcl_copper_exposed_chiseled.png differ diff --git a/textures/mcl_copper_exposed_grate.png b/textures/mcl_copper_exposed_grate.png index a38f06734..100c1317c 100644 Binary files a/textures/mcl_copper_exposed_grate.png and b/textures/mcl_copper_exposed_grate.png differ diff --git a/textures/mcl_copper_oxidized_bulb_off.png b/textures/mcl_copper_oxidized_bulb_off.png new file mode 100644 index 000000000..2c309a619 Binary files /dev/null and b/textures/mcl_copper_oxidized_bulb_off.png differ diff --git a/textures/mcl_copper_oxidized_chiseled.png b/textures/mcl_copper_oxidized_chiseled.png new file mode 100644 index 000000000..1915a9418 Binary files /dev/null and b/textures/mcl_copper_oxidized_chiseled.png differ diff --git a/textures/mcl_copper_oxidized_grate.png b/textures/mcl_copper_oxidized_grate.png index 1dded3aac..6556ad7e1 100644 Binary files a/textures/mcl_copper_oxidized_grate.png and b/textures/mcl_copper_oxidized_grate.png differ diff --git a/textures/mcl_copper_weathered_bulb_off.png b/textures/mcl_copper_weathered_bulb_off.png new file mode 100644 index 000000000..6f367edac Binary files /dev/null and b/textures/mcl_copper_weathered_bulb_off.png differ diff --git a/textures/mcl_copper_weathered_chiseled.png b/textures/mcl_copper_weathered_chiseled.png new file mode 100644 index 000000000..a05876fca Binary files /dev/null and b/textures/mcl_copper_weathered_chiseled.png differ diff --git a/textures/mcl_copper_weathered_grate.png b/textures/mcl_copper_weathered_grate.png index 279f5531d..1f1f2064c 100644 Binary files a/textures/mcl_copper_weathered_grate.png and b/textures/mcl_copper_weathered_grate.png differ