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