Removed plain sand block and tile; incremented version

To be honest, I kinda forgot to increment version in last commit, so I
decided to make a pointless change to justify an entire commit =\
This commit is contained in:
OLEGSHA 2021-09-11 21:12:42 +03:00
parent 409bbdb680
commit eb5aa59941
Signed by: OLEGSHA
GPG Key ID: E57A4B08D64AFF7A
5 changed files with 1 additions and 4 deletions

View File

@ -50,7 +50,7 @@ public class LayerAbout extends GUILayer {
new Label(
"Version",
font,
new MutableStringLocalized("LayerAbout.Version").format("pre-alpha 2")
new MutableStringLocalized("LayerAbout.Version").format("pre-alpha 3")
)
);

View File

@ -108,7 +108,6 @@ public class TestContent {
registerSimplestBlock("Water");
registerSimplestBlock("Brick");
registerSimplestBlock("BrickWhite");
registerSimplestBlock("Sand");
registerSimplestBlock("Concrete");
registerSimplestBlock("WoodenPlank");
@ -195,7 +194,6 @@ public class TestContent {
});
registerSimplestTransparentTile("Stones");
registerSimplestTransparentTile("Sand");
registerSimplestOpaqueTile("SnowOpaque");
Arrays.asList(

View File

@ -67,7 +67,6 @@ public class TestGrassFeature extends SurfaceTopLayerFeature {
private final List<TileData> scatter = ImmutableList.of(
TileDataRegistry.getInstance().get("Test:Stones"),
TileDataRegistry.getInstance().get("Test:Sand"),
TileDataRegistry.getInstance().get("Test:Bush"),
TileDataRegistry.getInstance().get("Test:Fern")
);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB