Changes

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