cleaning up some todos

This commit is contained in:
Pyritie 2025-06-24 17:27:15 +01:00
parent b350b0a16d
commit b6d9994f36
3 changed files with 2 additions and 8 deletions

View file

@ -2,12 +2,6 @@
function registerTFGDimensionMarkers(event) {
// TODO
event.create('ad_astra:earth_orbit')
.iconSupplier(() => Item.of('ad_astra:earth_globe').getItem())
.tier(1)
.overrideName('Earth Orbit')
event.create('ad_astra:moon')
.iconSupplier(() => Item.of('tfg:marker/moon').getItem())
.tier(1)