Toggle menu
Forge Community Wiki
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
Special pages
Printable version
Personal tools
Create account
Log in
personal-extra
Toggle search
Search
Random page
Views
View
View source
History
Actions
Changes
From Forge Community Wiki
← Older edit
Newer edit →
Biome Modifiers
(view source)
Revision as of 23:27, 14 June 2022
380 bytes added
,
23:27, 14 June 2022
→Biome Modifier JSONs
Line 125:
Line 125:
"biomes": "#minecraft:is_badlands",
"biomes": "#minecraft:is_badlands",
"feature": "yourmod:some_feature"
"feature": "yourmod:some_feature"
+
}
+
</syntaxhighlight>
+
+
== Side Note on HolderSets ==
+
+
HolderSets are a vanilla feature that, when defined in JSON, can be specified as a single id, list of ids, or tag. Our example above uses a holderset of biomes, so all three of these are valid biome fields:
+
+
<syntaxhighlight lang="json">
+
{
+
"biomes": "forest",
+
"biomes": ["forest", "birch_forest"],
+
"biomes": "#is_forest"
}
}
</syntaxhighlight>
</syntaxhighlight>
Commoble
22
edits
Namespaces
Page
Discussion
Variants