Skip to content

Commit 806bbe8

Browse files
committed
Change text in set block
1 parent e5df290 commit 806bbe8

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

blockly/src/minecraft/blocks.js

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -175,16 +175,14 @@ exports.install = function(blockly, blockInstallOptions) {
175175
this.setHSV(184, 1.00, 0.74);
176176
this.appendDummyInput()
177177
.appendTitle('set block at');
178-
this.appendValueInput('VALUE_X');
179-
this.appendDummyInput()
180-
.appendTitle(',');
181-
this.appendValueInput('VALUE_Y');
182-
this.appendDummyInput()
183-
.appendTitle(',');
184-
this.appendValueInput('VALUE_Z');
185-
this.appendDummyInput()
186-
.appendTitle('to');
187-
this.appendValueInput('VALUE');
178+
this.appendValueInput('VALUE_X')
179+
.appendTitle('x');
180+
this.appendValueInput('VALUE_Y')
181+
.appendTitle('y');
182+
this.appendValueInput('VALUE_Z')
183+
.appendTitle('z');
184+
this.appendValueInput('VALUE')
185+
.appendTitle('type');
188186
this.setPreviousStatement(true);
189187
this.setNextStatement(true);
190188
this.setTooltip('set block');

0 commit comments

Comments
 (0)