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:
parent
409bbdb680
commit
bc9e3c6990
@ -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")
|
||||
)
|
||||
);
|
||||
|
||||
|
@ -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(
|
||||
|
@ -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 |
Reference in New Issue
Block a user