Patched molten vents + switch to openloader + default keybinds + book fixes + include less jars + kubejs stuff + incontrol
This commit is contained in:
1
pack/config/incontrol/areas.json
Normal file
1
pack/config/incontrol/areas.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
1
pack/config/incontrol/breakevents.json
Normal file
1
pack/config/incontrol/breakevents.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
1
pack/config/incontrol/effects.json
Normal file
1
pack/config/incontrol/effects.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
1
pack/config/incontrol/events.json
Normal file
1
pack/config/incontrol/events.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
1
pack/config/incontrol/experience.json
Normal file
1
pack/config/incontrol/experience.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
1
pack/config/incontrol/leftclicks.json
Normal file
1
pack/config/incontrol/leftclicks.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
1
pack/config/incontrol/loot.json
Normal file
1
pack/config/incontrol/loot.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
1
pack/config/incontrol/phases.json
Normal file
1
pack/config/incontrol/phases.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
1
pack/config/incontrol/placeevents.json
Normal file
1
pack/config/incontrol/placeevents.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
1
pack/config/incontrol/rightclicks.json
Normal file
1
pack/config/incontrol/rightclicks.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
@@ -3,17 +3,25 @@
|
||||
"minheight": 60,
|
||||
"dimension": "minecraft:overworld",
|
||||
"hostile": true,
|
||||
"random": 0.7,
|
||||
"result": "deny"
|
||||
},
|
||||
{
|
||||
"seesky": true,
|
||||
"dimension": "minecraft:overworld",
|
||||
"hostile": true,
|
||||
"random": 0.7,
|
||||
"result": "deny"
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:trader_llama",
|
||||
"onjoin": true,
|
||||
"seesky": true,
|
||||
"dimension": "minecraft:overworld",
|
||||
"mob": "minecraft:spider",
|
||||
"result": "deny"
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:phantom",
|
||||
"when": "onjoin",
|
||||
"result": "deny"
|
||||
},
|
||||
{
|
||||
@@ -28,14 +36,14 @@
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:wither_skeleton",
|
||||
"onjoin": true,
|
||||
"when": "onjoin",
|
||||
"random": 0.2,
|
||||
"armorhelmet": ["minecraft:iron_helmet"],
|
||||
"result": "allow"
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:skeleton",
|
||||
"onjoin": true,
|
||||
"when": "onjoin",
|
||||
"random": 0.2,
|
||||
"maxheight": -20,
|
||||
"armorhelmet": ["minecraft:chainmail_helmet", "minecraft:leather_helmet"],
|
||||
@@ -43,9 +51,16 @@
|
||||
"helditem": ["100=minecraft:bow", "10=minecraft:crossbow"],
|
||||
"result": "allow"
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:zombie",
|
||||
"when": "onjoin",
|
||||
"hostile": true,
|
||||
"baby": true,
|
||||
"result": "deny"
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:skeleton",
|
||||
"onjoin": true,
|
||||
"when": "onjoin",
|
||||
"maxheight": -5,
|
||||
"armorhelmet": ["minecraft:chainmail_helmet", "minecraft:leather_helmet"],
|
||||
"helditem": ["100=minecraft:bow", "10=minecraft:crossbow"],
|
||||
@@ -53,7 +68,7 @@
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:zombie",
|
||||
"onjoin": true,
|
||||
"when": "onjoin",
|
||||
"maxheight": -15,
|
||||
"random": 0.15,
|
||||
"armorchest": [ "minecraft:leather_chestplate"],
|
||||
@@ -61,15 +76,15 @@
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:zombie",
|
||||
"onjoin": true,
|
||||
"when": "onjoin",
|
||||
"maxheight": -15,
|
||||
"random": 0.15,
|
||||
"armorhelmet": ["copperized:copper_helmet", "minecraft:leather_helmet"],
|
||||
"armorhelmet": ["minecraft:chainmail_helmet", "minecraft:leather_helmet"],
|
||||
"result": "allow"
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:zombie",
|
||||
"onjoin": true,
|
||||
"when": "onjoin",
|
||||
"maxheight": -15,
|
||||
"random": 0.25,
|
||||
"helditem": ["100=minecraft:stone_pickaxe", "70=minecraft:stone_shovel", "35=minecraft:stone_sword", "10=minecraft:stone_axe"],
|
||||
@@ -77,21 +92,21 @@
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:husk",
|
||||
"onjoin": true,
|
||||
"when": "onjoin",
|
||||
"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,
|
||||
"when": "onjoin",
|
||||
"random": 0.035,
|
||||
"armorhelmet": ["create:copper_diving_helmet"],
|
||||
"result": "allow"
|
||||
},
|
||||
{
|
||||
"mob": "minecraft:drowned",
|
||||
"onjoin": true,
|
||||
"when": "onjoin",
|
||||
"random": 0.01,
|
||||
"armorhelmet": ["create:copper_diving_helmet"],
|
||||
"armorboots": ["create:copper_diving_boots"],
|
||||
@@ -99,7 +114,7 @@
|
||||
},
|
||||
{
|
||||
"mob": "naturalist:vulture",
|
||||
"onjoin": true,
|
||||
"when": "onjoin",
|
||||
"result": "deny"
|
||||
},
|
||||
{
|
||||
@@ -110,8 +125,8 @@
|
||||
"traverse:desert_shrubland"
|
||||
],
|
||||
"block": [
|
||||
"minecraft:grass",
|
||||
"minecraft:grass"
|
||||
],
|
||||
"result": "default"
|
||||
},
|
||||
}
|
||||
]
|
||||
|
||||
1
pack/config/incontrol/spawner.json
Normal file
1
pack/config/incontrol/spawner.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
1
pack/config/incontrol/summonaid.json
Normal file
1
pack/config/incontrol/summonaid.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
Reference in New Issue
Block a user