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)

View file

@ -2,7 +2,7 @@
const registerTFGFluids = (event) => {
// TODO: remove these with space
// TODO: remove these as the other planets come out
event.create('tfg:nether_slurry')
.thickTexture(0x6b281b)