dimension-wide biome tags
This commit is contained in:
parent
48dd0f15a1
commit
7785f88940
3 changed files with 59 additions and 8 deletions
|
|
@ -626,6 +626,10 @@ function registerTFCFluidTags(event) {
|
|||
/** @param {TagEvent.Biome} event */
|
||||
function registerTFCBiomeTags(event) {
|
||||
event.add("tfc:kaolin_clay_spawns_in", "tfc:rolling_hills");
|
||||
|
||||
global.TFC_BIOMES.forEach(biome => {
|
||||
event.add('minecraft:is_overworld', biome);
|
||||
})
|
||||
}
|
||||
|
||||
/** @param {TagEvent.PlacedFeature} event */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue