9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
This commit is contained in:
cyberpwn
2021-08-21 09:42:09 -04:00
parent 5dc216aec8
commit 0fcff0bccb
2 changed files with 2 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
"objectChance": 0,
"strength": 1,
"interpolationRadius": 5,
"blockRadius": 5,
"blockRadius": 32,
"interpolator": "BILINEAR",
"entitySpawners": ["villager"]
},

View File

@@ -1,7 +1,5 @@
{
"weather": "ANY",
"group": "NORMAL",
"initalSpawns": [{
"initialSpawns": [{
"entity": "standard/passive/villager",
"rarity": 2
}]