This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
var initialized = false; var ENDSTONE_ID = 187; function selectLevelHook() { if (!initialized) { Block.defineBlock(ENDSTONE_ID, "Endstone", [["end_stone", 0], ["end_stone", 0], ["end_stone", 0], ["end_stone", 0], ["end_stone", 0], ["end_stone", 0]]); Block.setShape(ENDSTONE_ID, 0, 0, 0, 1, 4/4, 1); Block.setDestroyTime(ENDSTONE_ID, 1); initialized = true; } }
Hello, parking meter!
var initialized = false; var ENDSTONE_ID = 187; function selectLevelHook() { if (!initialized) { Block.defineBlock(ENDSTONE_ID, "Endstone", [["end_stone", 0], ["end_stone", 0], ["end_stone", 0], ["end_stone", 0], ["end_stone", 0], ["end_stone", 0]]); Block.setShape(ENDSTONE_ID, 0, 0, 0, 1, 4/4, 1); Block.setDestroyTime(ENDSTONE_ID, 1); initialized = true; } }Hello, parking meter!