Open main menu
Home
Random
Log in
Settings
About Forge Community Wiki
Disclaimers
Forge Community Wiki
Search
Changes
← Older edit
Newer edit →
Biome Modifiers
(view source)
Revision as of 03:44, 15 June 2022
4 bytes added
,
03:44, 15 June 2022
m
Fix typo in biome modifier path
Line 222:
Line 222:
<syntaxhighlight lang="json">
<syntaxhighlight lang="json">
{
{
−
"type": "forge:
add_spawn
", // Required
+
"type": "forge:
remove_spawns
", // Required
"biomes": "#namespace:biome_tag", // Accepts a biome id, [list of biome ids], or #namespace:biome_tag
"biomes": "#namespace:biome_tag", // Accepts a biome id, [list of biome ids], or #namespace:biome_tag
"entity_types": "#namespace:entitytype_tag" // Accepts an entity type, list, or tag of entitytypes whose spawns are to be removed from the biomes
"entity_types": "#namespace:entitytype_tag" // Accepts an entity type, list, or tag of entitytypes whose spawns are to be removed from the biomes
SameButDifferent
2
edits