Skip to content

Commit 4938958

Browse files
author
BuildTools
committed
Add Concrete and Concrete Powder blocks
1 parent b56e64d commit 4938958

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/main/js/modules/blocks.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,12 @@ var blocks = {
329329
jungle: 190,
330330
oak: 191,
331331
acacia: 192
332+
},
333+
concrete: {
334+
white: 251 // all other colors added below
335+
},
336+
concrete_powder: {
337+
white: 252 // all other colors added below
332338
}
333339
};
334340

@@ -339,7 +345,9 @@ var colorized_blocks = [
339345
'stained_clay',
340346
'carpet',
341347
'stained_glass',
342-
'stained_glass_pane'
348+
'stained_glass_pane',
349+
'concrete',
350+
'concrete_powder'
343351
];
344352

345353
for (var i = 0, len = colorized_blocks.length; i < len; i++) {

0 commit comments

Comments
 (0)