MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / isBiomeMod

Function isBiomeMod

source/game/StarMaterialTypes.hpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94inline bool isBiomeMod(ModId mod) {
95 return mod == BiomeModId || mod == UndergroundBiomeModId;
96}
97}

Callers 1

replaceBiomeBlocksMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected