Changes

2 bytes added ,  03:44, 15 June 2022
m
Fix typo in biome modifier path and field
Line 204: Line 204:  
<syntaxhighlight lang="json">
 
<syntaxhighlight lang="json">
 
{
 
{
   "type": "forge:add_spawn", // Required
+
   "type": "forge:add_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
   "spawner":
+
   "spawners":
 
   {
 
   {
 
     "type": "namespace:entity_type", // Type of mob to spawn
 
     "type": "namespace:entity_type", // Type of mob to spawn