added rabbits to all neutral/sparse biomes, removed from all dense ones

This commit is contained in:
Pyritie 2025-06-06 00:40:49 +01:00
parent 171b1710d9
commit 06745eb940
6 changed files with 27 additions and 27 deletions

View file

@ -56,7 +56,14 @@
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [],
"creature": [
{
"type": "minecraft:rabbit",
"maxCount": 1,
"minCount": 1,
"weight": 80
}
],
"misc": [],
"monster": [
{

View file

@ -53,14 +53,7 @@
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [
{
"type": "minecraft:rabbit",
"maxCount": 1,
"minCount": 1,
"weight": 10
}
],
"creature": [],
"misc": [],
"monster": [
{

View file

@ -54,14 +54,7 @@
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [
{
"type": "minecraft:rabbit",
"maxCount": 1,
"minCount": 1,
"weight": 20
}
],
"creature": [],
"misc": [],
"monster": [
{

View file

@ -67,14 +67,7 @@
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [
{
"type": "minecraft:rabbit",
"maxCount": 1,
"minCount": 1,
"weight": 80
}
],
"creature": [],
"misc": [],
"monster": [
{

View file

@ -54,7 +54,14 @@
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [],
"creature": [
{
"type": "minecraft:rabbit",
"maxCount": 1,
"minCount": 1,
"weight": 80
}
],
"misc": [],
"monster": [
{

View file

@ -67,7 +67,14 @@
"spawners": {
"ambient": [],
"axolotls": [],
"creature": [],
"creature": [
{
"type": "minecraft:rabbit",
"maxCount": 1,
"minCount": 1,
"weight": 80
}
],
"misc": [],
"monster": [
{