got the game booting!

This commit is contained in:
Pyritie 2025-04-29 23:25:20 +01:00
parent 4faeaa533a
commit 88b8cf7ba1
263 changed files with 8600 additions and 2999 deletions

View file

@ -147,9 +147,5 @@ const registerAdAstraEntityTypeTags = (event) => {
const registerAdAstraPlacedFeatures = (event) => {
global.MOON_VEINS.forEach(vein => {
event.add('tfg:moon_veins', vein)
event.add('tfc:in_biome/veins', vein)
})
}