mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-19 14:59:22 +00:00
Villager tweaks
This commit is contained in:
1
entities/standard/passive/golem.json
Normal file
1
entities/standard/passive/golem.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"type": "IRON_GOLEM"}
|
||||||
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -1,8 +1,4 @@
|
|||||||
{
|
{
|
||||||
"maxDepth": 1,
|
"maxDepth": 1,
|
||||||
"pieces": ["pyramid-desert"],
|
"pieces": ["pyramid-desert"]
|
||||||
"feature": {
|
|
||||||
"blockRadius": 15,
|
|
||||||
"entitySpawners": ["dank"]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
4
markers/dank.json
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"removeOnChange": true,
|
||||||
|
"spawners": ["dank"]
|
||||||
|
}
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
"removeOnChange": true,
|
"removeOnChange": true,
|
||||||
"spawners": ["villager"]
|
"spawners": ["villager"],
|
||||||
|
"exhaustionChance": 0.75
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
{"initialSpawns": [{
|
{
|
||||||
"entity": "standard/passive/villager",
|
"spawns": [
|
||||||
"rarity": 1
|
{
|
||||||
}]}
|
"entity": "standard/passive/villager",
|
||||||
|
"rarity": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"entity": "standard/passive/golem",
|
||||||
|
"rarity": 24
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user