diff --git a/CHANGELOG b/CHANGELOG index 9ca068a..39f2e46 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -73,13 +73,14 @@ Due to sheer amount of changes, many may be undocumented. We hope you enjoy this * Added a few new types * Siren improvements * Now uses screwdriver to change sound - * Sound names now translated + * Sound names now translatable * Added a questionable sound option * At least 2 new advancements * Bug fixes * Added some missing crafting recipes * Stone-cutting recipe for slabs now gives 2 blocks * Fixed typos in Russian translation + * Cigarette is now less broken * Fixed a few missing drops/tags/recipes related to concrete * Concrete with bars is now pickaxe mine-able * Fixed some concrete blocks missing drops diff --git a/src/main/java/su/a71/new_soviet/blocks/lamps/DevTableLampBlock.java b/src/main/java/su/a71/new_soviet/blocks/lamps/DevTableLampBlock.java deleted file mode 100644 index d2892b2..0000000 --- a/src/main/java/su/a71/new_soviet/blocks/lamps/DevTableLampBlock.java +++ /dev/null @@ -1,17 +0,0 @@ -package su.a71.new_soviet.blocks.lamps; - -import su.a71.new_soviet.util.Shapes; - -import java.util.List; - -public class DevTableLampBlock extends GoldenTableLampBlock { - - public DevTableLampBlock(Settings settings) { - super(settings); - SHAPE = new Shapes.HorizontalShapeLegacy(List.of( - List.of(5.0, 0.0, 5.0, 11.0, 2.0, 11.0), - List.of(7.0, 2.0, 7.0, 9.0, 4.0, 9.0), - List.of(6.0, 4.0, 6.0, 10.0, 5.0, 10.0), - List.of(3.0, 9.0, 3.0, 13.0, 13.0, 7.0))); - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/textures/block/research_institute/nii_floor.png b/src/main/resources/assets/new_soviet/textures/block/research_institute/nii_floor.png index fc04d8d..eb17960 100644 Binary files a/src/main/resources/assets/new_soviet/textures/block/research_institute/nii_floor.png and b/src/main/resources/assets/new_soviet/textures/block/research_institute/nii_floor.png differ