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