diff --git a/assets/cubyz/blocks/iron_ore.zig.zon b/assets/cubyz/blocks/iron_ore.zig.zon index 9705dd2f..b8b61231 100644 --- a/assets/cubyz/blocks/iron_ore.zig.zon +++ b/assets/cubyz/blocks/iron_ore.zig.zon @@ -17,4 +17,7 @@ .rotation = .ore, .model = "cubyz:cube", .texture = "cubyz:iron_ore", + .item = .{ + .texture = "raw_iron.png", + }, } diff --git a/assets/cubyz/blocks/textures/coal_ore.png b/assets/cubyz/blocks/textures/coal_ore.png index cc942d65..3c9d1b0e 100644 Binary files a/assets/cubyz/blocks/textures/coal_ore.png and b/assets/cubyz/blocks/textures/coal_ore.png differ diff --git a/assets/cubyz/blocks/textures/diamond_ore.png b/assets/cubyz/blocks/textures/diamond_ore.png index 4c5a506d..b5b9c632 100644 Binary files a/assets/cubyz/blocks/textures/diamond_ore.png and b/assets/cubyz/blocks/textures/diamond_ore.png differ diff --git a/assets/cubyz/blocks/textures/diamond_ore_reflectivity.png b/assets/cubyz/blocks/textures/diamond_ore_reflectivity.png index 94cf771a..f2b422c1 100644 Binary files a/assets/cubyz/blocks/textures/diamond_ore_reflectivity.png and b/assets/cubyz/blocks/textures/diamond_ore_reflectivity.png differ diff --git a/assets/cubyz/blocks/textures/iron_block.png b/assets/cubyz/blocks/textures/iron_block.png index a80b5e3b..fa564b5d 100644 Binary files a/assets/cubyz/blocks/textures/iron_block.png and b/assets/cubyz/blocks/textures/iron_block.png differ diff --git a/assets/cubyz/blocks/textures/iron_block_reflectivity.png b/assets/cubyz/blocks/textures/iron_block_reflectivity.png index bca0db44..6dcc733f 100644 Binary files a/assets/cubyz/blocks/textures/iron_block_reflectivity.png and b/assets/cubyz/blocks/textures/iron_block_reflectivity.png differ diff --git a/assets/cubyz/blocks/textures/iron_ore.png b/assets/cubyz/blocks/textures/iron_ore.png index a48f3f21..5afaa737 100644 Binary files a/assets/cubyz/blocks/textures/iron_ore.png and b/assets/cubyz/blocks/textures/iron_ore.png differ diff --git a/assets/cubyz/blocks/textures/iron_ore_reflectivity.png b/assets/cubyz/blocks/textures/iron_ore_reflectivity.png index 9dca9266..050b327a 100644 Binary files a/assets/cubyz/blocks/textures/iron_ore_reflectivity.png and b/assets/cubyz/blocks/textures/iron_ore_reflectivity.png differ diff --git a/assets/cubyz/items/textures/coal.png b/assets/cubyz/items/textures/coal.png index 12c77171..a9c4449d 100644 Binary files a/assets/cubyz/items/textures/coal.png and b/assets/cubyz/items/textures/coal.png differ diff --git a/assets/cubyz/items/textures/iron_ingot.png b/assets/cubyz/items/textures/iron_ingot.png index fc59d765..bf6b33eb 100644 Binary files a/assets/cubyz/items/textures/iron_ingot.png and b/assets/cubyz/items/textures/iron_ingot.png differ diff --git a/assets/cubyz/items/textures/raw_iron.png b/assets/cubyz/items/textures/raw_iron.png new file mode 100644 index 00000000..1cda163d Binary files /dev/null and b/assets/cubyz/items/textures/raw_iron.png differ