update to 1.6.1

This commit is contained in:
tonitch
2025-03-16 19:52:58 +01:00
parent 5c47488dcc
commit 6de6f2e006
5164 changed files with 90075 additions and 169 deletions

View File

@ -0,0 +1,77 @@
{
"blacklist": [
"minecraft:allay",
"minecraft:axolotl",
"minecraft:bat",
"minecraft:camel",
"minecraft:cat",
"minecraft:chicken",
"minecraft:cod",
"minecraft:cow",
"minecraft:donkey",
"minecraft:frog",
"minecraft:glow_squid",
"minecraft:horse",
"minecraft:mooshroom",
"minecraft:mule",
"minecraft:ocelot",
"minecraft:parrot",
"minecraft:pig",
"minecraft:pufferfish",
"minecraft:rabbit",
"minecraft:salmon",
"minecraft:sheep",
"minecraft:skeleton_horse",
"minecraft:sniffer",
"minecraft:squid",
"minecraft:strider",
"minecraft:tadpole",
"minecraft:tropical_fish",
"minecraft:turtle",
"minecraft:wandering_trader",
"minecraft:cave_spider",
"minecraft:dolphin",
"minecraft:drowned",
"minecraft:enderman",
"minecraft:fox",
"minecraft:goat",
"minecraft:iron_golem",
"minecraft:llama",
"minecraft:panda",
"minecraft:polar_bear",
"minecraft:spider",
"minecraft:trader_llama",
"minecraft:wolf",
"minecraft:zombified_piglin",
"minecraft:blaze",
"minecraft:creeper",
"minecraft:elder_guardian",
"minecraft:endermite",
"minecraft:evoker",
"minecraft:ghast",
"minecraft:guardian",
"minecraft:hoglin",
"minecraft:husk",
"minecraft:magma_cube",
"minecraft:phantom",
"minecraft:piglin_brute",
"minecraft:pillager",
"minecraft:ravager",
"minecraft:silverfish",
"minecraft:skeleton",
"minecraft:slime",
"minecraft:stray",
"minecraft:vex",
"minecraft:vindicator",
"minecraft:warden",
"minecraft:witch",
"minecraft:wither",
"minecraft:wither_skeleton",
"minecraft:zoglin",
"minecraft:zombie",
"minecraft:zombie_villager",
"biomeswevegone:man_o_war",
"biomeswevegone:oddion",
"biomeswevegone:pumpkin_warden"
]
}

View File

@ -0,0 +1,48 @@
{
"use": [
{
"predicate": "academy:hunt",
"commands": [
"/hunt"
],
"consumable": false,
"context": "PLAYER"
},
{
"predicate": [
"academy:shiny_incense",
"kubejs:shinyincense"
],
"commands": [
"/execute as ${user_name} run yacb remove ${user_name} shiny",
"/execute as ${user_name} run yacb boost ${user_name} 4 24000 shiny"
],
"consumable": true,
"context": "SERVER"
},
{
"predicate": [
"academy:strong_shiny_incense",
"kubejs:strongshinyincense"
],
"commands": [
"/execute as ${user_name} run yacb remove ${user_name} shiny",
"/execute as ${user_name} run yacb boost ${user_name} 8 36000 shiny"
],
"consumable": true,
"context": "SERVER"
},
{
"predicate": [
"academy:uber_shiny_incense",
"kubejs:ubershinyincense"
],
"commands": [
"/execute as ${user_name} run yacb remove ${user_name} shiny",
"/execute as ${user_name} run yacb boost ${user_name} 12 72000 shiny"
],
"consumable": true,
"context": "SERVER"
}
]
}

View File

@ -6,95 +6,65 @@
"min": 0,
"max": 10
},
"200.0": {
"800.0": {
"type": "uniform",
"min": 0,
"max": 15
},
"400.0": {
"1600.0": {
"type": "uniform",
"min": 0,
"max": 20
},
"600.0": {
"2400.0": {
"type": "uniform",
"min": 0,
"max": 25
},
"800.0": {
"3200.0": {
"type": "uniform",
"min": 0,
"max": 30
},
"1000.0": {
"4000.0": {
"type": "uniform",
"min": 0,
"max": 35
},
"1200.0": {
"4800.0": {
"type": "uniform",
"min": 0,
"max": 40
},
"1400.0": {
"5600.0": {
"type": "uniform",
"min": 0,
"max": 45
},
"1600.0": {
"6400.0": {
"type": "uniform",
"min": 0,
"max": 50
},
"1800.0": {
"7200.0": {
"type": "uniform",
"min": 0,
"max": 55
},
"2000.0": {
"8000.0": {
"type": "uniform",
"min": 0,
"max": 60
},
"2200.0": {
"9000.0": {
"type": "uniform",
"min": 0,
"max": 65
},
"2400.0": {
"10000.0": {
"type": "uniform",
"min": 0,
"max": 70
},
"2600.0": {
"type": "uniform",
"min": 0,
"max": 75
},
"2800.0": {
"type": "uniform",
"min": 0,
"max": 80
},
"3000.0": {
"type": "uniform",
"min": 0,
"max": 85
},
"3200.0": {
"type": "uniform",
"min": 0,
"max": 90
},
"3400.0": {
"type": "uniform",
"min": 0,
"max": 95
},
"3600.0": {
"type": "uniform",
"min": 0,
"max": 100
}
}
}

View File

@ -13,7 +13,7 @@
],
"spawnYaw": -90.0,
"spawnPitch": 0.0,
"playerDuration": 36000,
"playerDuration": 72000,
"providedSafariBalls": 32,
"startEpoch": 25200000,
"restartDelay": 86400000,

View File

@ -0,0 +1,27 @@
{
"startItems": [
{
"id": "academy:star_badge",
"count": 1
},
{
"id": "academy:star_badge",
"count": 1
},
{
"id": "academy:star_badge",
"count": 1
},
{
"id": "academy:star_badge",
"count": 1
},
{
"id": "academy:star_badge",
"count": 1
}
],
"validItems": [
"academy:star_badge"
]
}