diff --git a/mods/ITEMS/vl_hollow_logs/init.lua b/mods/ITEMS/vl_hollow_logs/init.lua index 72e52a889..326ef34de 100644 --- a/mods/ITEMS/vl_hollow_logs/init.lua +++ b/mods/ITEMS/vl_hollow_logs/init.lua @@ -51,6 +51,7 @@ function vl_hollow_logs.register_hollow_log(defs) on_place = mcl_util.rotate_axis, paramtype = "light", paramtype2 = "facedir", + use_texture_alpha = "clip", sounds = mcl_sounds.node_sound_wood_defaults(), sunlight_propagates = true, tiles = {"vl_hollow_logs_"..name..".png"}, @@ -68,6 +69,7 @@ function vl_hollow_logs.register_hollow_log(defs) on_place = mcl_util.rotate_axis, paramtype = "light", paramtype2 = "facedir", + use_texture_alpha = "clip", sounds = mcl_sounds.node_sound_wood_defaults(), sunlight_propagates = true, tiles = {"vl_hollow_logs_stripped_"..name..".png"}, diff --git a/textures/vl_hollow_logs_acaciatree.png b/textures/vl_hollow_logs_acaciatree.png index 7b9a1f578..f41412827 100644 Binary files a/textures/vl_hollow_logs_acaciatree.png and b/textures/vl_hollow_logs_acaciatree.png differ diff --git a/textures/vl_hollow_logs_birchtree.png b/textures/vl_hollow_logs_birchtree.png index f29047577..5ead6b211 100644 Binary files a/textures/vl_hollow_logs_birchtree.png and b/textures/vl_hollow_logs_birchtree.png differ diff --git a/textures/vl_hollow_logs_cherrytree.png b/textures/vl_hollow_logs_cherrytree.png index 1a4328311..83da0e779 100644 Binary files a/textures/vl_hollow_logs_cherrytree.png and b/textures/vl_hollow_logs_cherrytree.png differ diff --git a/textures/vl_hollow_logs_crimson.png b/textures/vl_hollow_logs_crimson.png deleted file mode 100644 index ea2d72bce..000000000 Binary files a/textures/vl_hollow_logs_crimson.png and /dev/null differ diff --git a/textures/vl_hollow_logs_crimson_hyphae.png b/textures/vl_hollow_logs_crimson_hyphae.png new file mode 100644 index 000000000..1ee1ec0f3 Binary files /dev/null and b/textures/vl_hollow_logs_crimson_hyphae.png differ diff --git a/textures/vl_hollow_logs_darktree.png b/textures/vl_hollow_logs_darktree.png index b52bcce27..0b3bfd79c 100644 Binary files a/textures/vl_hollow_logs_darktree.png and b/textures/vl_hollow_logs_darktree.png differ diff --git a/textures/vl_hollow_logs_jungletree.png b/textures/vl_hollow_logs_jungletree.png index 51fb3dca7..d6dde6e4c 100644 Binary files a/textures/vl_hollow_logs_jungletree.png and b/textures/vl_hollow_logs_jungletree.png differ diff --git a/textures/vl_hollow_logs_mangrove_stripped.png b/textures/vl_hollow_logs_mangrove_stripped.png deleted file mode 100644 index 55929c957..000000000 Binary files a/textures/vl_hollow_logs_mangrove_stripped.png and /dev/null differ diff --git a/textures/vl_hollow_logs_mangrove_tree.png b/textures/vl_hollow_logs_mangrove_tree.png index 86c51b709..4a2a33db1 100644 Binary files a/textures/vl_hollow_logs_mangrove_tree.png and b/textures/vl_hollow_logs_mangrove_tree.png differ diff --git a/textures/vl_hollow_logs_sprucetree.png b/textures/vl_hollow_logs_sprucetree.png index be18c3639..48b7e39fe 100644 Binary files a/textures/vl_hollow_logs_sprucetree.png and b/textures/vl_hollow_logs_sprucetree.png differ diff --git a/textures/vl_hollow_logs_stripped_acacia.png b/textures/vl_hollow_logs_stripped_acacia.png deleted file mode 100644 index f14372d5f..000000000 Binary files a/textures/vl_hollow_logs_stripped_acacia.png and /dev/null differ diff --git a/textures/vl_hollow_logs_stripped_acaciatree.png b/textures/vl_hollow_logs_stripped_acaciatree.png new file mode 100644 index 000000000..b4047e2e6 Binary files /dev/null and b/textures/vl_hollow_logs_stripped_acaciatree.png differ diff --git a/textures/vl_hollow_logs_stripped_birch.png b/textures/vl_hollow_logs_stripped_birch.png deleted file mode 100644 index c0b8851d3..000000000 Binary files a/textures/vl_hollow_logs_stripped_birch.png and /dev/null differ diff --git a/textures/vl_hollow_logs_stripped_birchtree.png b/textures/vl_hollow_logs_stripped_birchtree.png new file mode 100644 index 000000000..e2fd7ac8a Binary files /dev/null and b/textures/vl_hollow_logs_stripped_birchtree.png differ diff --git a/textures/vl_hollow_logs_stripped_cherrytree.png b/textures/vl_hollow_logs_stripped_cherrytree.png index dc5be85b6..50154931e 100644 Binary files a/textures/vl_hollow_logs_stripped_cherrytree.png and b/textures/vl_hollow_logs_stripped_cherrytree.png differ diff --git a/textures/vl_hollow_logs_stripped_crimson.png b/textures/vl_hollow_logs_stripped_crimson.png deleted file mode 100644 index ba916840d..000000000 Binary files a/textures/vl_hollow_logs_stripped_crimson.png and /dev/null differ diff --git a/textures/vl_hollow_logs_stripped_crimson_hyphae.png b/textures/vl_hollow_logs_stripped_crimson_hyphae.png new file mode 100644 index 000000000..9466797a9 Binary files /dev/null and b/textures/vl_hollow_logs_stripped_crimson_hyphae.png differ diff --git a/textures/vl_hollow_logs_stripped_dark_oak.png b/textures/vl_hollow_logs_stripped_dark_oak.png deleted file mode 100644 index 99cd7ca97..000000000 Binary files a/textures/vl_hollow_logs_stripped_dark_oak.png and /dev/null differ diff --git a/textures/vl_hollow_logs_stripped_darktree.png b/textures/vl_hollow_logs_stripped_darktree.png new file mode 100644 index 000000000..c8c5ed113 Binary files /dev/null and b/textures/vl_hollow_logs_stripped_darktree.png differ diff --git a/textures/vl_hollow_logs_stripped_jungle.png b/textures/vl_hollow_logs_stripped_jungle.png deleted file mode 100644 index e8de34c5e..000000000 Binary files a/textures/vl_hollow_logs_stripped_jungle.png and /dev/null differ diff --git a/textures/vl_hollow_logs_stripped_jungletree.png b/textures/vl_hollow_logs_stripped_jungletree.png new file mode 100644 index 000000000..3d49d879c Binary files /dev/null and b/textures/vl_hollow_logs_stripped_jungletree.png differ diff --git a/textures/vl_hollow_logs_stripped_mangrove_tree.png b/textures/vl_hollow_logs_stripped_mangrove_tree.png new file mode 100644 index 000000000..232b41a8a Binary files /dev/null and b/textures/vl_hollow_logs_stripped_mangrove_tree.png differ diff --git a/textures/vl_hollow_logs_stripped_oak.png b/textures/vl_hollow_logs_stripped_oak.png deleted file mode 100644 index 6757e0e24..000000000 Binary files a/textures/vl_hollow_logs_stripped_oak.png and /dev/null differ diff --git a/textures/vl_hollow_logs_stripped_spruce.png b/textures/vl_hollow_logs_stripped_spruce.png deleted file mode 100644 index 7502872f4..000000000 Binary files a/textures/vl_hollow_logs_stripped_spruce.png and /dev/null differ diff --git a/textures/vl_hollow_logs_stripped_sprucetree.png b/textures/vl_hollow_logs_stripped_sprucetree.png new file mode 100644 index 000000000..b49d5280a Binary files /dev/null and b/textures/vl_hollow_logs_stripped_sprucetree.png differ diff --git a/textures/vl_hollow_logs_stripped_tree.png b/textures/vl_hollow_logs_stripped_tree.png new file mode 100644 index 000000000..81cc52d8b Binary files /dev/null and b/textures/vl_hollow_logs_stripped_tree.png differ diff --git a/textures/vl_hollow_logs_stripped_warped.png b/textures/vl_hollow_logs_stripped_warped.png deleted file mode 100644 index 75d956923..000000000 Binary files a/textures/vl_hollow_logs_stripped_warped.png and /dev/null differ diff --git a/textures/vl_hollow_logs_stripped_warped_hyphae.png b/textures/vl_hollow_logs_stripped_warped_hyphae.png new file mode 100644 index 000000000..fb3cce08b Binary files /dev/null and b/textures/vl_hollow_logs_stripped_warped_hyphae.png differ diff --git a/textures/vl_hollow_logs_tree.png b/textures/vl_hollow_logs_tree.png index 4dc0edf8d..ddd6864e9 100644 Binary files a/textures/vl_hollow_logs_tree.png and b/textures/vl_hollow_logs_tree.png differ diff --git a/textures/vl_hollow_logs_warped.png b/textures/vl_hollow_logs_warped.png deleted file mode 100644 index 0ec2a3fb5..000000000 Binary files a/textures/vl_hollow_logs_warped.png and /dev/null differ diff --git a/textures/vl_hollow_logs_warped_hyphae.png b/textures/vl_hollow_logs_warped_hyphae.png new file mode 100644 index 000000000..c80930740 Binary files /dev/null and b/textures/vl_hollow_logs_warped_hyphae.png differ