cleaning up some todos
This commit is contained in:
parent
b350b0a16d
commit
b6d9994f36
3 changed files with 2 additions and 8 deletions
|
|
@ -311,7 +311,7 @@ const registerTFGBlockTags = (event) => {
|
|||
|
||||
// #endregion
|
||||
|
||||
// #region Space blocks (TODO: undo these when merging space into dev!)
|
||||
// #region Space blocks
|
||||
|
||||
event.add('tfc:plants', 'tfg:lunar_roots')
|
||||
event.add('tfc:plants', 'tfg:lunar_sprouts')
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue