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
eb5aa59941
@ -50,7 +50,7 @@ public class LayerAbout extends GUILayer {
|
|||||||
new Label(
|
new Label(
|
||||||
"Version",
|
"Version",
|
||||||
font,
|
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("Water");
|
||||||
registerSimplestBlock("Brick");
|
registerSimplestBlock("Brick");
|
||||||
registerSimplestBlock("BrickWhite");
|
registerSimplestBlock("BrickWhite");
|
||||||
registerSimplestBlock("Sand");
|
|
||||||
registerSimplestBlock("Concrete");
|
registerSimplestBlock("Concrete");
|
||||||
registerSimplestBlock("WoodenPlank");
|
registerSimplestBlock("WoodenPlank");
|
||||||
|
|
||||||
@ -195,7 +194,6 @@ public class TestContent {
|
|||||||
});
|
});
|
||||||
|
|
||||||
registerSimplestTransparentTile("Stones");
|
registerSimplestTransparentTile("Stones");
|
||||||
registerSimplestTransparentTile("Sand");
|
|
||||||
|
|
||||||
registerSimplestOpaqueTile("SnowOpaque");
|
registerSimplestOpaqueTile("SnowOpaque");
|
||||||
Arrays.asList(
|
Arrays.asList(
|
||||||
|
@ -67,7 +67,6 @@ public class TestGrassFeature extends SurfaceTopLayerFeature {
|
|||||||
|
|
||||||
private final List<TileData> scatter = ImmutableList.of(
|
private final List<TileData> scatter = ImmutableList.of(
|
||||||
TileDataRegistry.getInstance().get("Test:Stones"),
|
TileDataRegistry.getInstance().get("Test:Stones"),
|
||||||
TileDataRegistry.getInstance().get("Test:Sand"),
|
|
||||||
TileDataRegistry.getInstance().get("Test:Bush"),
|
TileDataRegistry.getInstance().get("Test:Bush"),
|
||||||
TileDataRegistry.getInstance().get("Test:Fern")
|
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