Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
leaftail1880 committed Jun 27, 2024
1 parent cd2e375 commit b44ef29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/lib/enchantments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Enchantments = {
}

function load() {
// world.structureManager.place('CustomEnchantments', dimension, location)
// world.structureManager.place(CustomStructures.CustomEnchantments, dimension, location)
// const entities = dimension.getEntities({
// type: DatabaseUtils.entityTypeId,
// location: location,
Expand Down
4 changes: 2 additions & 2 deletions src/test/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const TestStructures = {
flat: 'Test:flat_5x5x5',
empty: 'Test:empty',
flat: 'test:flat_5x5x5',
empty: 'test:empty',
}
14 changes: 0 additions & 14 deletions tools/chestui.js

This file was deleted.

0 comments on commit b44ef29

Please sign in to comment.