Skip to content

Commit 03cba5c

Browse files
committed
fixing block comma problems and update to 3.2.1
1 parent 67f84d7 commit 03cba5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
scriptcraft-version=3.2.0
1+
scriptcraft-version=3.2.1

src/main/js/modules/blocks.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ var blocks = {
7676
double_slab: {
7777
stone: 43,
7878
sandstone: '43:1',
79-
sandstone_red: 181,,
79+
sandstone_red: 181,
8080
sandstone_red_smooth: '181:8',
8181
wooden: '43:2',
8282
wood: {
@@ -130,7 +130,7 @@ var blocks = {
130130
birch: '126:2',
131131
jungle: '126:3',
132132
acacia: '126:4',
133-
dark_oak: '126:5'
133+
dark_oak: '126:5',
134134
sandstone_red: 182,
135135
purpur: 205,
136136
},

0 commit comments

Comments
 (0)