py go 5 seconds without breaking the build challenge (impossible)
This commit is contained in:
parent
0a908ab1a2
commit
ffe3d8f4de
1 changed files with 4 additions and 4 deletions
|
|
@ -97,13 +97,13 @@ function registerBetterEndBlocks(event) {
|
|||
|
||||
// ??
|
||||
|
||||
createPlant(event, 'betterend:crystal_grass', 'unused')
|
||||
createPlant(event, 'crystal_grass', 'unused')
|
||||
.box(3, 0, 3, 13, 12, 13)
|
||||
createPlant(event, 'betterend:blooming_cooksonia', 'unused')
|
||||
createPlant(event, 'blooming_cooksonia', 'unused')
|
||||
.box(3, 0, 3, 13, 12, 13)
|
||||
createPlant(event, 'betterend:fracturn', 'unused')
|
||||
createPlant(event, 'fracturn', 'unused')
|
||||
.box(3, 0, 3, 13, 12, 13)
|
||||
createPlant(event, 'betterend:jungle_grass', 'unused')
|
||||
createPlant(event, 'jungle_grass', 'unused')
|
||||
.box(3, 0, 3, 13, 12, 13)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue