removed ferritecore

This commit is contained in:
Snogard 2022-09-17 20:24:58 +02:00
parent 82e0f67102
commit d1e1d7cf8a
228 changed files with 1636 additions and 2524 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@ usernamecache.json
bookstogive.txt
mods/rhino-forge-1605.1.5-build.75.jar
mods/kubejs-forge-1605.3.19-build.299.jar
config/ferritecore-mixin.toml

View File

@ -795,6 +795,21 @@
}
"capsule:recall" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"cofh_core:holding" {
# The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 11]
I:"Max Level"=4

View File

@ -223,6 +223,12 @@ armors {
S:INFUSED_SILK <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: secretroomsmod:true_vision_goggles
# [default: ]
S:INSTANCE <
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: minecraft:iron_helmet, minecraft:iron_chestplate, minecraft:iron_leggings, minecraft:iron_boots, atum:desert_helmet_iron, atum:desert_chest_iron, atum:desert_legs_iron, atum:desert_boots_iron, dungeons_mobs:gold_pillager_helmet, dungeons_mobs:diamond_pillager_helmet, dungeons_mobs:gold_vindicator_helmet, dungeons_mobs:diamond_vindicator_helmet, dungeons_mobs:skeleton_vanguard_helmet, mod_lavacow:swinearmor_helmet, mod_lavacow:swinearmor_chestplate, mod_lavacow:swinearmor_leggings, mod_lavacow:swinearmor_boots
# [default: [Iron], [Steel], [Ferrous], [Rusty], [Wrought Iron]]
@ -235,7 +241,7 @@ armors {
>
# A list of material-based prefix names for this material group. May be empty.
# Items in this group: minecraft:leather_helmet, minecraft:leather_chestplate, minecraft:leather_leggings, minecraft:leather_boots, dungeons_mobs:chef_hat, quark:backpack, quark:forgotten_hat
# Items in this group: minecraft:leather_helmet, minecraft:leather_chestplate, minecraft:leather_leggings, minecraft:leather_boots, dungeons_mobs:chef_hat, quark:forgotten_hat, quark:backpack
# [default: [Leather], [Rawhide], [Lamellar], [Cow Skin]]
S:LEATHER <
Leather

View File

@ -31352,3 +31352,19 @@
#When enabled the entity type will be aggresively removed from worlds. This will bypass all other options.
removeAggressively = false
#Options for the everpotion mod.
[everpotion]
#Spawning options for everpotion:arrow
[everpotion.arrow]
#Should the entity be allowed to spawn normally?
allowNormalSpawning = true
#Should the entity spawn via mob conversion? i.e. villager -> zombie
allowConversions = true
#Should spawners be able to spawn the entity?
allowSpawners = true
#Should spawn eggs be able to spawn the entity?
allowSpawnEggs = true
#When enabled the entity type will be aggresively removed from worlds. This will bypass all other options.
removeAggressively = false

View File

@ -0,0 +1,77 @@
# Check out the wiki pages at https://github.com/Lythom/capsule/wiki for full documentation.
#
#Loot settings
[loot]
#Paths where the mod will look for structureBlock files when invoking command /capsule fromExistingRewards <structureName> [playerName].
rewardTemplatesPath = "config/capsule/rewards"
#Each structure in this folder will be given to the player as standard reusable capsule on game start.
#Empty the folder or the value to disable starter capsules.
#Default value: "config/capsule/starters"
starterTemplatesPath = "config/capsule/starters"
#If true, loot rewards will be pre-charged blueprint when possible (if the content contains no entity).
#If false loot reward will always be one-use capsules.
#Default value: true
allowBlueprintReward = true
#Each structure in this folder will auto-generate a blueprint recipe that player will be able to craft.
#Remove/Add structure in the folder to disable/enable the recipe.
#Default value: "config/capsule/prefabs"
prefabsTemplatesPath = "config/capsule/prefabs"
#If true, sneak+left click in air allow mirroring of the capsule content. Can be disabled for multiblock compatibility.
#Default value: true
allowMirror = true
#List of loot tables that will eventually reward a capsule.
# Example of valid loot tables : gameplay/fishing/treasure, chests/spawn_bonus_chest, entities/villager (killing a villager).
#Also see https://minecraft.gamepedia.com/Loot_table#List_of_loot_tables.
lootTablesList = ["minecraft:chests/abandoned_mineshaft", "minecraft:chests/bastion_bridge", "minecraft:chests/bastion_hoglin_stable", "minecraft:chests/bastion_other", "minecraft:chests/bastion_treasure", "minecraft:chests/shipwreck_treasure", "minecraft:chests/desert_pyramid", "minecraft:chests/end_city_treasure", "minecraft:chests/igloo_chest", "minecraft:chests/jungle_temple", "minecraft:chests/simple_dungeon", "minecraft:chests/stronghold_corridor", "minecraft:chests/stronghold_crossing", "minecraft:chests/stronghold_library", "minecraft:chests/village/village_toolsmith", "minecraft:chests/village/village_armorer", "minecraft:chests/village/village_temple", "minecraft:chests/village/village_weaponsmith", "minecraft:chests/buried_treasure", "minecraft:chests/jungle_temple_dispenser", "minecraft:chests/pillager_outpost", "minecraft:chests/shipwreck_treasure", "minecraft:chests/underwater_ruin_big", "minecraft:chests/underwater_ruin_small", "minecraft:chests/woodland_mansion"]
#Players can be given one or several starter structures on their first arrival.
#Those structures nbt files can be placed in the folder defined at starterTemplatesPath below.
#Possible values : "all", "random", or "none".
#Default value: "random"
starterMode = "random"
#List of paths and weights where the mod will look for structureBlock files. Each .nbt or .schematic in those folders have a chance to appear as a reward capsule in a dungeon chest.
#Higher weight means more common. Default weights : 2 (rare), 6 (uncommon) or 10 (common)
#To Lower the chance of getting a capsule at all, insert an empty folder here and configure its weight accordingly.
[[loot.lootTemplatesPaths]]
path = "config/capsule/loot/common"
weight = 5
[[loot.lootTemplatesPaths]]
path = "config/capsule/loot/uncommon"
weight = 3
[[loot.lootTemplatesPaths]]
path = "config/capsule/loot/rare"
weight = 1
#enchants settings
[enchants]
#Rarity of the enchantmant. Possible values : COMMON, UNCOMMON, RARE, VERY_RARE. Default: RARE.
recallEnchantRarity = "RARE"
#Possible targets for the enchantment. By default : null.
#Possible values are ALL, ARMOR, ARMOR_FEET, ARMOR_LEGS, ARMOR_TORSO, ARMOR_HEAD, WEAPON, DIGGER, FISHING_ROD, BREAKABLE, BOW, null.
#If null or empty, Capsules will be the only items to be able to get this Enchantment.
recallEnchantType = "null"
#Balancing settings
[balance]
#List of block ids or tags that will never be captured by a non overpowered capsule. While capturing, the blocks will stay in place.
# Ex block: minecraft:spawner
# Ex tag: minecraft:beds
excludedBlocks = ["minecraft:spawner", "minecraft:end_portal", "minecraft:end_portal_frame", "minecraft:air", "minecraft:structure_void", "minecraft:bedrock", "ic2:", "refinedstorage:", "superfactorymanager:", "gregtech:machine", "gtadditions:", "bloodmagic:alchemy_table", "mekanism:machineblock", "mekanism:boundingblock", "tombstone:player_graves"]
#List of block ids or tags that will never be captured even with an overpowered capsule. While capturing, the blocks will stay in place.
#Mod prefix usually indicate an incompatibility, remove at your own risk. See https://github.com/Lythom/capsule/wiki/Known-incompatibilities.
# Ex: minecraft:spawner
opExcludedBlocks = ["minecraft:air", "minecraft:structure_void", "minecraft:bedrock", "ic2:", "refinedstorage:", "superfactorymanager:", "gregtech:machine", "gtadditions:", "bloodmagic:alchemy_table", "mekanism:machineblock", "mekanism:boundingblock", "tombstone:player_graves"]
#Duration in ticks for an undeployed capsule to remain activated (preview displayed) when right clicking. 20 ticks = 1 second.
#Default value: 120.
#Range: > 0
previewDisplayDuration = 120
#Number of upgrades an empty capsule can get to improve capacity. If <= 0, the capsule won't be able to upgrade.
#Range: > 0
capsuleUpgradesLimit = 10
#List of block ids that can be overriden while teleporting blocks.
#Put there blocks that the player don't care about (grass, leaves) so they don't prevent the capsule from deploying.
overridableBlocks = ["minecraft:air", "minecraft:water", "minecraft:oak_leaves", "minecraft:spruce_leaves", "minecraft:birch_leaves", "minecraft:jungle_leaves", "minecraft:acacia_leaves", "minecraft:dark_oak_leaves", "minecraft:grass", "minecraft:fern", "minecraft:dead_bush", "minecraft:snow_block", "minecraft:vine", "minecraft:sunflower", "minecraft:lilac", "minecraft:rose_bush", "minecraft:peony", "minecraft:tall_grass", "minecraft:large_fern", "minecraft:void_air", "minecraft:cave_air"]

View File

@ -0,0 +1,276 @@
[
"minecraft:beacon",
"minecraft:bed",
"minecraft:red_bed",
"minecraft:black_bed",
"minecraft:blue_bed",
"minecraft:brown_bed",
"minecraft:cyan_bed",
"minecraft:gray_bed",
"minecraft:green_bed",
"minecraft:light_blue_bed",
"minecraft:light_gray_bed",
"minecraft:lime_bed",
"minecraft:magenta_bed",
"minecraft:orange_bed",
"minecraft:pink_bed",
"minecraft:purple_bed",
"minecraft:white_bed",
"minecraft:yellow_bed",
"minecraft:black_shulker_box",
"minecraft:blue_shulker_box",
"minecraft:brewing_stand",
"minecraft:brown_shulker_box",
{
"block": "minecraft:chain_command_block",
"keepNBT": {
"Command": null,
"CustomName": null,
"SuccessCount": null,
"TrackOutput": null,
"auto": null,
"conditionMet": null,
"powered": null
}
},
"minecraft:crafting_table",
"minecraft:chest",
{
"block": "minecraft:command_block",
"keepNBT": {
"Command": null,
"CustomName": null,
"SuccessCount": null,
"TrackOutput": null,
"auto": null,
"conditionMet": null,
"powered": null
}
},
"minecraft:cyan_shulker_box",
"minecraft:daylight_detector",
"minecraft:daylight_detector_inverted",
"minecraft:dispenser",
"minecraft:dropper",
"minecraft:enchanting_table",
"minecraft:flower_pot",
"minecraft:furnace",
"minecraft:blast_furnace",
"minecraft:gray_shulker_box",
"minecraft:green_shulker_box",
"minecraft:hopper",
"minecraft:jukebox",
"minecraft:light_blue_shulker_box",
"minecraft:lime_shulker_box",
"minecraft:lit_furnace",
"minecraft:magenta_shulker_box",
{
"block": "minecraft:noteblock",
"keepNBT": {
"note": null
}
},
"minecraft:orange_shulker_box",
"minecraft:pink_shulker_box",
"minecraft:piston",
"minecraft:purple_shulker_box",
"minecraft:red_shulker_box",
{
"block": "minecraft:repeating_command_block",
"keepNBT": {
"Command": null,
"CustomName": null,
"SuccessCount": null,
"TrackOutput": null,
"auto": null,
"conditionMet": null,
"powered": null
}
},
"minecraft:silver_shulker_box",
{
"block": "minecraft:skull",
"keepNBT": {
"Rot": null,
"SkullType": null
}
},
{
"block": "minecraft:standing_sign",
"keepNBT": {
"Text1": null,
"Text2": null,
"Text3": null,
"Text4": null
}
},
"minecraft:sticky_piston",
{
"block": "minecraft:structure_block",
"keepNBT": {
"author": null,
"ignoreEntities": null,
"integrity": null,
"metadata": null,
"mirror": null,
"mode": null,
"name": null,
"posX": null,
"posY": null,
"posZ": null,
"powered": null,
"rotation": null,
"seed": "LONG",
"showair": null,
"showboundingbox": null,
"sizeX": null,
"sizeY": null,
"sizeZ": null
}
},
"minecraft:trapped_chest",
"minecraft:unpowered_comparator",
"minecraft:comparator",
{
"block": "minecraft:wall_sign",
"keepNBT": {
"Text1": null,
"Text2": null,
"Text3": null,
"Text4": null
}
},
"minecraft:white_shulker_box",
"minecraft:yellow_shulker_box",
"minecraft:anvil",
"minecraft:chipped_anvil",
"minecraft:damaged_anvil",
"minecraft:lectern",
"minecraft:barrel",
"minecraft:smoker",
"minecraft:bee_nest",
"minecraft:beehive",
"minecraft:bell",
{
"block": "immersiveengineering:stone_decoration_slab",
"keepNBT": {
"slabType": null
}
},
{
"block": "immersiveengineering:storage_slab",
"keepNBT": {
"slabType": null
}
},
{
"block": "immersiveengineering:cloth_device",
"keepNBT": {
"dummy": null,
"ceilingAttached": null,
"colour": null,
"colour0": null,
"colour1": null,
"facing": null,
"rotation": null,
"shader": null,
"style": null
}
},
{
"block": "immersiveengineering:connector",
"keepNBT": {
"active": null,
"facing": null,
"inverted": null,
"rotation": null
}
},
{
"block": "immersiveengineering:metal_device0",
"keepNBT": {
"dummy": null,
"placeCobble": null,
"sideConfig": null
}
},
{
"block": "immersiveengineering:metal_device1",
"keepNBT": {
"dummy": null,
"attackAnimals": null,
"attackNeutrals": null,
"attackPlayers": null,
"expelCasings": null,
"facing": null,
"lowPower": null,
"owner": null,
"redstoneInverted": null,
"rotX": null,
"rotY": null,
"side": null,
"sideConfig": null,
"whitelist": null
}
},
{
"block": "immersiveengineering:conveyor",
"keepNBT": {
"conveyorType": null,
"conveyorBeltSubtype": "conveyorType",
"conveyorBeltSubtypeNBT": null,
"facing": null
}
},
{
"block": "immersiveengineering:sheetmetal_slab",
"keepNBT": {
"slabType": null
}
},
{
"block": "immersiveengineering:treated_wood_slab",
"keepNBT": {
"slabType": null
}
},
{
"block": "immersiveengineering:metal_decoration2",
"keepNBT": {
"dummy": null,
"facing": null,
"orientation": null
}
},
{
"block": "immersiveengineering:wooden_device0",
"keepNBT": {
"dummy": null,
"facing": null,
"filter": null,
"invert": null,
"redstone": null,
"sideConfig": null,
"sideFilter": null
}
},
{
"block": "immersiveengineering:wooden_device1",
"keepNBT": {
"dummy": null,
"facing": null,
"orientation": null,
"rotation": null,
"offset": null,
"prevRotation": null
}
},
"betterboiler:controller",
"betterboiler:boiler",
"betterboiler:firebox",
"betterboiler:firebox_hatch",
"betterboiler:boiler_valve",
"betterboiler:boiler_vent",
"betterboiler:boiler_pump",
"betterboiler:boiler_pump"
]

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,43 @@
{
"__comment": "recipe template used to generate all prefab recipes. You can change ingredients and move around 1, 2, and 3. If a mod is required and might be missing, put your template nbt file under a folder named with the mod required, the recipe won't be load if the mod is missing.",
"type": "capsule:blueprint_prefabs",
"conditions": [],
"result": {
"item": "capsule:capsule",
"nbt": {
"state": 3,
"display": {
"color": 2963801
},
"sourceInventory": {},
"structureName": "",
"label": "",
"size": 1
}
},
"pattern": [
"2b3",
"l1l",
" p "
],
"key": {
"b": {
"item": "minecraft:stone_button"
},
"p": {
"item": "minecraft:paper"
},
"l": {
"item": "minecraft:blue_dye"
},
"1": {
"item": "minecraft:air"
},
"2": {
"item": "minecraft:air"
},
"3": {
"item": "minecraft:air"
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -75,15 +75,15 @@
#The maximum ability level.
maxLevel = 4
#If this can be obtained by combining totems in a crafting grid.
obtainableOnCraft = true
obtainableOnCraft = false
#If this can be obtained in loot chests.
obtainableOnLoot = true
obtainableOnLoot = false
#The xp required per level.
xpPerLevel = 200
#If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true
obtainableOnMobSpawn = false
#If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true
obtainableOnPlayerSpawn = false
#Rarity of this ability.
rarity = 3
@ -95,7 +95,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = true
#The xp required per level.
xpPerLevel = 40
xpPerLevel = 2202
#If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players.
@ -111,7 +111,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = true
#The xp required per level.
xpPerLevel = 20
xpPerLevel = 1628
#If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players.
@ -127,7 +127,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = false
#The xp required per level.
xpPerLevel = 50
xpPerLevel = 2543
#If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = false
#If this can be obtained by spawning mobs.
@ -143,7 +143,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = true
#The xp required per level.
xpPerLevel = 30
xpPerLevel = 1897
#If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players.
@ -159,7 +159,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = true
#The xp required per level.
xpPerLevel = 50
xpPerLevel = 2543
#If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true
#If this can be obtained by spawning mobs.
@ -175,7 +175,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = true
#The xp required per level.
xpPerLevel = 10
xpPerLevel = 1395
#If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players.
@ -191,7 +191,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = true
#The xp required per level.
xpPerLevel = 50
xpPerLevel = 2543
#If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true
#If this can be obtained by spawning mobs.
@ -207,7 +207,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = false
#The xp required per level.
xpPerLevel = 80
xpPerLevel = 3782
#If this can be obtained by spawning mobs.
obtainableOnMobSpawn = false
#If this can be obtained by initially spawning players.
@ -223,7 +223,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = false
#The xp required per level.
xpPerLevel = 40
xpPerLevel = 2202
#If this can be obtained by spawning mobs.
obtainableOnMobSpawn = false
#If this can be obtained by initially spawning players.
@ -239,7 +239,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = true
#The xp required per level.
xpPerLevel = 50
xpPerLevel = 2543
#If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players.
@ -255,7 +255,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = false
#The xp required per level.
xpPerLevel = 75
xpPerLevel = 3553
#If this can be obtained by spawning mobs.
obtainableOnMobSpawn = false
#If this can be obtained by initially spawning players.
@ -271,7 +271,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = true
#The xp required per level.
xpPerLevel = 15
xpPerLevel = 1507
#If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true
#If this can be obtained by spawning mobs.
@ -287,7 +287,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = true
#The xp required per level.
xpPerLevel = 50
xpPerLevel = 2543
#Require sneak to activate.
requireSneak = true
#If this can be obtained by spawning mobs.
@ -305,7 +305,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = false
#The xp required per level.
xpPerLevel = 100
xpPerLevel = 4788
#If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = false
#If this can be obtained by spawning mobs.
@ -321,7 +321,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = true
#The xp required per level.
xpPerLevel = 75
xpPerLevel = 3553
#If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players.
@ -337,7 +337,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = false
#The xp required per level.
xpPerLevel = 50
xpPerLevel = 2543
#If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = false
#If this can be obtained by spawning mobs.
@ -353,7 +353,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = true
#The xp required per level.
xpPerLevel = 10
xpPerLevel = 1395
#If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players.
@ -369,7 +369,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = true
#The xp required per level.
xpPerLevel = 30
xpPerLevel = 1897
#If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true
#If this can be obtained by spawning mobs.
@ -385,7 +385,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = true
#The xp required per level.
xpPerLevel = 20
xpPerLevel = 1628
#If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true
#If this can be obtained by spawning mobs.
@ -401,7 +401,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = false
#The xp required per level.
xpPerLevel = 40
xpPerLevel = 2202
#If this can be obtained by spawning mobs.
obtainableOnMobSpawn = false
#If this can be obtained by initially spawning players.
@ -417,7 +417,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = true
#The xp required per level.
xpPerLevel = 15
xpPerLevel = 1507
#If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players.
@ -433,7 +433,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = true
#The xp required per level.
xpPerLevel = 10
xpPerLevel = 1395
#If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = true
#If this can be obtained by spawning mobs.
@ -449,7 +449,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = true
#The xp required per level.
xpPerLevel = 50
xpPerLevel = 2543
#If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players.
@ -465,7 +465,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = false
#The xp required per level.
xpPerLevel = 50
xpPerLevel = 2543
#If this can be obtained by spawning mobs.
obtainableOnMobSpawn = false
#If this can be obtained by initially spawning players.
@ -481,7 +481,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = false
#The xp required per level.
xpPerLevel = 20
xpPerLevel = 1628
#If this can be obtained by spawning mobs.
obtainableOnMobSpawn = false
#If this can be obtained by initially spawning players.
@ -497,7 +497,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = false
#The xp required per level.
xpPerLevel = 50
xpPerLevel = 2543
#If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = false
#If this can be obtained by spawning mobs.
@ -513,7 +513,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = false
#The xp required per level.
xpPerLevel = 70
xpPerLevel = 3333
#If this can be obtained by spawning mobs.
obtainableOnMobSpawn = false
#If this can be obtained by initially spawning players.
@ -529,7 +529,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = false
#The xp required per level.
xpPerLevel = 50
xpPerLevel = 2543
#If this can be obtained by initially spawning players.
obtainableOnPlayerSpawn = false
#If this can be obtained by spawning mobs.
@ -545,7 +545,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = true
#The xp required per level.
xpPerLevel = 50
xpPerLevel = 2543
#If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players.
@ -561,7 +561,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = true
#The xp required per level.
xpPerLevel = 25
xpPerLevel = 1758
#Forces the default step height value to 0.6 when this ability is deactivated.
forceDefaultStepHeight = true
#If this can be obtained by spawning mobs.
@ -579,7 +579,7 @@
#If this can be obtained in loot chests.
obtainableOnLoot = true
#The xp required per level.
xpPerLevel = 20
xpPerLevel = 1628
#If this can be obtained by spawning mobs.
obtainableOnMobSpawn = true
#If this can be obtained by initially spawning players.

View File

@ -0,0 +1,2 @@
refillCompleteNotificationSound = true

View File

@ -804,7 +804,6 @@
{
id: "260C3193DE339C07"
type: "random"
table_id: 797243340673880527L
}
]
}

View File

@ -1,10 +0,0 @@
{
id: "532971A1A6347FA5"
order_index: 29
title: "{loot_table.5}"
loot_size: 1
rewards: [{
xp: 10
type: "xp"
}]
}

View File

@ -1,7 +0,0 @@
{
id: "106C2A502F977737"
order_index: 45
title: "{loot_table.9}"
loot_size: 1
rewards: [{ item: "dragonsurvival:spin_grant" }]
}

View File

@ -1,15 +0,0 @@
{
id: "5253E283C73678F1"
order_index: 0
title: "ALOE Reward Picker"
loot_size: 1
rewards: [
{ item: "minecraft:iron_ingot", count: 5 }
{ item: "simplefarming:hamburger", count: 5 }
{
xp_levels: 3
type: "xp_levels"
}
{ item: "minecraft:gold_ingot", count: 2 }
]
}

View File

@ -1,6 +1,6 @@
{
id: "4CD96881C4DFA3AE"
order_index: 141
order_index: 108
title: "ALOE Industrial Rewards"
loot_size: 1
rewards: [

View File

@ -1,6 +1,6 @@
{
id: "724DD17D6722A457"
order_index: 148
order_index: 115
title: "ALOE Random Rewards"
loot_size: 1
rewards: [

View File

@ -1,7 +0,0 @@
{
id: "18783300207A0446"
order_index: 49
title: "{loot_table.10}"
loot_size: 1
rewards: [{ item: "minecraft:netherite_scrap", random_bonus: 1 }]
}

View File

@ -1,13 +0,0 @@
{
id: "19F31F6A4D11999D"
order_index: 57
title: "{loot_table.12}"
loot_size: 1
hide_tooltip: true
rewards: [{
command: "/summon kobolds:kobold_zombie"
player_command: true
type: "command"
weight: 100
}]
}

View File

@ -1,7 +0,0 @@
{
id: "1A89D54D90ECA4ED"
order_index: 37
title: "{loot_table.7}"
loot_size: 1
rewards: [{ item: "dragonsurvival:star_bone" }]
}

View File

@ -1,7 +0,0 @@
{
id: "1EF966D3AC1A4E5A"
order_index: 21
title: "{loot_table.3}"
loot_size: 1
rewards: [{ item: "minecraft:diamond" }]
}

View File

@ -1,7 +0,0 @@
{
id: "22EA6DFCFB04D7E0"
order_index: 41
title: "{loot_table.8}"
loot_size: 1
rewards: [{ item: "dragonsurvival:wing_grant" }]
}

View File

@ -1,7 +0,0 @@
{
id: "2B4056E60AC6BA08"
order_index: 53
title: "{loot_table.11}"
loot_size: 1
rewards: [{ item: "minecraft:nautilus_shell", random_bonus: 2 }]
}

View File

@ -1,7 +0,0 @@
{
id: "3CFF8226F81C9503"
order_index: 14
title: "{loot_table.2}"
loot_size: 1
rewards: [{ item: "minecraft:emerald" }]
}

View File

@ -1,7 +0,0 @@
{
id: "415430FE349745E7"
order_index: 33
title: "{loot_table.6}"
loot_size: 1
rewards: [{ item: "dragonsurvival:star_heart" }]
}

View File

@ -1,6 +1,6 @@
{
id: "51729B4C76418F1C"
order_index: 65
order_index: 33
title: "{loot_table.14}"
loot_size: 1
rewards: [{

View File

@ -1,7 +0,0 @@
{
id: "57FBA95866A81BC9"
order_index: 25
title: "{loot_table.4}"
loot_size: 1
rewards: [{ item: "horse_colors:gender_change_item" }]
}

View File

@ -1,6 +1,6 @@
{
id: "4CABBF3DBB720699"
order_index: 6
order_index: 3
title: "{loot_table.1}"
icon: "dragonsurvival:elder_dragon_dust"
loot_size: 1

View File

@ -1,6 +1,6 @@
{
id: "59C611EFA5A47279"
order_index: 157
order_index: 124
title: "Alchemist's Bag"
icon: "blue_skies:bag_of_spoils"
loot_size: 1

View File

@ -1,6 +1,6 @@
{
id: "6D7FB71E9B3A1C42"
order_index: 88
order_index: 56
title: "Ameth-coin"
loot_size: 1
rewards: [

View File

@ -1,6 +1,6 @@
{
id: "1775EABDD28A18FF"
order_index: 124
order_index: 91
title: "AoA EXP"
loot_size: 1
hide_tooltip: true

View File

@ -1,6 +1,6 @@
{
id: "1C204EDCADA3D28F"
order_index: 72
order_index: 40
title: "Armor crate"
loot_size: 1
rewards: [

View File

@ -1,6 +1,6 @@
{
id: "2610F864F5FA4690"
order_index: 48
order_index: 23
title: "Artefact crate"
loot_size: 1
rewards: [

View File

@ -1,6 +1,6 @@
{
id: "7AAE4364C0CB5412"
order_index: 78
order_index: 46
title: "Avenger's Sword Crate"
loot_size: 4
rewards: [

View File

@ -1,6 +1,6 @@
{
id: "2D30B7455C486951"
order_index: 161
order_index: 128
title: "Blacksmith's Bag"
icon: {
id: "blue_skies:loot_bag_arachnarch"

View File

@ -1,6 +1,6 @@
{
id: "08CFA81C0E5DF78F"
order_index: 147
order_index: 114
title: "Botania Box"
loot_size: 1
rewards: [ ]

View File

@ -1,6 +1,6 @@
{
id: "129BBEE2418753DE"
order_index: 116
order_index: 84
title: "Botania Flowers"
loot_size: 1
rewards: [

View File

@ -1,6 +1,6 @@
{
id: "7524839456AF5AAC"
order_index: 101
order_index: 69
title: "botania runes"
loot_size: 1
rewards: [

View File

@ -1,6 +1,6 @@
{
id: "384D06327753AE89"
order_index: 165
order_index: 132
title: "Choice Reward"
loot_size: 1
hide_tooltip: true

View File

@ -1,6 +1,6 @@
{
id: "3D82A73DCBF63726"
order_index: 138
order_index: 105
title: "Common Crate"
loot_size: 1
hide_tooltip: true
@ -39,8 +39,8 @@
id: "terraqueous:picket_fence"
Count: 1b
tag: {
rgb16: 4095s
rgbsimple: 0b
rgb16: 4095s
}
}
count: 16

View File

@ -1,6 +1,6 @@
{
id: "41B3133EE4B82E1A"
order_index: 20
order_index: 13
title: "Common loot crate"
loot_size: 1
rewards: [
@ -45,8 +45,6 @@
{ item: "minecraft:dark_oak_log", count: 64 }
{ item: "minecraft:acacia_log", count: 64 }
{ item: "aquaculture:box" }
{ item: "kubejs:diamond_nugget" }
{ item: "kubejs:emerald_nugget" }
]
loot_crate: {
drops: {

View File

@ -1,6 +1,6 @@
{
id: "5F9723EEDCAA90F3"
order_index: 52
order_index: 25
title: "Copper coin reward"
loot_size: 1
rewards: [

View File

@ -1,6 +1,6 @@
{
id: "4F5D5AD2E1F247A7"
order_index: 98
order_index: 66
title: "Copper-coin"
loot_size: 1
rewards: [{

View File

@ -1,16 +0,0 @@
{
id: "07D05210833CDBF1"
order_index: 60
title: "Crate crate"
loot_size: 1
rewards: [ ]
loot_crate: {
drops: {
boss: 0
passive: 0
monster: 0
}
color: 16777215
string_id: "crate_crate"
}
}

View File

@ -1,57 +0,0 @@
{
id: "38FA42D60238C552"
order_index: 27
title: "Create"
icon: "kubejs:chest_silver"
loot_size: 1
hide_tooltip: true
rewards: [
{ item: "create:cogwheel", count: 8 }
{ item: "create:large_cogwheel", count: 4 }
{ item: "create:gearbox" }
{ item: "create:shaft", count: 8 }
{ item: "create:cuckoo_clock" }
{ item: "create:pink_seat" }
{ item: "create:belt_connector", count: 2 }
{ item: "create:honeyed_apple", count: 2 }
{ item: "minecraft:andesite", count: 8 }
{ item: "create:andesite_alloy", count: 4 }
{
item: {
id: "create:sand_paper"
Count: 1b
tag: {
Damage: 0
}
}
}
{ item: "create:builders_tea" }
{
item: {
id: "create:filter"
Count: 1b
tag: {
Items: { }
}
}
count: 2
}
{
item: {
id: "create:super_glue"
Count: 1b
tag: {
Damage: 0
}
}
}
{ item: "create:white_sail", count: 8 }
{ item: "emendatusenigmatica:iron_chunk", count: 4 }
{ item: "emendatusenigmatica:copper_chunk", count: 4 }
{ item: "emendatusenigmatica:zinc_chunk", count: 4 }
{
xp: 100
type: "xp"
}
]
}

View File

@ -1,11 +0,0 @@
{
id: "4783E8A6722552F9"
order_index: 18
title: "Create"
loot_size: 1
rewards: [
{ item: "create:mechanical_drill", count: 3 }
{ item: "create:mechanical_saw", count: 3 }
{ item: "create:mechanical_harvester", count: 3 }
]
}

View File

@ -1,31 +0,0 @@
{
id: "14C78B3A90E142E7"
order_index: 59
title: "Create XL"
icon: "kubejs:chest_gold"
loot_size: 1
hide_tooltip: true
rewards: [
{ item: "create:gearbox", count: 2 }
{ item: "create:gearshift", count: 2 }
{ item: "create:encased_chain_drive", count: 2 }
{ item: "create:depot", count: 2 }
{ item: "create:encased_fan" }
{ item: "create:fluid_tank", count: 2 }
{ item: "create:portable_storage_interface" }
{ item: "create:brass_casing", count: 2 }
{ item: "create:electron_tube" }
{ item: "create:cogwheel", count: 16 }
{ item: "create:large_cogwheel", count: 8 }
{ item: "minecraft:andesite", count: 64 }
{ item: "create:andesite_casing", count: 4 }
{ item: "create:andesite_alloy", count: 32 }
{
xp: 150
type: "xp"
}
{ item: "emendatusenigmatica:iron_chunk", count: 8 }
{ item: "emendatusenigmatica:copper_chunk", count: 8 }
{ item: "emendatusenigmatica:zinc_chunk", count: 8 }
]
}

View File

@ -1,6 +1,6 @@
{
id: "5246902F332CED13"
order_index: 87
order_index: 55
title: "CreateAdditions"
loot_size: 1
hide_tooltip: true

View File

@ -1,6 +1,6 @@
{
id: "155D3569C23EDE76"
order_index: 149
order_index: 116
title: "Medium Win Curios Grabbag"
loot_size: 1
hide_tooltip: true

View File

@ -1,17 +0,0 @@
{
id: "54A443C4305F56D1"
order_index: 47
title: "Dark Castle"
loot_size: 1
rewards: [
{ item: "vampirism:castle_block_dark_brick", count: 64 }
{ item: "vampirism:castle_block_dark_brick_bloody", count: 64 }
{ item: "vampirism:castle_stairs_dark_brick", count: 64 }
{ item: "vampirism:castle_slab_dark_brick", count: 64 }
{ item: "vampirism:castle_block_dark_stone", count: 64 }
{ item: "vampirism:castle_stairs_dark_stone", count: 64 }
{ item: "vampirism:castle_slab_dark_stone", count: 64 }
{ item: "vampirism:bloody_spruce_log", count: 64 }
{ item: "vampirism:bloody_spruce_sapling", count: 20 }
]
}

View File

@ -1,6 +1,6 @@
{
id: "0BC9EE62BBE93C0A"
order_index: 64
order_index: 32
title: "Diamond coin reward"
loot_size: 1
rewards: [

View File

@ -1,6 +1,6 @@
{
id: "39EB2D93C3945C01"
order_index: 92
order_index: 60
title: "Diamond-coin"
loot_size: 1
rewards: [

View File

@ -1,6 +1,6 @@
{
id: "3FB4AFFD6D13AE61"
order_index: 94
order_index: 62
title: "Diamond-coin-reward"
loot_size: 1
rewards: [{ item: "kubejs:diamond_coin" }]

View File

@ -1,27 +0,0 @@
{
id: "6C0A64F7CBC70848"
order_index: 55
title: "Dungeon Void"
loot_size: 1
rewards: [
{ item: "graveyard:leaning_skeleton", count: 3 }
{ item: "graveyard:lying_skeleton", count: 3 }
{ item: "graveyard:leaning_wither_skeleton", count: 3 }
{ item: "graveyard:lying_wither_skeleton", count: 3 }
{ item: "graveyard:skeleton_hand", count: 3 }
{ item: "graveyard:skull_pile", count: 3 }
{ item: "graveyard:wither_skull_pile", count: 3 }
{ item: "graveyard:wither_skeleton_hand", count: 3 }
{ item: "graveyard:creeper_skeleton", count: 3 }
{ item: "graveyard:cobblestone_gravestone", count: 3 }
{ item: "vampirism:tombstone1", count: 3 }
{ item: "graveyard:skull_with_rib_cage", count: 3 }
{ item: "graveyard:wither_skull_with_rib_cage", count: 3 }
{ item: "vampirism:chandelier", count: 3 }
{ item: "vampirism:item_candelabra", count: 3 }
{ item: "valhelsia_structures:brazier", count: 3 }
{ item: "valhelsia_structures:soul_brazier", count: 3 }
{ item: "graveyard:dark_iron_bars", count: 64 }
{ item: "omgourd:jack_o_lantern_21", count: 3 }
]
}

View File

@ -1,6 +1,6 @@
{
id: "5F539C720ACDA3EF"
order_index: 82
order_index: 50
title: "Dungeon's Gear Crate"
loot_size: 1
rewards: [

View File

@ -1,6 +1,6 @@
{
id: "38640C93E7726914"
order_index: 71
order_index: 39
title: "Basic Loot Bag"
icon: {
id: "inventorypets:pet_loot"
@ -159,8 +159,8 @@
tag: {
effects: [{
duration: 2250
name: "minecraft:resistance"
potency: 1
name: "minecraft:resistance"
}]
}
}
@ -172,8 +172,8 @@
tag: {
effects: [{
duration: 2250
name: "minecraft:health_boost"
potency: 1
name: "minecraft:health_boost"
}]
}
}
@ -185,8 +185,8 @@
tag: {
effects: [{
duration: 3000
name: "minecraft:speed"
potency: 2
name: "minecraft:speed"
}]
}
}

View File

@ -1,6 +1,6 @@
{
id: "7395DC580C3B9924"
order_index: 90
order_index: 58
title: "Emerald-coin"
loot_size: 1
rewards: [

View File

@ -1,6 +1,6 @@
{
id: "053D9B7C546FE322"
order_index: 126
order_index: 93
title: "Enchanted Book"
icon: "minecraft:enchanting_table"
loot_size: 1

View File

@ -1,6 +1,6 @@
{
id: "42A32DFE43B23ED8"
order_index: 13
order_index: 9
title: "enchanted books"
icon: "minecraft:book"
loot_size: 1

Some files were not shown because too many files have changed in this diff Show More