9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-19 14:59:22 +00:00

Villager tweaks

This commit is contained in:
cyberpwn
2021-09-13 16:51:41 -04:00
parent b8deb1a1ca
commit d763e8be11
8 changed files with 57 additions and 15 deletions

View File

@@ -0,0 +1 @@
{"type": "IRON_GOLEM"}

View File

@@ -1,6 +1,21 @@
{ {
"connectors": [], "connectors": [],
"placementOptions": { "placementOptions": {
"markers": [
{
"emptyAbove": true,
"mark": [
{
"block": "minecraft:cobblestone"
},
{
"block": "minecraft:mossy_cobblestone"
}
],
"marker": "dank",
"maximumMarkers": 9
}
],
"overStilt": 0, "overStilt": 0,
"chance": 1, "chance": 1,
"meld": false, "meld": false,

View File

@@ -1,6 +1,27 @@
{ {
"connectors": [], "connectors": [],
"placementOptions": { "placementOptions": {
"markers": [
{
"emptyAbove": true,
"mark": [
{
"block": "minecraft:sandstone"
},
{
"block": "minecraft:cut_sandstone"
},
{
"block": "minecraft:cut_red_sandstone"
},
{
"block": "minecraft:red_sandstone"
}
],
"marker": "dank",
"maximumMarkers": 9
}
],
"overStilt": 0, "overStilt": 0,
"chance": 1, "chance": 1,
"meld": false, "meld": false,

View File

@@ -1,8 +1,4 @@
{ {
"maxDepth": 1, "maxDepth": 1,
"pieces": ["pyramid-desert"], "pieces": ["pyramid-desert"]
"feature": {
"blockRadius": 15,
"entitySpawners": ["dank"]
}
} }

View File

@@ -1,8 +1,4 @@
{ {
"maxDepth": 1, "maxDepth": 1,
"pieces": ["jungle_pyramid/jungle_pyramid"], "pieces": ["jungle_pyramid/jungle_pyramid"]
"feature": {
"blockRadius": 15,
"entitySpawners": ["dank"]
}
} }

4
markers/dank.json Normal file
View File

@@ -0,0 +1,4 @@
{
"removeOnChange": true,
"spawners": ["dank"]
}

View File

@@ -1,4 +1,5 @@
{ {
"removeOnChange": true, "removeOnChange": true,
"spawners": ["villager"] "spawners": ["villager"],
"exhaustionChance": 0.75
} }

View File

@@ -1,4 +1,12 @@
{"initialSpawns": [{ {
"entity": "standard/passive/villager", "spawns": [
"rarity": 1 {
}]} "entity": "standard/passive/villager",
"rarity": 1
},
{
"entity": "standard/passive/golem",
"rarity": 24
}
]
}