Skip to content

Commit c1813c4

Browse files
committed
Update script indices [skip ci]
1 parent a50ec9a commit c1813c4

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

module-index.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@
2626
"type": "module",
2727
"path": "module/BetterCoordinates.lua"
2828
},
29+
{
30+
"filename": "BuriedTreasureFinder.lua",
31+
"name": "Buried Treasure Finder",
32+
"description": "Scans the area around the player and lists buried treasure near",
33+
"author": "zebedelu",
34+
"version": "1.0.0",
35+
"type": "module",
36+
"path": "module/BuriedTreasureFinder.lua"
37+
},
2938
{
3039
"filename": "CubeCraftUtils.lua",
3140
"name": "CubeCraft Utils",
@@ -44,6 +53,24 @@
4453
"type": "module",
4554
"path": "module/Moka'sSudoku.lua"
4655
},
56+
{
57+
"filename": "SimpleBlockFinder.lua",
58+
"name": "Simple Block Finder",
59+
"description": "Scans the area around the player and lists matching blocks nearby",
60+
"author": "zebedelu",
61+
"version": "1.0.0",
62+
"type": "module",
63+
"path": "module/SimpleBlockFinder.lua"
64+
},
65+
{
66+
"filename": "StrongHoldFinder.lua",
67+
"name": "StrongHold Finder",
68+
"description": "Find the StrongHold using only two ender pearls and a little math",
69+
"author": "zebedelu",
70+
"version": "1.0.0",
71+
"type": "module",
72+
"path": "module/StrongHoldFinder.lua"
73+
},
4774
{
4875
"filename": "TPScounter.lua",
4976
"name": "TPS Counter",

0 commit comments

Comments
 (0)