Remove supplementaries, add kubejs, misc changes
This commit is contained in:
117
pack/config/incontrol/spawn.json
Normal file
117
pack/config/incontrol/spawn.json
Normal file
@@ -0,0 +1,117 @@
|
||||
[
|
||||
{
|
||||
"minheight": 60,
|
||||
"dimension": "minecraft:overworld",
|
||||
"hostile": true,
|
||||
"result": "deny"
|
||||
},
|
||||
{
|
||||
"seesky": true,
|
||||
"dimension": "minecraft:overworld",
|
||||
"hostile": true,
|
||||
"result": "deny"
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:trader_llama",
|
||||
"onjoin": true,
|
||||
"result": "deny"
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:wolf",
|
||||
"random": 0.2,
|
||||
"result": "deny"
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:fox",
|
||||
"random": 0.2,
|
||||
"result": "deny"
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:wither_skeleton",
|
||||
"onjoin": true,
|
||||
"random": 0.2,
|
||||
"armorhelmet": ["minecraft:iron_helmet"],
|
||||
"result": "allow"
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:skeleton",
|
||||
"onjoin": true,
|
||||
"random": 0.2,
|
||||
"maxheight": -20,
|
||||
"armorhelmet": ["minecraft:chainmail_helmet", "minecraft:leather_helmet"],
|
||||
"armorchest": ["minecraft:chainmail_chestplate", "minecraft:leather_chestplate"],
|
||||
"helditem": ["100=minecraft:bow", "10=minecraft:crossbow"],
|
||||
"result": "allow"
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:skeleton",
|
||||
"onjoin": true,
|
||||
"maxheight": -5,
|
||||
"armorhelmet": ["minecraft:chainmail_helmet", "minecraft:leather_helmet"],
|
||||
"helditem": ["100=minecraft:bow", "10=minecraft:crossbow"],
|
||||
"result": "allow"
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:zombie",
|
||||
"onjoin": true,
|
||||
"maxheight": -15,
|
||||
"random": 0.15,
|
||||
"armorchest": [ "minecraft:leather_chestplate"],
|
||||
"result": "allow"
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:zombie",
|
||||
"onjoin": true,
|
||||
"maxheight": -15,
|
||||
"random": 0.15,
|
||||
"armorhelmet": ["copperized:copper_helmet", "minecraft:leather_helmet"],
|
||||
"result": "allow"
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:zombie",
|
||||
"onjoin": true,
|
||||
"maxheight": -15,
|
||||
"random": 0.25,
|
||||
"helditem": ["100=minecraft:stone_pickaxe", "70=minecraft:stone_shovel", "35=minecraft:stone_sword", "10=minecraft:stone_axe"],
|
||||
"result": "allow"
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:husk",
|
||||
"onjoin": true,
|
||||
"random": 0.19,
|
||||
"helditem": ["100=minecraft:golden_pickaxe", "70=minecraft:golden_shovel", "35=minecraft:golden_sword", "10=minecraft:golden_axe"],
|
||||
"result": "allow"
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:drowned",
|
||||
"onjoin": true,
|
||||
"random": 0.035,
|
||||
"armorhelmet": ["create:copper_diving_helmet"],
|
||||
"result": "allow"
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:drowned",
|
||||
"onjoin": true,
|
||||
"random": 0.01,
|
||||
"armorhelmet": ["create:copper_diving_helmet"],
|
||||
"armorboots": ["create:copper_diving_boots"],
|
||||
"result": "allow"
|
||||
},
|
||||
{
|
||||
"mob": "naturalist:vulture",
|
||||
"onjoin": true,
|
||||
"result": "deny"
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:fox",
|
||||
"dimension": "minecraft:overworld",
|
||||
"incontrol": true,
|
||||
"biome": [
|
||||
"traverse:desert_shrubland"
|
||||
],
|
||||
"block": [
|
||||
"minecraft:grass",
|
||||
],
|
||||
"result": "default"
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user