Change RI floor texture

This commit is contained in:
Andrew-71 2024-03-25 11:08:39 +03:00
parent 9261b4e8c8
commit 8a6563c03f
3 changed files with 2 additions and 18 deletions

View file

@ -73,13 +73,14 @@ Due to sheer amount of changes, many may be undocumented. We hope you enjoy this
* Added a few new types * Added a few new types
* Siren improvements * Siren improvements
* Now uses screwdriver to change sound * Now uses screwdriver to change sound
* Sound names now translated * Sound names now translatable
* Added a questionable sound option * Added a questionable sound option
* At least 2 new advancements * At least 2 new advancements
* Bug fixes * Bug fixes
* Added some missing crafting recipes * Added some missing crafting recipes
* Stone-cutting recipe for slabs now gives 2 blocks * Stone-cutting recipe for slabs now gives 2 blocks
* Fixed typos in Russian translation * Fixed typos in Russian translation
* Cigarette is now less broken
* Fixed a few missing drops/tags/recipes related to concrete * Fixed a few missing drops/tags/recipes related to concrete
* Concrete with bars is now pickaxe mine-able * Concrete with bars is now pickaxe mine-able
* Fixed some concrete blocks missing drops * Fixed some concrete blocks missing drops

View file

@ -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)));
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 712 B

After

Width:  |  Height:  |  Size: 781 B