diff --git a/CHANGELOG.md b/CHANGELOG.md index fe7cc0bca..8fe12d1a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ - Fixed recipe conflict with dimethyl carbonate, acetic acid, and formaldehyde (#1731) @Pyritie - Fixed missing item in quartz sand centrifuging (#1717) @Pyritie - Popped chorus fruit is now edible (#1722) @programmer3481 +- Fixed missing sheet pile texture for cobalt, cobalt brass, aluminium silicate, invar, lead, red alloy, and tin alloy (#1713) @Pyritie ### Translation updates - Chinese (simplified) @jmecn & @CN059 - Russian @Dl, @Kostabl, @Turikar42, & @But3r diff --git a/kubejs/assets/tfg/textures/block/metal/block/aluminium_silicate.png b/kubejs/assets/tfg/textures/block/metal/block/aluminium_silicate.png new file mode 100644 index 000000000..331e8c7f3 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/metal/block/aluminium_silicate.png differ diff --git a/kubejs/assets/tfg/textures/block/metal/block/cobalt.png b/kubejs/assets/tfg/textures/block/metal/block/cobalt.png new file mode 100644 index 000000000..84c6404ac Binary files /dev/null and b/kubejs/assets/tfg/textures/block/metal/block/cobalt.png differ diff --git a/kubejs/assets/tfg/textures/block/metal/block/cobalt_brass.png b/kubejs/assets/tfg/textures/block/metal/block/cobalt_brass.png new file mode 100644 index 000000000..0ca01375a Binary files /dev/null and b/kubejs/assets/tfg/textures/block/metal/block/cobalt_brass.png differ diff --git a/kubejs/assets/tfg/textures/block/metal/block/invar.png b/kubejs/assets/tfg/textures/block/metal/block/invar.png new file mode 100644 index 000000000..cc360e0df Binary files /dev/null and b/kubejs/assets/tfg/textures/block/metal/block/invar.png differ diff --git a/kubejs/assets/tfg/textures/block/metal/block/lead.png b/kubejs/assets/tfg/textures/block/metal/block/lead.png new file mode 100644 index 000000000..52f3b0b64 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/metal/block/lead.png differ diff --git a/kubejs/assets/tfg/textures/block/metal/block/red_alloy.png b/kubejs/assets/tfg/textures/block/metal/block/red_alloy.png new file mode 100644 index 000000000..498b5047d Binary files /dev/null and b/kubejs/assets/tfg/textures/block/metal/block/red_alloy.png differ diff --git a/kubejs/assets/tfg/textures/block/metal/block/tin_alloy.png b/kubejs/assets/tfg/textures/block/metal/block/tin_alloy.png new file mode 100644 index 000000000..d9a5b12e5 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/metal/block/tin_alloy.png differ