Jump to content

biome_modifier: forge:add_spawns


Zacomat

Recommended Posts

Could someone please explain the 'weight' parameter in the 'biome_modifier/my_mob.json' file?

Based on my experiments, I've observed the following:

Weight 5: Very rare

Weight 10: Rare

Weight 15: Uncommon

Weight 20: Common

Weight 25: Very common

These results were obtained from exploration in caves and on the surface using the following file:

{ 
	"type": "forge:add_spawns",
	"biomes": "#minecraft:is_overworld",
	"spawners": { 
		"type": "exmplemod:my_mob",
		"weight":15,
		"minCount": 1,
		"maxCount": 1
	}
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.