You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on Forge's implementation of the de-facto partial c: tags across loaders, we noticed a discrepancy between Neo and Fabric for the c:is_cold tag and believe it may be an oversight. MinecraftForge/MinecraftForge#9955 (comment)
For c:is_hot, it contains the c:is_hot/overworld and c:is_hot/nether variants:
While working on Forge's implementation of the de-facto partial
c:
tags across loaders, we noticed a discrepancy between Neo and Fabric for thec:is_cold
tag and believe it may be an oversight. MinecraftForge/MinecraftForge#9955 (comment)For
c:is_hot
, it contains thec:is_hot/overworld
andc:is_hot/nether
variants:fabric/fabric-convention-tags-v2/src/datagen/java/net/fabricmc/fabric/impl/tag/convention/datagen/generators/BiomeTagGenerator.java
Lines 173 to 175 in 5763228
However,
c:is_cold
does not contain thec:is_cold/end
variant:fabric/fabric-convention-tags-v2/src/datagen/java/net/fabricmc/fabric/impl/tag/convention/datagen/generators/BiomeTagGenerator.java
Lines 212 to 215 in 5763228
The text was updated successfully, but these errors were encountered: