diff options
Diffstat (limited to '')
-rwxr-xr-x | assets/blocks/sandstone.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/blocks/sandstone.json b/assets/blocks/sandstone.json new file mode 100755 index 0000000..e38fec5 --- /dev/null +++ b/assets/blocks/sandstone.json @@ -0,0 +1,12 @@ +{
+ "model": "default",
+ "texture": "side",
+ "textures": {
+ "side": "sandstone_side",
+ "top": "sandstone_top",
+ "bottom": "sandstone_bottom"
+ },
+ "transparent": false,
+ "renderNeighbors": false,
+ "placeable": true
+}
\ No newline at end of file |