fixed mars saplings and glacian logs missing map color

This commit is contained in:
Pyritie 2025-12-21 17:44:22 +00:00
parent 9ab5d3e112
commit 7c96161bd7

View file

@ -13,6 +13,7 @@ function registerTFGWorldGenTrees(event) {
.soundType('nether_wart') .soundType('nether_wart')
.defaultCutout() .defaultCutout()
.noCollision() .noCollision()
.mapColor('crimson_nylium')
event.create('tfg:saplings/warped', 'tfc:sapling') event.create('tfg:saplings/warped', 'tfc:sapling')
.features('tfg:mars/tree/warped') .features('tfg:mars/tree/warped')
@ -23,6 +24,7 @@ function registerTFGWorldGenTrees(event) {
.soundType('nether_wart') .soundType('nether_wart')
.defaultCutout() .defaultCutout()
.noCollision() .noCollision()
.mapColor('warped_nylium')
event.create('tfg:saplings/alphacene', 'tfc:sapling') event.create('tfg:saplings/alphacene', 'tfc:sapling')
.features('species:alphacene_mushroom') .features('species:alphacene_mushroom')
@ -33,6 +35,7 @@ function registerTFGWorldGenTrees(event) {
.soundType('nether_wart') .soundType('nether_wart')
.defaultCutout() .defaultCutout()
.noCollision() .noCollision()
.mapColor('gold')
event.create('tfg:saplings/strophar', 'tfc:sapling') event.create('tfg:saplings/strophar', 'tfc:sapling')
.features('tfg:mars/tree/strophar_mini') .features('tfg:mars/tree/strophar_mini')
@ -43,6 +46,7 @@ function registerTFGWorldGenTrees(event) {
.soundType('nether_wart') .soundType('nether_wart')
.defaultCutout() .defaultCutout()
.noCollision() .noCollision()
.mapColor('terracotta_magenta')
event.create('tfg:saplings/aeronos', 'tfc:sapling') event.create('tfg:saplings/aeronos', 'tfc:sapling')
.features('tfg:mars/tree/aeronos_mini') .features('tfg:mars/tree/aeronos_mini')
@ -53,6 +57,7 @@ function registerTFGWorldGenTrees(event) {
.soundType('nether_wart') .soundType('nether_wart')
.defaultCutout() .defaultCutout()
.noCollision() .noCollision()
.mapColor('color_light_green')
event.create('tfg:saplings/glacian', 'tfc:sapling') event.create('tfg:saplings/glacian', 'tfc:sapling')
.features('tfg:mars/tree/glacian_mini') .features('tfg:mars/tree/glacian_mini')
@ -95,6 +100,7 @@ function registerTFGWorldGenTrees(event) {
.tagItem('ad_astra:glacian_logs') .tagItem('ad_astra:glacian_logs')
.tagBlock('minecraft:mineable/axe') .tagBlock('minecraft:mineable/axe')
.soundType('wood') .soundType('wood')
.mapColor('ice')
.stripped(stripped => { .stripped(stripped => {
stripped.tagBoth('minecraft:logs') stripped.tagBoth('minecraft:logs')
stripped.tagItem('minecraft:logs_that_burn') stripped.tagItem('minecraft:logs_that_burn')
@ -107,6 +113,7 @@ function registerTFGWorldGenTrees(event) {
.tagBoth('minecraft:logs') .tagBoth('minecraft:logs')
.tagBoth('c:hidden_from_recipe_viewers') .tagBoth('c:hidden_from_recipe_viewers')
.soundType('wood') .soundType('wood')
.mapColor('ice')
.stripped(stripped => { .stripped(stripped => {
stripped.tagBoth('minecraft:logs') stripped.tagBoth('minecraft:logs')
stripped.tagBoth('c:hidden_from_recipe_viewers') stripped.tagBoth('c:hidden_from_recipe_viewers')