Initial commit

This commit is contained in:
Victoria Fischer 2025-02-02 10:53:17 +01:00
commit e096b14780
367 changed files with 22838 additions and 0 deletions

BIN
Malloc-0.0.1.mrpack Normal file

Binary file not shown.

705
config/alexsmobs.toml Executable file
View File

@ -0,0 +1,705 @@
[general]
#Whether all players should get an Animal Dictionary when joining the world for the first time.
giveBookOnStartup = false
#Lava Opacity for the Lava Vision Potion.
#Range: 0.01 ~ 1.0
lavaVisionOpacity = 0.65
#Whether to disable certain aspects of the Lava Vision Potion. Enable if issues with shaders persist.
shadersCompat = false
#Whether bananas should drop from blocks tagged with #alexsmobs:drops_bananas
bananasDropFromLeaves = true
#1 out of this number chance for leaves to drop a banana when broken. Fortune is automatically factored in
#Range: > 0
bananaChance = 200
#Whether spiders should target fly mobs.
spidersAttackFlies = true
#Whether wolves should target moose mobs.
wolvesAttackMoose = true
#Whether polar bears should target seal mobs.
polarBearsAttackSeals = true
#Whether cats, ocelots and foxes should target jerboa mobs.
catsAndFoxesAttackJerboas = true
#Whether dolphins should target flying fish mobs.
dolphinsAttackFlyingFish = true
#Whether lava can be bottled with a right click of a glass bottle.
lavaBottleEnabled = true
#Whether bone serpents are neutral or hostile.
neutralBoneSerpents = false
#Whether mimicubes spawns should be restricted solely to the end city structure or to whatever biome is specified in their respective biome config.
mimicubeSpawnInEndCity = true
#Whether mimicream can be used to duplicate items.
mimicreamRepair = true
#Blacklist for items that mimicream cannot make a copy of. Ex: "minecraft:stone_sword", "alexsmobs:blood_sprayer"
mimicreamBlacklist = ["alexsmobs:blood_sprayer", "alexsmobs:hemolymph_blaster"]
#Whether wild raccoons steal food from chests.
raccoonStealFromChests = true
#Whether fish oil gives players a special levitation effect.
fishOilMeme = true
#Whether soul vulture spawns should be restricted solely to the nether fossil structure or to whatever biome is specified in their respective biome config.
soulVultureSpawnOnFossil = true
#Whether acacia blossoms should drop from blocks tagged with #alexsmobs:drops_acacia_blossoms
acaciaBlossomsDropFromLeaves = true
#Whether wandering traders offer items like acacia blossoms, mosquito larva, crocodile egg, etc.
wanderingTraderOffers = true
#0 = no mungus biome transformation. 1 = mungus changes blocks, but not chunk's biome. 2 = mungus transforms blocks and biome of chunk.
#Range: 0 ~ 2
mungusBiomeTransformationType = 2
#List of all mungus mushrooms, biome transformations and surface blocks. Each is seperated by a |. Add an entry with a block registry name, biome registry name, and block registry name(for the ground).
mungusBiomeMatches = ["minecraft:red_mushroom|minecraft:mushroom_fields|minecraft:mycelium", "minecraft:brown_mushroom|minecraft:mushroom_fields|minecraft:mycelium", "minecraft:crimson_fungus|minecraft:crimson_forest|minecraft:crimson_nylium", "minecraft:warped_fungus|minecraft:warped_forest|minecraft:warped_nylium"]
#Whether guster spawns are limited to when it is raining/thundering.
limitGusterSpawnsToWeather = true
#Whether Crimson Mosquitoes can transform into Warped Moscos if attacking a Mungus or any listed creature.
warpedMoscoTransformation = true
#List of extra(non mungus) mobs that will trigger a crimson mosquito to become a warped mosquito. Ex: "minecraft:mooshroom", "alexsmobs:warped_toad"
warpedMoscoMobTriggers = [""]
#True if straddleboard enchants are enabled.
straddleboardEnchants = true
#Whether emu should target skeletons.
emuTargetSkeletons = true
#Percent chance for emu leggings to dodge projectile attacks.
#Range: 0.0 ~ 1.0
emuPantsDodgeChance = 0.45
#Whether cachalots can destroy wood blocks if angry.
cachalotDestruction = true
#Relative volume of cachalot whales compared to other animals. Note that irl they are the loudest animal. Turn this down if you find their clicks annoying.
#Range: 0.0 ~ 10.0
cachalotVolume = 3.0
#Percent chance for fungus to grow per each leaf a leafcutter ant returns to the colony.
#Range: 0.0 ~ 1.0
leafcutterAntFungusGrowChance = 0.3
#How many feedings of leaves does a leafcutter colony need in order to regain a worker ant, if below half the max members.
#Range: 2 ~ 100000
leafcutterAntRepopulateFeedings = 25
#Max number of ant entities allowed inside a leafcutter anthill.
#Range: 2 ~ 100000
leafcutterAntColonySize = 10
#Percent chance for leafcutter ants to break leaves blocks when harvesting. Set to zero so that they can not break any blocks.
#Range: 0.0 ~ 1.0
leafcutterAntBreakLeavesChance = 0.2
#Makes eagles teleport back to their owner if they get stuck during controlled flight. Useful for when playing with the Optifine mod, since this mod is the fault of many issues with the falconry system.
falconryTeleportsBack = false
#Makes Tarantula Hawks fireproof, perfect if you also want these guys to spawn in the nether.
fireproofTarantulaHawk = false
#List of dimensions in which spawning void worms via mysterious worm items is allowed.
voidWormSpawnDimensions = ["minecraft:the_end"]
#All void worm damage is scaled to this.
#Range: 0.0 ~ 100.0
voidWormDamageModifier = 1.0
#Max Health of the void worm boss.
#Range: 0.0 ~ 1000000.0
voidWormMaxHealth = 160.0
#Whether the void worm boss is summonable or not, via the mysterious worm item.
voidWormSummonable = true
#Whether seagulls should steal food out of players' hotbar slots.
seagullStealing = true
#List of items that seagulls cannot take from players.
seagullStealingBlacklist = []
#Whether the Clinging Potion effect should flip the screen. Warning: may cause nausea.
clingingFlipEffect = false
#Percent chance of getting Pigshoes from Piglin Bartering. Set to zero to disable.
#Range: 0.0 ~ 1.0
tusklinShoesBarteringChance = 0.02500000037252903
#The visual zoom of the rainbow pattern on the rainbow glass block. Higher number = bigger pattern.
#Range: 1.0 ~ 10000.0
rainbowGlassFidelity = 16.0
#Whether Rabbits can transform into Bunfungus if fed Mungal spores.
bunfungusTransformation = true
#True if some Alex's Mobs items should spawn in loot chests.
addLootToChests = true
#List of items that cannot be put in a Transmuting Table.
transmutationBlacklist = ["minecraft:beacon"]
#True if transmutation tables should not have the ability to pick up new items to transmute, and only give options from the loot tables.
limitTransmutingToLootTables = false
#True if transmutation tables can explode when broken.
transmutingTableExplodes = true
#The experience, in levels, that each transmutation of a stack takes in the transmuting table.
#Range: 0 ~ 100000
transmutingExperienceCost = 3
#The step value multiplied by the log of the stack size when transmuting an item, used to determine its weight for appearing in future transmutation possibilities. Higher number = more likely to appear.
#Range: 1.0 ~ 10000.0
transmutingWeightAddStep = 3.0
#The step value that an item looses when selecting it as the transmutation result. Keep this number higher than the one above for balance reasons. Higher number = less likely to appear after transmuting multiple times.
#Range: 1.0 ~ 10000.0
transmutingWeightRemoveStep = 4.0
#True if skreechers can summon a new warden, when applicable.
skreechersSummonWarden = true
#The distance in blocks that will cause an underminer to dissapear when approached by a player.
#Range: 1.0 ~ 10000.0
underminerDisappearDistance = 8.0
#Whether wild crows steal crops from farmland.
crowsStealCrops = true
[general.spawning]
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
grizzlyBearSpawnWeight = 8
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
grizzlyBearSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
roadrunnerSpawnWeight = 9
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
roadrunnerSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
boneSerpentSpawnWeight = 8
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
boneSeprentSpawnRolls = 40
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
gazelleSpawnWeight = 40
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
gazelleSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
crocodileSpawnWeight = 20
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
crocSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
flySpawnWeight = 3
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
flySpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
hummingbirdSpawnWeight = 19
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
hummingbirdSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
orcaSpawnWeight = 2
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
orcaSpawnRolls = 6
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
sunbirdSpawnWeight = 5
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
sunbirdSpawnRolls = 6
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
gorillaSpawnWeight = 25
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
gorillaSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
crimsonMosquitoSpawnWeight = 15
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
crimsonMosquitoSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
rattlesnakeSpawnWeight = 12
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
rattlesnakeSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
endergradeSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
endergradeSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
hammerheadSharkSpawnWeight = 8
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
hammerheadSharkSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
lobsterSpawnWeight = 7
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
lobsterSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
komodoDragonSpawnWeight = 16
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
komodoDragonSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
capuchinMonkeySpawnWeight = 28
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
capuchinMonkeySpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
caveCentipedeSpawnWeight = 8
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
caveCentipedeSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
warpedToadSpawnWeight = 30
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
warpedToadSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
mooseSpawnWeight = 9
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
mooseSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
mimicubeSpawnWeight = 40
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
mimicubeSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
raccoonSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
raccoonSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
blobfishSpawnWeight = 30
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
blobfishSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
sealSpawnWeight = 20
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
sealSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
cockroachSpawnWeight = 4
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
cockroachSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
shoebillSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
shoebillSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
elephantSpawnWeight = 30
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
elephantSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
soulVultureSpawnWeight = 30
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
soulVultureSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
snowLeopardSpawnWeight = 18
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
snowLeopardSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
spectreSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
spectreSpawnRolls = 5
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
crowSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
crowSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
alligatorSnappingTurtleSpawnWeight = 20
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
alligatorSnappingTurtleSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
mungusSpawnWeight = 4
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
mungusSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
mantisShrimpSpawnWeight = 15
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
mantisShrimpSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
gusterSpawnWeight = 35
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
gusterSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn. NOTE: By default the warped mosco doesn't spawn in any biomes.
#Range: 0 ~ 1000
warpedMoscoSpawnWeight = 1
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
warpedMoscoSpawnRolls = 1000
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
straddlerSpawnWeight = 70
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
straddlerSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
stradpoleSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
stradpoleSpawnRolls = 3
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
emuSpawnWeight = 20
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
emuSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
platypusSpawnWeight = 20
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
platypusSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
dropbearSpawnWeight = 19
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
dropbearSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
tasmanianDevilSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
tasmanianDevilSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
kangarooSpawnWeight = 25
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
kangarooSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
cachalotWhaleSpawnWeight = 2
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
cachalotWhaleSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
enderiophageSpawnWeight = 4
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
enderiophageSpawnRolls = 2
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
baldEagleSpawnWeight = 15
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
baldEagleSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
tigerSpawnWeight = 30
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
tigerSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
tarantulaHawkSpawnWeight = 6
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
tarantulaHawkSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
voidWormSpawnWeight = 0
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
voidWormSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
frilledSharkSpawnWeight = 11
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
frilledSharkSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
mimicOctopusSpawnWeight = 9
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
mimicOctopusSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
seagullSpawnWeight = 21
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
seagullSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
froststalkerSpawnWeight = 20
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
froststalkerSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
tusklinSpawnWeight = 18
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
tusklinSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
laviathanSpawnWeight = 15
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
laviathanSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
cosmawSpawnWeight = 9
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
cosmawSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
toucanSpawnWeight = 23
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
toucanSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
manedWolfSpawnWeight = 8
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
manedWolfSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
anacondaSpawnWeight = 12
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
anacondaSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
anteaterSpawnWeight = 7
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
anteaterSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
rockyRollerSpawnWeight = 60
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
rockyRollerSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
flutterSpawnWeight = 13
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
flutterSpawnRolls = 0
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
geladaMonkeySpawnWeight = 5
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
geladaMonkeySpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
jerboaSpawnWeight = 12
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
jerboaSpawnRolls = 2
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
terrapinSpawnWeight = 4
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
terrapinSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
combJellySpawnWeight = 5
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
combJellySpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
cosmicCodSpawnWeight = 5
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
cosmicCodSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
bunfungusSpawnWeight = 3
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
bunfungusSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
bisonSpawnWeight = 9
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
bisonSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
giantSquidSpawnWeight = 3
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
giantSquidSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn (NOTE: this mob spawns are restricted exclusively to one chunk, see below)
#Range: 0 ~ 1000
devilsHolePupfishSpawnWeight = 23
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning (NOTE: this mob spawns are restricted exclusively to one chunk, see below)
#Range: > 0
devilsHolePupfishSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
catfishSpawnWeight = 4
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
catfishSpawnRolls = 2
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
flyingFishSpawnWeight = 8
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
flyingFishSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
skelewagSpawnWeight = 15
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
skelewagSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
rainFrogSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
rainFrogSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
potooSpawnWeight = 15
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
potooSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
mudskipperSpawnWeight = 28
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
mudskipperSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
rhinocerosSpawnWeight = 24
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
rhinocerosSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
sugarGliderSpawnWeight = 15
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
sugarGliderSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
farseerSpawnWeight = 30
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
farseerSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
skreecherSpawnWeight = 10
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
skreecherSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
underminerSpawnWeight = 50
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
underminerSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
murmurSpawnWeight = 5
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
murmurSpawnRolls = 1
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
skunkSpawnWeight = 7
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
skunkSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
bananaSlugSpawnWeight = 14
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
bananaSlugSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
blueJaySpawnWeight = 16
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
blueJaySpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
caimanSpawnWeight = 29
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
caimanSpawnRolls = 0
#Spawn Weight, added to a pool of other mobs for each biome. Higher number = higher chance of spawning. 0 = disable spawn
#Range: 0 ~ 1000
triopsSpawnWeight = 8
#Random roll chance to enable mob spawning. Higher number = lower chance of spawning
#Range: > 0
triopsSpawnRolls = 0
[general.spawning.uniqueSpawning]
#Maximum world y-level that cave centipedes can spawn at
#Range: -64 ~ 320
caveCentipedeSpawnHeight = 0
#Maximum world y-level that blobfish can spawn at
#Range: -64 ~ 320
blobfishSpawnHeight = 25
#Whether to enable beached cachalot whales to spawn on beaches during thunder storms.
beachedCachalotWhales = true
#Percent chance increase for each failed attempt to spawn a beached cachalot whale. Higher value = more spawns.
#Range: 0 ~ 100
beachedCachalotWhaleSpawnChance = 5
#Delay (in ticks) between attempts to spawn beached cachalot whales. Default is a single day. Works like wandering traders.
#Range: > 0
beachedCachalotWhaleSpawnDelay = 24000
#Percent chance for leafcutter anthills to spawn as world gen in each chunk. Set to zero to disable spawning.
#Range: 0.0 ~ 1.0
leafcutterAnthillSpawnChance = 0.004999999888241291
#Minimum world y-level that gelada monkeys can spawn at
#Range: -64 ~ 320
geladaMonkeySpawnRolls = 0
#Whether to restrict all pupfish spawns to one chunk (similar to real life) or have them only obey their spawn config.
restrictPupfishSpawns = true
#The maximum distance a pupfish spawn chunk is from world spawn(0, 0) in blocks.
#Range: 2 ~ 1000000000
pupfishChunkSpawnDistance = 2000
#Whether to restrict all skelewag spawns to shipwreck structures.
restrictSkelewagSpawns = true
#Whether to restrict all farseer spawns to near the world border.
restrictFarseerSpawns = true
#Whether to restrict all underminer spawns to abandoned mineshafts.
restrictUnderminerSpawns = true
#The maximum distance a farseer can spawn from the world border.
#Range: 2 ~ 1000000000
farseerBorderSpawnDistance = 100
#Maximum world y-level that murmur can spawn at
#Range: -64 ~ 320
murmurSpawnHeight = -30
[general.spawning.uniqueSpawning.dangerZone]
#Its been so long...
superSecretSettings = false

193
config/almostunified/unify.json Executable file
View File

@ -0,0 +1,193 @@
{
"modPriorities": [
"minecraft",
"kubejs",
"crafttweaker",
"create",
"thermal",
"alltheores",
"immersiveengineering",
"mekanism",
"croptopia",
"delightful",
"caupona"
],
"stoneStrata": [
"stone",
"nether",
"deepslate",
"granite",
"diorite",
"andesite"
],
"tags": [
"forge:nuggets/{material}",
"forge:dusts/{material}",
"forge:gears/{material}",
"forge:gems/{material}",
"forge:ingots/{material}",
"forge:raw_materials/{material}",
"forge:ores/{material}",
"forge:plates/{material}",
"forge:rods/{material}",
"forge:wires/{material}",
"forge:storage_blocks/{material}",
"forge:storage_blocks/raw_{material}",
"forge:jams/{material}",
"forge:fruits/{material}",
"forge:bread/{material}",
"forge:fiber/{material}",
"forge:crops/{material}",
"forge:seeds/{material}",
"forge:grain/{material}",
"forge:tomato_sauces",
"forge:bacon",
"forge:cheeseburgers",
"forge:hamburgers",
"forge:string",
"forge:cheese",
"forge:peanut_butter_and_jam",
"forge:dough",
"forge:steamed_rices",
"forge:rubber"
],
"materials": [
"aeternium",
"aluminum",
"amber",
"apatite",
"bitumen",
"brass",
"bronze",
"charcoal",
"chrome",
"cinnabar",
"coal",
"coal_coke",
"cobalt",
"constantan",
"copper",
"diamond",
"electrum",
"elementium",
"emerald",
"enderium",
"fluorite",
"gold",
"graphite",
"invar",
"iridium",
"iron",
"lapis",
"lead",
"lumium",
"mithril",
"netherite",
"nickel",
"obsidian",
"osmium",
"peridot",
"platinum",
"potassium_nitrate",
"ruby",
"sapphire",
"signalum",
"silver",
"steel",
"sulfur",
"tin",
"tungsten",
"uranium",
"zinc",
"ender_pearl",
"lettuce",
"peanut",
"tomato",
"banana",
"onion",
"grape",
"corn",
"flax",
"cabbage",
"strawberry",
"hops",
"bell_pepper",
"rice",
"tea",
"barley",
"coffee_beans",
"apple",
"fig"
],
"priorityOverrides": {
"forge:cheese": "thermal",
"forge:crops/rice": "farmersdelight",
"forge:crops/tea": "herbalbrews"
},
"customTags": {
"forge:plastic": ["thermal:cured_rubber"],
"forge:rubber": ["thermal:cured_rubber", "industrialforegoing:plastic"],
"forge:tomato_sauces": ["thermal:tomato_sauce", "farmersdelight:tomato_sauce"],
"forge:jams": ["thermal:jelly"],
"forge:jams/peanut": ["croptopia:peanut_butter", "thermal:peanut_butter"],
"forge:bacon": ["croptopia:cooked_bacon", "farmersdelight:cooked_bacon"],
"forge:bread": ["minecraft:bread", "croptopia:corn_bread"],
"forge:bread/corn": ["croptopia:corn_bread"],
"forge:cheeseburgers": ["delightful:cheeseburger"],
"forge:hamburgers": ["farmersdelight:hamburger"],
"forge:string": ["minecraft:string"],
"forge:cheese": ["thermal:cheese_wedge", "croptopia:cheese"],
"forge:salad_ingredients": ["croptopia:lettuce"],
"croptopia:beef_replacements": ["farmersdelight:beef_patty", "farmersdelight:minced_beef"],
"forge:hoppers": ["minecraft:hopper", "everythingcopper:copper_hopper", "everythingcopper:waxed_copper_hopper", "everythingcopper:exposed_copper_hopper", "everythingcopper:waxed_exposed_copper_hopper", "everythingcopper:oxidized_copper_hopper", "everythingcopper:waxed_oxidized_copper_hopper", "everythingcopper:weathered_copper_hopper", "everythingcopper:waxed_weathered_copper_hopper"],
"forge:peanut_butter_and_jam": ["thermal:pbj_sandwich"],
"forge:steamed_rices": ["doggytalents:rice_bowl", "farmersdelight:cooked_rice", "sushigocrafting:cooked_rice"],
"forge:pasta": ["croptopia:noodle", "croptopia:ravioli"],
"forge:fruit": ["caupona:fig"],
"forge:fruits/fig": ["caupona:fig"],
"candlelight:pasta": ["croptopia:noodle"],
"forge:crops/tea_leaves": ["delightful:green_tea_leaf", "thermal:tea"],
"forge:crops/lettuce": ["croptopia:sea_lettuce"],
"forge:crops/tea": ["herbalbrews:green_tea_leaf"],
"forge:crops/rice": ["thermal:rice", "doggytalents:uncooked_rice", "sushigocrafting:rice"],
"forge:crops/fig": ["caupona:fig"],
"forge:crops/coffee_beans": ["herbalbrews:coffee_beans"],
"forge:grain/rice": ["thermal:rice", "doggytalents:uncooked_rice", "sushigocrafting:rice" ],
"forge:storage_blocks/rice": ["farmersdelight:rice_bag"],
"forge:storage_blocks/tea": ["herbalbrews:tea_leaf_crate"],
"forge:storage_blocks/apple": ["vinery:apple_bag"],
"forge:saplings/apple": ["vinery:apple_tree_sapling"],
"vinery:red_grape": ["croptopia:grape"],
"forge:seeds/coffee_beans": ["herbalbrews:wild_coffee_plant"],
"forge:seeds/strawberry": ["bakery:strawberry_seeds"],
"forge:seeds/barley": ["brewery:barley_seeds"],
"forge:seeds/tomato": ["candlelight:tomato_seeds"],
"forge:seeds/lettuce": ["candlelight:lettuce_seeds"],
"thermal:crafting/dies": ["ae2:silicon_press", "ae2:engineering_processor_press", "ae2:calculation_processor_press", "ae2:logic_processor_press"]
},
"tagOwnerships": {
"forge:crops/bell_pepper": ["forge:crops/bellpepper"],
"forge:crops/tea": ["forge:tea_leaves", "forge:crops/tea_leaves"],
"forge:seeds/rice": ["forge:rice_seeds", "forge:seeds/rice_seeds"],
"forge:grain/rice": ["forge:rice", "forge:crops/rice"],
"forge:grain/corn": ["forge:crops/corn"]
},
"itemTagInheritanceMode": "ALLOW",
"itemTagInheritance": {},
"blockTagInheritanceMode": "ALLOW",
"blockTagInheritance": {},
"ignoredTags": [],
"ignoredItems": [],
"ignoredRecipeTypes": [
"cucumber:shaped_tag"
],
"ignoredRecipes": [],
"itemsHidingJeiRei": true
}

146
config/apotheosis/adventure.cfg Executable file
View File

@ -0,0 +1,146 @@
# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1
# Apotheosis Adventure Module Config
affixes {
# A list of type overrides for the affix loot system. Format is <itemname>|chance|<type>.
# Valid types are: none, sword, trident, shield, heavy_weapon, pickaxe, shovel, crossbow, bow
# Default: [minecraft:iron_sword|sword], [minecraft:shulker_shell|none]
S:"Equipment Type Overrides" <
minecraft:iron_sword|sword
minecraft:shulker_shell|none
>
# The chance that a naturally spawned mob will be granted an affix item. 0 = 0%, 1 = 100%
# Default: 0.075; Range: [0.0 ~ 1.0]
S:"Random Affix Chance"=0.075
# The chance that a mob will drop a gem. 0 = 0%, 1 = 100%
# Default: 0.045; Range: [0.0 ~ 1.0]
S:"Gem Drop Chance"=0.045
# The flat bonus chance that bosses have to drop a gem, added to Gem Drop Chance. 0 = 0%, 1 = 100%
# Default: 0.33; Range: [0.0 ~ 1.0]
S:"Gem Boss Bonus"=0.33
# If affixes that cleave can hit players (excluding the user).
# Default: false
B:"Cleave Players"=false
# Loot Rules, in the form of Loot Table Matchers, permitting affix items to spawn in loot tables.
# The format for these is domain:pattern|chance and domain is optional. Domain is a modid, pattern is a regex string, and chance is a float 0..1 chance for the item to spawn in any matched tables.
# If you omit the domain, the format is pattern|chance, and the matcher will run for all domains.
# The pattern MUST be a valid regex string, and should match the paths of desired loot tables under the specified domain. Note: "Match Any Character" is ".*" (dot star) and not "*" (star).
# If there is a match, an item has a chance to spawn in that loot table.
# Default: [minecraft:chests.*|0.35], [.*chests.*|0.3], [twilightforest:structures.*|0.3]
S:"Affix Item Loot Rules" <
minecraft:chests.*|0.35
.*chests.*|0.3
twilightforest:structures.*|0.3
>
# Loot Rules, in the form of Loot Table Matchers, permitting affixes to be added to any valid item. Here, the chance refers to the chance an item receives affixes. See comment on "Affix Item Loot Rules" for description.
# Default: [.*blocks.*|0], [.*|0.35]
S:"Affix Convert Loot Rules" <
.*blocks.*|0
.*|0.35
>
# Dimensional rarities for affix conversion (see "Affix Convert Loot Rules"), in the form of dimension|min|max. A dimension not listed uses all rarities.
# Default: [overworld|common|rare], [the_nether|uncommon|epic], [the_end|rare|mythic], [twilightforest:twilight_forest|uncommon|epic]
S:"Affix Convert Rarities" <
overworld|common|rare
the_nether|uncommon|epic
the_end|rare|mythic
twilightforest:twilight_forest|uncommon|epic
>
# If Quark's Attribute Tooltip handling is disabled for affix items
# Default: true
B:"Disable Quark Tooltips for Affix Items"=true
# The item that will be used when attempting to place torches with the torch placer affix. Must be a valid item that places a block on right click.
# Default: minecraft:torch
S:"Torch Placement Item"=minecraft:torch
}
gems {
# Loot Rules, in the form of Loot Table Matchers, permitting gems to spawn in loot tables. See comment on "Affix Item Loot Rules" for description.
# Default: [minecraft:chests.*|0.25], [.*chests.*|0.20], [twilightforest:structures.*|0.20]
S:"Gem Loot Rules" <
minecraft:chests.*|0.25
.*chests.*|0.20
twilightforest:structures.*|0.20
>
# Dimensional rarities for gem drops, in the form of dimension|min|max. A dimension not listed uses all rarities.
# Default: [overworld|common|mythic], [the_nether|uncommon|mythic], [the_end|rare|mythic], [twilightforest:twilight_forest|uncommon|mythic]
S:"Gem Dimensional Rarities" <
overworld|common|mythic
the_nether|uncommon|mythic
the_end|rare|mythic
twilightforest:twilight_forest|uncommon|mythic
>
}
bosses {
# If boss items are always cursed. Enable this if you want bosses to be less overpowered by always giving them a negative effect.
# Default: false
B:"Curse Boss Items"=false
# The range at which boss spawns will be announced. If you are closer than this number of blocks (ignoring y-level), you will receive the announcement.
# Default: 96.0; Range: [0.0 ~ 1024.0]
S:"Boss Announce Range"=64.0
# The volume of the boss announcement sound. 0 to disable. This control is clientside.
# Default: 0.75; Range: [0.0 ~ 1.0]
S:"Boss Announce Volume"=0.45
# If the boss announcement range ignores y-level.
# Default: false
B:"Boss Announce Ignore Y"=false
# The time, in ticks, that must pass between any two natural boss spawns in a single dimension.
# Default: 3600; Range: [0 ~ 720000]
# 18000 = 15 minutes
I:"Boss Spawn Cooldown"=18000
# If true, invading bosses will automatically target the closest player.
# Default: false
B:"Boss Auto-Aggro"=true
# If true, bosses will glow when they spawn.
# Default: true
B:"Boss Glowing On Spawn"=true
# Dimensions where bosses can spawn naturally, spawn chance, and spawn rules.
# Format is dimname|chance|rule, chance is a float from 0..1.
# Valid rules are visible here https://github.com/Shadows-of-Fire/Apotheosis/blob/1.19/src/main/java/shadows/apotheosis/adventure/boss/BossEvents.java#L174C27-L174C27
# Default: [minecraft:overworld|0.018|NEEDS_SKY], [minecraft:the_nether|0.025|ANY], [minecraft:the_end|0.018|SURFACE_OUTER_END], [twilightforest:twilight_forest|0.05|NEEDS_SURFACE]
S:"Boss Spawn Dimensions" <
minecraft:overworld|0.018|NEEDS_SKY
minecraft:the_nether|0.025|ANY
minecraft:the_end|0.018|SURFACE_OUTER_END
twilightforest:twilight_forest|0.05|NEEDS_SURFACE
>
}
worldgen {
# The dimensions that the deadly module will generate in.
# Default: [overworld]
S:"Generation Dimension Whitelist" <
overworld
>
}
spawners {
# The chance that a Rogue Spawner has a "valuable" chest instead of a standard one. 0 = 0%, 1 = 100%
# Default: 0.11; Range: [0.0 ~ 1.0]
S:"Spawner Value Chance"=0.11
}

View File

@ -0,0 +1,40 @@
# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1
# Apotheosis Module Control
# This file allows individual modules of Apotheosis to be enabled or disabled.
# Changes will have no effect until the next game restart.
# This file must match on client and server.
general {
# If the enchantment module is enabled.
# Default: true
B:"Enable Enchantment Module"=true
# If the adventure module is loaded.
# Default: true
B:"Enable Adventure Module"=true
# If the spawner module is enabled.
# Default: true
B:"Enable Spawner Module"=true
# If the potion module is loaded.
# Default: true
B:"Enable Potion Module"=true
# If the village module is loaded.
# Default: true
B:"Enable Village Module"=true
# If the garden module is loaded.
# Default: true
B:"Enable Garden Module"=true
# If the Chronicle of Shadows is given to new players.
# Default: true
B:"Give Book on First Join"=false
}

View File

@ -0,0 +1,13 @@
{
"content": {
"basic_primordeal_grist": {
"type": "item",
"content": "kubejs:grist_primordeal_basic",
"amount": {
"min": 1,
"max": 128
},
"unitWorth": 1000
}
}
}

View File

@ -0,0 +1,13 @@
{
"content": {
"basic_primordeal_grist": {
"type": "item",
"content": "kubejs:grist_primordeal_basic",
"amount": {
"min": 1,
"max": 64
},
"unitWorth": 1000
}
}
}

View File

@ -0,0 +1,27 @@
#If true, a cow can be squished into a Milk Jar by dropping an anvil on top.
cowJarEnabled = true
#The amount of milk the cow in a jar generates per tick.
#Range: > -2147483648
cowJarMilkPerTick = 1
#Ex Compressum compatibility. Multiplier applied to the milk per tick for Compressed Cow in a Jar.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
compressedCowJarMilkMultiplier = 9.0
#Set this to true if you'd like the sink to require water to be piped in, instead of providing infinite of it.
sinkRequiresWater = true
#Enabling this will make the kitchen counters have twice as much inventory space.
largeCounters = false
#Set this to true if you'd like to disallow automation of the oven (pipes and such won't be able to insert/extract)
disallowOvenAutomation = false
#The fuel multiplier for the cooking oven. Higher values means fuel lasts longer, 1.0 is furnace default.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
ovenFuelTimeMultiplier = 0.33000001311302185
#The cooking time multiplier for the cooking oven. Higher values means it will take longer.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
ovenCookTimeMultiplier = 1.0
#Set this to true if you'd like the oven to only accept cooking oil as fuel (requires Pam's Harvestcraft)
ovenRequiresCookingOil = false
#Set to false if you don't want ingredients to be marked with a special icon in the recipe book.
showIngredientIcon = true
#Toasting toasted bread again will turn into charcoal (only if no other mod adding toast is present). Set to false to disable.
allowVeryToastedBread = true

886
config/enhancedai/common.toml Executable file
View File

@ -0,0 +1,886 @@
"Enable Animals" = true
"Enable Blazes" = true
"Enable Creepers" = true
"Enable Drowneds" = true
"Enable Endermen" = true
"Enable Ghasts" = true
"Enable Pets" = true
"Enable Mobs" = true
"Enable Illagers" = true
"Enable Shulkers" = true
"Enable Bugs" = true
"Enable Skeletons" = true
"Enable Slimes" = true
"Enable Spiders" = true
"Enable Villagers" = true
"Enable Witches" = true
"Enable Warden" = true
[Witches]
#Witches flee from the target.
"Enable Witch Flee Target" = true
#Witches drink more potions.
"Enable Thirsty Witches" = true
#Witches throw potions farther, faster and more potion types. Also no longer chase player if they can't see him. Use the enhancedai:better_potion_throwing entity type tag to add more witches that are affected by this feature.
"Enable Witch Potion Throwing" = true
#Witches summon Villagers and cast a lightning upon them.
"Enable Dark Arts Witches" = true
#Witches flee from the target.
[Witches."Witch Flee Target"]
#Chance for a Witch to spawn with the ability to avoid the player
#Range: 0.0 ~ 1.0
"Avoid Player chance" = 1.0
#Chance for a Witch to be able to throw potions while running from a player
#Range: 0.0 ~ 1.0
"Attack When Avoiding Chance" = 0.5
#Distance from a player that will make the Witch run away.
#Range: 0.0 ~ 32.0
"Flee Distance Far" = 13.0
#Distance from a player that counts as near and will make the Witch run away faster.
#Range: 0.0 ~ 32.0
"Flee Distance Near" = 7.0
#Speed multiplier when the Witch avoids the player and it's farther than 'Flee Distance Near' blocks from him.
#Range: 0.0 ~ 4.0
"Flee speed Multiplier Far" = 1.0
#Speed multiplier when the Witch avoids the player and it's within 'Flee Distance Near' blocks from him.
#Range: 0.0 ~ 4.0
"Flee speed Multiplier Near" = 1.1
#Witches drink more potions.
[Witches."Thirsty Witches"]
#Chance for a witch to drink a healing potion when not full health. Defaults to Vanilla
#Range: 0.0 ~ 1.0
"Healing Chance" = 0.05
#Below this percentage health, witches will try to drink healing potions.
#Range: 0.0 ~ 1.0
"Healing Threshold" = 0.7
#Below this percentage health, witches will drink strong healing potions instead of normal ones.
#Range: 0.0 ~ 1.0
"Strong healing Threshold" = 0.4
#Chance each tick for a witch to drink a water breathing potion when in water and air meter is at half. Vanilla is 15% and doesn't check the air meter.
#Range: 0.0 ~ 1.0
"Water Breathing Chance" = 1.0
#Chance each tick for a witch to drink a fire resistance potion when on fire. Vanilla is 15%.
#Range: 0.0 ~ 1.0
"Fire Resistance Chance" = 1.0
#Chance each tick for a witch to drink milk when they have a negative effect.
#Range: 0.0 ~ 1.0
"Drink Milk Chance" = 0.1
#A list of potions that the witch will drink as soon as the player is targeted. Note that witches can still drink other potions in different situations, refer to other config options. Format is effect_id,duration,amplifier. The potions are applied in order and witches will not drink the same potion if already has the effect.
"Potions on Target List" = ["minecraft:strong_swiftness", "minecraft:regeneration"]
#Witches throw potions farther, faster and more potion types. Also no longer chase player if they can't see him. Use the enhancedai:better_potion_throwing entity type tag to add more witches that are affected by this feature.
[Witches."Witch Potion Throwing"]
#Chance for the potions thrown by the Witch to be lingering.
#Range: 0.0 ~ 1.0
"Lingering Chance" = 0.15
#Chance for the Witch to throw another random potion right after she threw one.
#Range: 0.0 ~ 1.0
"Another Throw Chance" = 0.2
#If true, witches will throw a potion of slow falling at their feet when they're falling for more than 8 blocks.
"Use Slow Falling" = true
#When below this health percentage Witches will throw Invisibility potions at their feet.
#Range: 0.0 ~ 1.0
"Health Threshold Invisibility" = 0.4
#A list of potions that the witch can throw at enemies. Format is effect_id,duration,amplifier. The potions are thrown in order and witches will not throw the same potion if the target has already the effect.
"Bad Potions List" = ["minecraft:weakness", "minecraft:slowness", "minecraft:hunger,600,0", "minecraft:mining_fatigue,600,0", "minecraft:poison", "minecraft:blindness,120,0", "minecraft:strong_harming"]
#A list of potions that the witch can throw at allies (in raids). Format is effect_id,duration,amplifier. The potions are thrown in order and witches will not throw the same potion if the target has already the effect.
"Good Potions List" = ["minecraft:regeneration", "minecraft:swiftness", "minecraft:strength", "minecraft:healing"]
#Speed at which Witches throw potions (in ticks).
[Witches."Witch Potion Throwing"."Throw Speed"]
#Range: 1.0 ~ 1.7976931348623157E308
Minimum = 70.0
#Range: 1.0 ~ 1.7976931348623157E308
Maximum = 90.0
#Range at which Witches throw potions.
[Witches."Witch Potion Throwing"."Throw Range"]
#Range: 8.0 ~ 64.0
Minimum = 16.0
#Range: 8.0 ~ 64.0
Maximum = 24.0
[Witches."Witch Potion Throwing"."Apprentice Witch"]
#Chance for a Witch to be an apprentice. Apprentice Witches throw random potions instead of in order, and have a chance to throw a wrong (good) potion.
#Range: 0.0 ~ 1.0
Chance = 0.6
#Witches summon Villagers and cast a lightning upon them.
[Witches."Dark Arts Witches"]
#Chance for a witch to get the Dark Art AI (as soon as they have a target and are less than 10 blocks away from the target will summon a Villager and cast a lightning bolt on them
#Range: 0.0 ~ 1.0
"Dark Art Chance" = 0.333
[Warden]
"Enable Warden Attacking" = true
[Warden."Warden Attacking"]
#Multiplies max distance from target where warden can use the sonic boom. Vanilla is 15 horizontal and 20 vertical.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
"Sonic Boom range multiplier" = 3.0
#Multiplies the distance at which the darkness effect is applied.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
"Darkness range multiplier" = 2.0
[Villagers]
#Make villagers fight back. Use the enhancedai:villagers_can_attack entity type tag to add more villagers.
"Enable Villager Attacking" = true
#Make villagers fight back. Use the enhancedai:villagers_can_attack entity type tag to add more villagers.
[Villagers."Villager Attacking"]
#If true, when attacked, villagers will call other villagers for help and attack back. Attack damage can't be changed via config due to limitation so use mods like Mobs Properties Randomness to change the damage. Base damage is 4
"Villagers Fight back" = true
#If false villagers will not attack back monsters
"Villagers Fight back Enemies" = false
#Villagers will only attack players that have below this reputation (like Iron Golems by default). https://minecraft.wiki/w/Villager#Gossiping
#Range: > -2147483648
"Reputation for Fight back" = -100
#Movement speed multiplier when attacking
#Range: 0.0 ~ 4.0
"Movement Speed Multiplier" = 0.4
[Spiders]
#Makes spiders throw a web at a player, slowing them. Use the enhancedai:
"Enable Throwing Web" = true
#Various small changes to Spiders.
"Enable Miscellaneous" = true
#Makes spiders throw a web at a player, slowing them. Use the enhancedai:
[Spiders."Throwing Web"]
#Chance for a Spider to spawn with the ability to throw webs at the target.
#Range: 0.0 ~ 1.0
"Web Throw Chance" = 0.1
#After how many ticks will the cobweb placed by the web projectile be destroyed?
#Range: 0 ~ 6000
"Destroy Web After" = 100
#Damage when the projectiles hits a mob. The damage is set for normal difficulty. Hard difficulty gets +50% damage and Easy gets (-50% + 1) damage.
#Range: 0.0 ~ 128.0
"Web Damage" = 3.0
#If true entities will get webbed when hit.
"Always web" = false
#If true cave spiders' thrown web will poison entities hit like when they hit the entity melee.
"Cave spiders poisonous webs" = true
#If true, spiders will gain a speed boost when they hit the target.
"Apply Speed on hit" = true
#If true entities will get slowness when hit.
"Apply Slowness" = true
#Every how many ticks do spiders throw the projectile
[Spiders."Throwing Web".Cooldown]
#Range: 1.0 ~ 1200.0
Minimum = 40.0
#Range: 1.0 ~ 1200.0
Maximum = 60.0
#Distance Required for the spider to throw webs. Setting 'Minimum' to 0 will make the spider throw webs even when attacking the player.
[Spiders."Throwing Web"."Distance Required"]
#Range: 0.0 ~ 64.0
Minimum = 2.5
#Range: 0.0 ~ 64.0
Maximum = 32.0
[Spiders."Throwing Web".Slowness]
#How many ticks of slowness are applied to the target hit by the web?
#Range: 0 ~ 6000
Duration = 120
#How many levels of slowness are applied to the target hit by the web?
#Range: 0 ~ 128
Amplifier = 0
#Should multiple hits on a target with slowness increase the level of Slowness? (This works with any type of slowness)
"Stacking Amplifier" = false
#How many max levels of slowness can be applied to the target if Staking amplifier is enabled?
#Range: 0 ~ 128
"Max Amplifier" = 2
#Various small changes to Spiders.
[Spiders.Miscellaneous]
#Percentage reduction of the fall damage taken by spiders.
#Range: 0.0 ~ 1.0
"Fall Damage Reduction" = 0.9
[Slimes]
#Use enhancedai:affect_slime_spawn_size and enhancedai:affect_slime_jump_rate entity type tag to add more slimes affected by this feature.
"Enable Slimes" = true
#Use enhancedai:affect_slime_spawn_size and enhancedai:affect_slime_jump_rate entity type tag to add more slimes affected by this feature.
[Slimes.Slimes]
#Changes the max size a Slime/Magma cube can spawn as. Vanilla is max 4 with 3 excluded. Set to 0 to disable.
#Range: 0 ~ 16
"Max spawn size" = 6
#Range: 0.0 ~ 5.0
"Jump delay multiplier" = 0.5
[Skeletons]
#Wither skeletons can spawn with a bow and shoot Wither arrows.
"Enable Wither Skeletons" = true
#Skeletons try to stay away from the target. Use the enhancedai:skeleton_flee entity type tag to add/remove skeletons that are affected by this feature
"Enable Skeleton Flee" = true
#Skeletons are more precise when shooting and strafing is removed, can hit a target from up to 64 blocks and try to stay away from the target. Use the enhancedai:better_skeleton_shoot entity type tag to add more skeletons that are affected by this feature
"Enable Skeleton Shoot" = true
#Wither skeletons can spawn with a bow and shoot Wither arrows.
[Skeletons."Wither Skeletons"]
#Chance for Wither Skeletons to spawn with a bow
#Range: 0.0 ~ 1.0
"Ranged chance" = 0.2
#Wither skeletons shoot Withered arrows instead of arrows on fire
"Wither instead of Fire" = true
#Skeletons try to stay away from the target. Use the enhancedai:skeleton_flee entity type tag to add/remove skeletons that are affected by this feature
[Skeletons."Skeleton Flee"]
#Chance for a Skeleton to spawn with the ability to avoid the player
#Range: 0.0 ~ 1.0
"Avoid Player chance" = 0.5
#Chance for a Skeleton to be able to shoot while running from a player
#Range: 0.0 ~ 1.0
"Attack When Avoiding Chance" = 0.5
#Distance from a player that counts as near and will make the skeleton run away faster.
#Range: 0.0 ~ 32.0
"Flee Distance Near" = 8.0
#Distance from a player that will make the skeleton run away.
#Range: 0.0 ~ 32.0
"Flee Distance Far" = 16.0
#Speed multiplier when the skeleton avoids the player and it's within 'Flee Distance Near' blocks from him.
#Range: 0.0 ~ 4.0
"Flee speed Multiplier Near" = 1.25
#Speed multiplier when the skeleton avoids the player and it's farther than 'Flee Distance Far' blocks from him.
#Range: 0.0 ~ 4.0
"Flee speed Multiplier Far" = 1.1
#Skeletons are more precise when shooting and strafing is removed, can hit a target from up to 64 blocks and try to stay away from the target. Use the enhancedai:better_skeleton_shoot entity type tag to add more skeletons that are affected by this feature
[Skeletons."Skeleton Shoot"]
#Chance for a Skeleton to spawn with the ability to strafe (like vanilla)
#Range: 0.0 ~ 1.0
"Strafe chance" = 0.333
#Chance for a Skeleton to spawn as a spammer, which spams arrows instead of fully charging the bow
#Range: 0.0 ~ 1.0
"Spammer chance" = 0.07
#The range from where a skeleton will shoot a player
[Skeletons."Skeleton Shoot"."Shooting Range"]
#Range: 1.0 ~ 64.0
Minimum = 24.0
#Range: 1.0 ~ 64.0
Maximum = 32.0
#The ticks cooldown after shooting. This is reduced by 33% in Hard difficulty
[Skeletons."Skeleton Shoot"."Shooting Cooldown"]
#Range: 0.0 ~ 1.7976931348623157E308
Minimum = 40.0
#Range: 0.0 ~ 1.7976931348623157E308
Maximum = 55.0
#The ticks the skeleton charges the bow. at least 20 ticks for a full charge.
[Skeletons."Skeleton Shoot"."Bow charge ticks"]
#Range: 0.0 ~ 1.7976931348623157E308
Minimum = 15.0
#Range: 0.0 ~ 1.7976931348623157E308
Maximum = 30.0
#How much inaccuracy does the arrow fired by skeletons have. Vanilla skeletons have 10/6/2 inaccuracy in easy/normal/hard difficulty.
[Skeletons."Skeleton Shoot"."Arrow Inaccuracy"]
#Range: 0.0 ~ 30.0
"Easy/Peaceful" = 6.0
#Range: 0.0 ~ 30.0
Normal = 5.0
#Range: 0.0 ~ 30.0
Hard = 3.0
[Shulkers]
#Use the enhancedai:apply_shulker_armor_modifiers to add more shulkers that are affected by this feature.
"Enable Shulker Armor" = true
"Enable Shulker Bullets" = true
"Enable Shulker Attack" = true
#Use the enhancedai:apply_shulker_armor_modifiers to add more shulkers that are affected by this feature.
[Shulkers."Shulker Armor"]
#Range: 1.0 ~ 40.0
"Armor when closed" = 30.0
#Range: 1.0 ~ 40.0
"Armor when peeking" = 20.0
#Range: 1.0 ~ 40.0
"Armor when open" = 10.0
[Shulkers."Shulker Bullets"]
[Shulkers."Shulker Bullets"."Leviation Duration"]
#Range: 1.0 ~ 600.0
"Easy/Peaceful" = 200.0
#Range: 1.0 ~ 600.0
Normal = 100.0
#Range: 1.0 ~ 600.0
Hard = 50.0
#Note that 0 = I, 1 = II, and so on
[Shulkers."Shulker Bullets"."Leviation Amplifier"]
#Range: 0.0 ~ 127.0
"Easy/Peaceful" = 1.0
#Range: 0.0 ~ 127.0
Normal = 3.0
#Range: 0.0 ~ 127.0
Hard = 7.0
[Shulkers."Shulker Attack"]
#Ticks before the first bullet is fired
[Shulkers."Shulker Attack"."Base Attack Speed"]
#Range: 1.0 ~ 40.0
Minimum = 20.0
#Range: 1.0 ~ 40.0
Maximum = 40.0
#Ticks to fire is calculcated as base_attack_speed + (0~attack_speed_bonus_half_seconds * 10)
[Shulkers."Shulker Attack"."Attack speed bonus half seconds"]
#Range: 1.0 ~ 40.0
Minimum = 10.0
#Range: 1.0 ~ 40.0
Maximum = 20.0
[Pets]
#Use the enhancedai:change_wolves entity type tag to add more wolves.
"Enable Wolves" = true
#Use the enhancedai:change_snow_golems entity type tag to add more snow golems.
"Enable Snow Golems" = true
#Use the enhancedai:change_iron_golems entity type tag to add more iron golems.
"Enable Iron Golems" = true
#Use the enhancedai:change_wolves entity type tag to add more wolves.
[Pets.Wolves]
"Double HP and Damage" = true
#Use the enhancedai:change_snow_golems entity type tag to add more snow golems.
[Pets."Snow Golems"]
"Damaging Snowballs" = true
"Freezing Snowballs" = true
#If true, snowballs hitting snow golems will heal them.
"Healing Snowballs" = true
#Ticks between snowballs
#Range: > 0
"Shooting Cooldown" = 10
#Use the enhancedai:change_iron_golems entity type tag to add more iron golems.
[Pets."Iron Golems"]
#Resistance to damage taken by Iron Golems
#Range: 0.0 ~ 1.0
"Innate Resistance" = 0.4
"Fire ticks faster" = true
[Mobs]
#Let mobs use Fishing Rods, reeling players in. Either put a Fishing Rod in main or off hand and when near enough from the target they will use it. Only mobs in enhancedai:can_be_fisher entity type tag are affected by this feature.
"Enable Fisher Mobs" = true
#Changes mobs attack range to use the 1.20.2 mechanic
"Enable Melee Attacking" = true
"Enable Spawning" = false
#Makes mobs be able to move in more ways, like climbing or swim. Only mobs in the enhancedai:allow_climbing entity type tag are allowed to climb.
"Enable Movement" = true
#Endermen will make the player's item fall from his hands. Add/remove mobs via the enhancedai:can_disrupt_item entity type tag
"Enable Item Disruption" = true
#Mobs will run away from exploding creepers / TNT. Use the entity type tag enhancedai:no_run_from_explosion to blacklist them
"Enable Avoid Explosions" = true
#Makes mobs be able to leap over a few blocks.
"Enable Leap" = true
#Mobs can bite if are attacked with non-weapons. Only mobs in the enhancedai:can_bite entity type tag can bite.
"Enable Biting Mobs" = true
#Prevent players from abusing some game mechanics to stop mobs. Only mobs in the entity type tag enhancedai:can_use_anti_cheese will be affected by this feature.
"Enable Anti-Cheese" = true
#Mobs can flee or attack Wardens. Use the entity type tag enhancedai:ignore_warden_interaction to blacklist mobs.
"Enable Warden Interacting" = true
#Change how mobs target players. Use the enhancedai:use_target_changes and enhancedai:use_follow_range_changes entity type tag to whitelist mobs. Add mobs to enhancedai:allow_target_switch entity type tag to allow these mobs to be able to switch targets when hit (e.g. Creepers can't normally do that).
"Enable Targeting" = false
#Mobs can mine blocks to reach the target. Uses offhand item to mine. Only mobs in the entity type tag enhancedai:can_be_miner can spawn with the ability to mine and blocks in the tag enhancedai:miner_block_blacklist cannot be mined.
"Enable Miner Mobs" = false
#Make mobs angry when a block is broken. Check the mod's config folder Mobs/Break Anger/break_anger_config.json to change blocks and entities triggered.
"Enable Break Anger" = true
#Makes mobs ride other mobs
"Enable Riding" = true
#Let mobs use ender pearls. Either put ender pearls in main or off hand and when far enough from the target they will throw it. Only mobs in the enhancedai:can_be_pearler entity type tag can be pearler.
"Enable Pearler Mobs" = true
#Use enhancedai:can_open_doors to add more mobs that can open doors.
"Enable Open Doors" = true
#Let mobs use Fishing Rods, reeling players in. Either put a Fishing Rod in main or off hand and when near enough from the target they will use it. Only mobs in enhancedai:can_be_fisher entity type tag are affected by this feature.
[Mobs."Fisher Mobs"]
#Chance for a mob in the entity type tag enhancedai:can_be_fisher to spawn with a Fishing Rod in the offhand.
#I recommend Mobs Properties Randomness to have more control over mobs equipment.
#Range: 0.0 ~ 1.0
"Equip Fishing Rod Chance" = 0.07
#Chance for a fisher mob to steal an item from the players' inventory instead of reeling the player.
#Range: 0.0 ~ 1.0
"Hook Inventory Chance" = 0.4
#How fast will a mob reel in the grappled entity (or if the hook is on the ground).
[Mobs."Fisher Mobs"."Reel in ticks"]
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
"Easy/Peaceful" = 40.0
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
Normal = 30.0
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
Hard = 20.0
#Changes mobs attack range to use the 1.20.2 mechanic
[Mobs."Melee Attacking"]
#If true melee monsters (zombies, etc) will attack based off the forge:entity_reach attribute instead of a fixed ~0.82 blocks. By default, mobs' forge:attack_range is set to 0.82 blocks, like vanilla 1.20.2.
"Melee Attacks Attribute Based" = true
[Mobs."Melee Attacking"."Attack Speed"]
#If true melee monsters (zombies, etc) attack rate is defined by their attack speed -40%, minimum once every 0.5 seconds with no weapon. This effectively buffs any mob that has no weapon.
Enabled = true
#The maximum attack speed a mob can attack with (in attacks per second, 2 is an attack every 0.5 seconds, 1.25 is an attack every 0.8s, 1 is an attack every 1s). In vanilla mobs have 1 attack speed.
#Range: 0.0 ~ 4.0
Maximum = 1.25
#Multiplies the attack speed of monsters by this value. E.g. 0.6 means that mobs attack 40% slower than the player with the same equipment
[Mobs."Melee Attacking"."Attack Speed".Multiplier]
#Range: 0.0 ~ 4.0
"Easy/Peaceful" = 0.4
#Range: 0.0 ~ 4.0
Normal = 0.5
#Range: 0.0 ~ 4.0
Hard = 0.6
[Mobs.Spawning]
#How far away from any player monsters will instantly despawn? Vanilla is 128
#Range: 0 ~ 128
"Monsters Despawning Distance" = 96
#How far away from any player monsters will be able to randomly despawn? Vanilla is 32
#Range: 0 ~ 128
"Min Monsters Despawning Distance" = 48
#Makes mobs be able to move in more ways, like climbing or swim. Only mobs in the enhancedai:allow_climbing entity type tag are allowed to climb.
[Mobs.Movement]
#If true, mobs will be able to climb (up and down)
"Allow Climbing" = true
#Use Mobs Properties Randomness to have more control over this and more.
#Range: 0.0 ~ 8.0
"Bonus movement speed" = 0.15
#How faster mobs can swim. Setting to 0 will leave the swim speed as vanilla. I recommend using mods like Mobs Properties Randomness to have more control over the attribute.
#Range: 0.0 ~ 4.0
"Swim Speed Addition Multiplier" = 2.5
#Endermen will make the player's item fall from his hands. Add/remove mobs via the enhancedai:can_disrupt_item entity type tag
[Mobs."Item Disruption"]
#Chance can be changed within entity data's ForgeData."enhancedai:item_disruption_chance"
[Mobs."Item Disruption".Chance]
#Range: 0.0 ~ 1.0
"Easy/Peaceful" = 0.25
#Range: 0.0 ~ 1.0
Normal = 0.25
#Range: 0.0 ~ 1.0
Hard = 0.35
#Mobs will run away from exploding creepers / TNT. Use the entity type tag enhancedai:no_run_from_explosion to blacklist them
[Mobs."Avoid Explosions"]
#Speed multiplier when the mob runs from explosions and it's within 7 blocks from him.
#Range: 0.0 ~ 10.0
"Flee speed Multiplier Near" = 1.25
#Speed multiplier when the mob runs from explosions and it's farther than 7 blocks from him.
#Range: 0.0 ~ 10.0
"Flee speed Multiplier Far" = 1.1
#Entities also flee from TnTs
"Flee TNT" = false
#Mobs can bite if are attacked with non-weapons. Only mobs in the enhancedai:can_bite entity type tag can bite.
[Mobs."Biting Mobs"]
#The damage dealt to the attacker when bit
#Range: 0.0 ~ 1.7976931348623157E308
Damage = 3.0
#Chance for a Mob to bite the attacker
[Mobs."Biting Mobs".Chance]
#Range: 0.0 ~ 1.0
"Easy/Peaceful" = 0.2
#Range: 0.0 ~ 1.0
Normal = 0.2
#Range: 0.0 ~ 1.0
Hard = 0.3
#Prevent players from abusing some game mechanics to stop mobs. Only mobs in the entity type tag enhancedai:can_use_anti_cheese will be affected by this feature.
[Mobs.Anti-Cheese]
#If true, 'Enemies' will no longer be able to be Boated and Minecarted.
"Prevent Boating & Minecarting" = false
#If true, 'Enemies' will break boats or minecarts if boated or minecarted.
"Break trapping vehicles" = true
#Mobs can flee or attack Wardens. Use the entity type tag enhancedai:ignore_warden_interaction to blacklist mobs.
[Mobs."Warden Interacting"]
"Mobs flee from the Warden" = true
#Speed multiplier when the mob runs from explosions and it's within 7 blocks from him.
#Range: 0.0 ~ 10.0
"Flee speed Multiplier Near" = 1.25
#Speed multiplier when the mob runs from explosions and it's farther than 7 blocks from him.
#Range: 0.0 ~ 10.0
"Flee speed Multiplier Far" = 1.1
"Mobs target the Warden" = false
#Change how mobs target players. Use the enhancedai:use_target_changes and enhancedai:use_follow_range_changes entity type tag to whitelist mobs. Add mobs to enhancedai:allow_target_switch entity type tag to allow these mobs to be able to switch targets when hit (e.g. Creepers can't normally do that).
[Mobs.Targeting]
#Mobs will no longer take random time to target a player.
"Instant Target" = false
#Mobs will be able to find better paths to the target. Note that this might hit performance a bit.
"Better Path Finding" = true
#If the mobs' affected by blindness effect the target range is multiplied by this value
#Range: 0.0 ~ 1.0
"Blindness range multiplier" = 0.1
#How far away can the mobs see the player. This overrides the vanilla value (16 for most mobs). Setting 'Max' to 0 will leave the follow range as vanilla. I recommend using mods like Mobs Properties Randomness to have more control over the attribute.
[Mobs.Targeting."Follow Range Override"]
#Range: 0.0 ~ 128.0
Minimum = 24.0
#Range: 0.0 ~ 128.0
Maximum = 48.0
#How far away can the mobs see the player even through walls. Setting 'Max' to 0 will make mobs not able to see through walls. I recommend using mods like Mobs Properties Randomness to have more control over the attribute; the attribute name is 'enhancedai:generic.xray_follow_range'.
[Mobs.Targeting."XRay Range Override"]
#Range: 0.0 ~ 128.0
Minimum = 12.0
#Range: 0.0 ~ 128.0
Maximum = 24.0
[Mobs.Targeting."Hurt by target"]
#Mobs will no longer switch target if it's the same or if the current one it's closer.
"Better version" = true
#Mobs will no longer attack each other.
"Prevent infighting" = true
#Chances for a mob to spawn neutral
[Mobs.Targeting."Neutral Chances"]
#Range: 0.0 ~ 1.0
"Easy/Peaceful" = 0.25
#Range: 0.0 ~ 1.0
Normal = 0.1
#Range: 0.0 ~ 1.0
Hard = 0.04
#Mobs can mine blocks to reach the target. Uses offhand item to mine. Only mobs in the entity type tag enhancedai:can_be_miner can spawn with the ability to mine and blocks in the tag enhancedai:miner_block_blacklist cannot be mined.
[Mobs."Miner Mobs"]
#Chance for a mob in the entity type tag enhancedai:can_be_miner to spawn with the miner ability
#Range: 0.0 ~ 1.0
"Miner Chance" = 0.07
#Mobs with the miner AI will mine only if they have any tool in the off-hand
"Can mine with tool only" = true
#Mobs with the miner AI will mine only if their off-hand tool can mine targeted blocks (e.g. zombies with shovels will not mine stone). Blocks that require no tool (e.g. planks) will be minable regardless of proper tool or not.
"Can mine with proper tool only" = false
#If 'Can mine with proper tool only' is enabled, mobs with the miner AI will mine blocks that don't require a tool only with the proper tool.
"Always require proper tool" = false
#Mobs with Miner AI will spawn with a Stone Pickaxe that never drops.
"Equip Stone Pick" = true
#Mobs can mine from the bottom of the world to this Y level.
#Range: -512 ~ 1024
"Max Y" = 320
#The maximum distance from the target at which the Mobs can mine. Set to 0 to always mine.
#Range: 0 ~ 128
"Max Distance" = 0
#Mobs with Miner AI will not be able to break tile entities
"Blacklist Tile Entities" = false
#Multiplier for the time a mob takes to break blocks. E.g. with this set to 2, mobs will take twice the time to mine a block.
#Range: 0.0 ~ 128.0
"Time to break multiplier" = 1.25
#Dimensions where mobs can't spawn with the ability to mine.
[Mobs."Miner Mobs"."Dimension Blacklist"]
Blacklist = []
#If true the list will be treated as a whitelist instead of blacklist
"List as Whitelist" = false
#Makes mobs ride other mobs
[Mobs.Riding]
#If true, riding mobs will dismount if take too much suffocation damage.
"Stop mounting if too much suffocation" = true
#Chance for a mob to have an AI to go and ride mobs. Use enhancedai:can_be_mounted and enhancedai:can_mount entity type tags
[Mobs.Riding."Chance to have Riding AI"]
#Range: 0.0 ~ 1.0
"Easy/Peaceful" = 0.03
#Range: 0.0 ~ 1.0
Normal = 0.06
#Range: 0.0 ~ 1.0
Hard = 0.1
#Let mobs use ender pearls. Either put ender pearls in main or off hand and when far enough from the target they will throw it. Only mobs in the enhancedai:can_be_pearler entity type tag can be pearler.
[Mobs."Pearler Mobs"]
#Chance for a mob in the entity type tag enhancedai:can_be_pearler to spawn with Ender Pearls in the offhand.
#I recommend Mobs Properties Randomness to have more control over mobs equipment.
#Range: 0.0 ~ 1.0
"Equip Ender Pearl Chance" = 0.05
#How many ender pearls will Mobs spawn with.
#Range: 0 ~ 16
"Ender Pearl Amount" = 3
#Inaccuracy when throwing the ender pearl.
#Range: 1 ~ 16
Inaccuracy = 3
[Illagers]
#Use the enhancedai:better_pillager_shoot entity type tag to add more skeletons that are affected by this feature
"Enable Pillager Shoot" = true
#Pillagers try to stay away from the target. Use the enhancedai:pillager_flee entity type tag to add/remove skeletons that are affected by this feature
"Enable Pillager Flee" = true
#Use the enhancedai:better_pillager_shoot entity type tag to add more skeletons that are affected by this feature
[Illagers."Pillager Shoot"]
#The range from where a pillager will shoot a player
[Illagers."Pillager Shoot"."Shooting Range"]
#Range: 1.0 ~ 64.0
Minimum = 24.0
#Range: 1.0 ~ 64.0
Maximum = 32.0
#The ticks cooldown before shooting. Vanilla is random between 20 and 40
[Illagers."Pillager Shoot"."Shooting Cooldown"]
#Range: 0.0 ~ 1.7976931348623157E308
Minimum = 20.0
#Range: 0.0 ~ 1.7976931348623157E308
Maximum = 40.0
#How much inaccuracy does the arrow fired by pillagers have. Vanilla pillagers have 10/6/2 inaccuracy in easy/normal/hard difficulty.
[Illagers."Pillager Shoot"."Arrow Inaccuracy"]
#Range: 0.0 ~ 30.0
"Easy/Peaceful" = 5.0
#Range: 0.0 ~ 30.0
Normal = 3.0
#Range: 0.0 ~ 30.0
Hard = 1.0
#Pillagers try to stay away from the target. Use the enhancedai:pillager_flee entity type tag to add/remove skeletons that are affected by this feature
[Illagers."Pillager Flee"]
#Chance for a Skeleton to spawn with the ability to avoid the player
#Range: 0.0 ~ 1.0
"Avoid Player chance" = 0.5
#Chance for a Skeleton to be able to shoot while running from a player
#Range: 0.0 ~ 1.0
"Attack When Avoiding Chance" = 0.5
#Distance from a player that counts as near and will make the skeleton run away faster.
#Range: 0.0 ~ 32.0
"Flee Distance Near" = 7.0
#Distance from a player that will make the skeleton run away.
#Range: 0.0 ~ 32.0
"Flee Distance Far" = 12.0
#Speed multiplier when the skeleton avoids the player and it's within 'Flee Distance Near' blocks from him.
#Range: 0.0 ~ 4.0
"Flee speed Multiplier Near" = 1.1
#Speed multiplier when the skeleton avoids the player and it's farther than 'Flee Distance Far' blocks from him.
#Range: 0.0 ~ 4.0
"Flee speed Multiplier Far" = 1.0
[Ghasts]
#Various changes to ghast shooting. Only ghasts in enhancedai:change_ghast_shooting entity type tag are affected by this feature.
"Enable Ghast Shoot" = true
#Various changes to ghast shooting. Only ghasts in enhancedai:change_ghast_shooting entity type tag are affected by this feature.
[Ghasts."Ghast Shoot"]
#Chance for a Ghast to try and shoot the target even if can't see it. If enabled and the Ghast can't see the target, he will shoot 4 times as fast to breach.
#Range: 0.0 ~ 1.0
"Shoot when not seen Chance" = 0.3
#How many ticks pass between shooting fireballs. Vanilla is 40
[Ghasts."Ghast Shoot"."Attack Cooldown"]
#Range: 1.0 ~ 300.0
Minimum = 40.0
#Range: 1.0 ~ 300.0
Maximum = 50.0
#How many fireballs ghast shoot in rapid succession. Vanilla is 1
[Ghasts."Ghast Shoot"."Fireballs shot"]
#Range: 1.0 ~ 16.0
Minimum = 1.0
#Range: 1.0 ~ 16.0
Maximum = 3.0
[Endermen]
#Endermen teleport the player near him when can't reach him for a while.
"Enable [Experimental] Get Over Here" = false
#Endermen teleport the player near him when can't reach him for a while.
[Endermen."[Experimental] Get Over Here"]
#Chance for a enderman to get the Get Over Here AI
#Range: 0.0 ~ 1.0
"Get Over Here Chance" = 0.15
[Drowneds]
#Makes drowned swim speed based off swim speed attribute instead of movement speed. Only drowneds in the enhancedai:change_drowned_swimming entity type tag are affected by this feature.
"Enable Drowned Swimming" = true
#Makes drowned swim speed based off swim speed attribute instead of movement speed. Only drowneds in the enhancedai:change_drowned_swimming entity type tag are affected by this feature.
[Drowneds."Drowned Swimming"]
#Multiplier for the swim speed of Drowneds. Note that the swim speed is also affected by the Movement Feature. Set to 0 to disable the multiplier.
#Range: 0.0 ~ 4.0
"Swim Speed Multiplier" = 0.3
[Creepers]
#Various changes to Creepers exploding. Ignoring Walls, Walking Fuse and smarter exploding based off explosion size. Only creepers in the enhancedai:change_creeper_swell entity type tag are affected by this feature.
"Enable Creeper Swell" = true
#Various changes to Creepers exploding. Ignoring Walls, Walking Fuse and smarter exploding based off explosion size. Only creepers in the enhancedai:change_creeper_swell entity type tag are affected by this feature.
[Creepers."Creeper Swell"]
#Percentage chance for a Creeper to keep walking while exploding. This is overwritten if the creeper has the beta property.
#Range: 0.0 ~ 1.0
"Walking Fuse Chance" = 0.1
#Speed modifier when a walking fuse creeper is swelling.
#Range: -1.0 ~ 64.0
"Walking Fuse Speed Modifier" = -0.5
#Percentage chance for a Creeper to ignore walls while targeting a player. This means that a creeper will be able to explode if it's in the correct range from a player even if there's a wall between.
#Range: 0.0 ~ 1.0
"Ignore Walls Chance" = 0.65
#Breaching creepers will try to open a hole in the wall to let mobs in.
#Range: 0.0 ~ 1.0
"Breach Chance" = 0.075
#Beta creepers when exploding will walk around the target, like the creepers in pre-1.2.
#Range: 0.0 ~ 1.0
"Beta Creeper Chance" = 0.35
#Disables the creeper feature that makes them start swelling when falling.
"Disable falling swelling" = true
#If true creepers will ignite if damaged by an explosion.
"TNT Like" = false
#Makes creepers blow up on death like when they were added back in 0.30
#Allowed Values: NONE, CHARGED, ALL
"Blow up on death" = "NONE"
#If IguanaTweaks Reborn is installed and Explosion Overhaul is enabled, Angry creeper will deal more knockback and break more blocks and breaching creepers will break more blocks
"IguanaTweaks Reborn Integration" = true
[Creepers."Creeper Swell".Launch]
#Launching creepers will try ignite and throw themselves at the player.
#Range: 0.0 ~ 1.0
Chance = 0.05
#If true, Launching Creepers emit particles
Particles = true
#The inaccuracy of the launching creeper in Normal difficulty, easy is increased, hard is decreased.
#Range: 0.0 ~ 8.0
inaccuracy = 0.5
#The explosion radius of launching creepers. Set to 0 to not change. (Overrides Cena creepers explosion radius)
#Range: 0 ~ 127
"Explosion Radius" = 2
[Creepers."Creeper Swell"."Angry Creeper"]
#Chance for a creeper to spawn angry
#Range: 0.0 ~ 1.0
Chance = 0.03
#If true, Angry Creeper emits particles
Particles = true
#The special sound effect that the Angry Creeper plays
#Allowed Values: NONE, CENA, WTF_BOOM
Sounds = "WTF_BOOM"
#If true, Angry Creeper will have a name
Name = true
#When ignited, Angry Creeper will not stop swelling
"Force Explosion" = false
#Makes angry creepers blow up on death like when they were added back in 0.30
"Explode on death" = true
#If true, Angry Creeper explosion will generate fire
"Generates fire" = false
#Explosion power of Angry Creeper
#Range: 0.0 ~ 12.0
"Explosion power" = 4.0
#Angry Creeper will not stop swelling when triggered
"Forced Explosion" = true
[Bugs]
#Let them swarm. This also changes the Merge With stone goal to have 1.5 seconds cooldown before trying to merge, to prevent them from instantly getting into stone without having the chance to target someone.
"Enable Silverfish" = true
#Let them swarm. This also changes the Merge With stone goal to have 1.5 seconds cooldown before trying to merge, to prevent them from instantly getting into stone without having the chance to target someone.
[Bugs.Silverfish]
#Chance (1 in x every 2 ticks) for a silverfish to merge with a stone block. Vanilla is 10.
#Range: > 1
"Chance to merge with stone" = 10
#Vanilla is 20.
#Range: > 0
"Ticks after hurt to wake up friends" = 10
#In vanilla everytime a silverfish is woken up there is 1 in 2 chance to stop waking up more silverfish. This changes the 1 in x chance.
#Range: > 1
"Chance to stop waking up friends" = 10
#Y range on which a hurt silverfish checks for infested stone to break. Vanilla is 5.
#Range: 1 ~ 32
"Vertical Wake up Range" = 5
#XZ range on which a hurt silverfish checks for infested stone to break. Vanilla is 10.
#Range: 1 ~ 32
"Horizontal Wake up Range" = 10
[Blazes]
#Make blazes fire faster/more fireballs. Only mobs in enhancedai:change_blaze_attack entity type tag are affected by this feature.
"Enable Blaze Attack" = true
#Make blazes fire faster/more fireballs. Only mobs in enhancedai:change_blaze_attack entity type tag are affected by this feature.
[Blazes."Blaze Attack"]
#How many ticks pass between shooting fireballs. Vanilla is 6
[Blazes."Blaze Attack"."Time Between Fireballs"]
#Range: 1.0 ~ 300.0
Minimum = 4.0
#Range: 1.0 ~ 300.0
Maximum = 10.0
#How many fireballs blazes shoots. Vanilla is 3
[Blazes."Blaze Attack"."Fireballs shot"]
#Range: 1.0 ~ 64.0
Minimum = 3.0
#Range: 1.0 ~ 64.0
Maximum = 8.0
#Time (in ticks) taken by the blaze to recharge (before setting himself on fire). Vanilla is 100
[Blazes."Blaze Attack"."Recharge time"]
#Range: 1.0 ~ 600.0
Minimum = 60.0
#Range: 1.0 ~ 600.0
Maximum = 100.0
#Time (in ticks) taken by the blaze to charge (while on fire before shooting fireballs). Vanilla is 60
[Blazes."Blaze Attack"."Charge time"]
#Range: 1.0 ~ 600.0
Minimum = 30.0
#Range: 1.0 ~ 600.0
Maximum = 60.0
#How many fireballs are shot per shot. Vanilla is 1
[Blazes."Blaze Attack"."Fireballs Per Shot"]
#Range: 1.0 ~ 8.0
Minimum = 1.0
#Range: 1.0 ~ 8.0
Maximum = 2.0
#The higher the more spread up shots will be. Setting both to -1 will use the vanilla behaviour (farther = more inaccuracy)
[Blazes."Blaze Attack".Inaccuracy]
#Range: -1.0 ~ 32.0
Minimum = 2.0
#Range: -1.0 ~ 32.0
Maximum = 8.0
[Animals]
#Makes animals not tempted by food. Use the entity type tag enhancedai:can_ignore_food_temptation to change animals.
"Enable Not Tempted Animals" = true
#Make animals fight back or be scared by players. Use the entity type tag enhancedai:can_fight_back and enhancedai:can_be_scared_by_players to add/remove animals.
"Enable Animals Scared Attack" = true
#Make animals flee/fight back when one is attacked
"Enable Animals Group Flee" = true
#Makes animals not tempted by food. Use the entity type tag enhancedai:can_ignore_food_temptation to change animals.
[Animals."Not Tempted Animals"]
#Animals have this percentage chance to not be temped by food.
#Range: 0.0 ~ 1.0
"Not tempted chance" = 0.5
#Make animals fight back or be scared by players. Use the entity type tag enhancedai:can_fight_back and enhancedai:can_be_scared_by_players to add/remove animals.
[Animals."Animals Scared Attack"]
#Animals have this percentage chance to be able to fight back instead of fleeing. Animals have a slightly bigger range to attack. Attack damage can't be changed via config due to limitation so use mods like Mobs Properties Randomness to change the damage. Base damage is 3
#Range: 0.0 ~ 1.0
"Fight back chance" = 0.35
#Animals have this percentage chance to be scared by players and run away. Fight back chance has priority over this
#Range: 0.0 ~ 1.0
"Players Scared chance" = 0.25
#Movement speed multiplier when aggroed.
#Range: 0.0 ~ 4.0
"Movement Speed Multiplier" = 1.1
#Animals' knockback attribute will be set to this value.
#Range: 0.0 ~ 128.0
Knockback = 1.5
#Animals' knockback attribute will be increased/decreased based on the side of the mob.
"Knockback size based" = true
#Make animals flee/fight back when one is attacked
[Animals."Animals Group Flee"]
#Range at which an animal alerts other animals.
#Range: > 1
"Flee Range" = 24

View File

@ -0,0 +1,3 @@
{
chapter_groups: [{ id: "51EABD5138070E99", title: "The Elements of Grist" }]
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,252 @@
{
default_hide_dependency_lines: false
default_quest_shape: ""
filename: "base_building"
group: ""
id: "6FBBB837073CE2B6"
order_index: 4
quest_links: [ ]
quests: [
{
id: "5ECA7AF35F17175F"
size: 1.5d
tasks: [{
id: "1B2B3C5D2720231F"
item: "elevatorid:elevator_white"
type: "item"
}]
x: 3.0d
y: 3.75d
}
{
id: "14118D0F385F7068"
size: 1.5d
tasks: [{
id: "4B92C666306E651C"
item: "torchmaster:megatorch"
type: "item"
}]
x: 6.75d
y: 3.75d
}
{
id: "100FAEF17ED87F17"
tasks: [{
id: "612927805185214B"
item: "chipped:glassblower"
type: "item"
}]
x: 5.5d
y: 5.0d
}
{
id: "7B0EA9B4E4B710BA"
tasks: [{
id: "7C94D88563A3C591"
item: "chipped:botanist_workbench"
type: "item"
}]
x: 4.5d
y: 5.0d
}
{
id: "5D5B2D15D71B3628"
tasks: [{
id: "277026E5451F5A0E"
item: "chipped:carpenters_table"
type: "item"
}]
x: 5.0d
y: 6.0d
}
{
id: "020A4D935E3EE444"
tasks: [{
id: "49C4610AFBFD66D1"
item: "chipped:mason_table"
type: "item"
}]
x: 6.0d
y: 6.0d
}
{
id: "282C0CD54A9F4E56"
tasks: [{
id: "5A0C186F9F0F4F8F"
item: "chipped:tinkering_table"
type: "item"
}]
x: 5.5d
y: 7.0d
}
{
id: "7C298ADDEF29FF1D"
tasks: [{
id: "6F2D6588C10C448F"
item: "chipped:alchemy_bench"
type: "item"
}]
x: 4.5d
y: 7.0d
}
{
id: "5655E07E977C3BC6"
tasks: [{
id: "222A5AB004ADA085"
item: "chipped:loom_table"
type: "item"
}]
x: 4.0d
y: 6.0d
}
{
id: "1DF09355D0756A64"
tasks: [{
id: "539104218AE68472"
item: {
Count: 1
id: "rechiseled:chisel"
tag: { }
}
type: "item"
}]
x: 7.5d
y: 6.0d
}
{
dependencies: ["1D8715E10ECD144D"]
id: "38D3F4F331C2D1D9"
tasks: [{
id: "4FAB32FD0AC8E3FC"
item: "ironfurnaces:emerald_furnace"
type: "item"
}]
x: 1.5d
y: 5.5d
}
{
dependencies: ["37A8063ED16D96AE"]
id: "1D8715E10ECD144D"
tasks: [{
id: "65B343366ED9A904"
item: "ironfurnaces:diamond_furnace"
type: "item"
}]
x: 0.5d
y: 5.5d
}
{
dependencies: ["4CDC10475C7FAF44"]
id: "37A8063ED16D96AE"
tasks: [{
id: "00E067B401DAAD3D"
item: "ironfurnaces:iron_furnace"
type: "item"
}]
x: -0.5d
y: 5.5d
}
{
id: "4CDC10475C7FAF44"
tasks: [{
id: "3A8ACE46D605950D"
item: "ironfurnaces:copper_furnace"
type: "item"
}]
x: -1.5d
y: 5.5d
}
{
dependencies: ["4CDC10475C7FAF44"]
id: "1006E6923C13F6C8"
tasks: [{
id: "38D3C00111747A3D"
item: "ironfurnaces:augment_speed"
type: "item"
}]
x: -1.0d
y: 6.5d
}
{
id: "50693B215BDC1ECE"
tasks: [{
id: "79047C055B34FA3F"
item: "caupona:opus_latericium_hypocaust_firebox"
type: "item"
}]
x: 2.5d
y: 1.0d
}
{
id: "768BA0FB644E6DE8"
tasks: [{
id: "34F99B49E8BC0C18"
item: "mighty_mail:post_box"
type: "item"
}]
x: 0.0d
y: 8.0d
}
{
id: "657F0C6843284BD7"
tasks: [{
id: "1FE1BB6F076C3B0C"
item: "mighty_mail:oak_mail_box"
type: "item"
}]
x: 1.0d
y: 8.0d
}
{
id: "4AE06C0AF0669064"
tasks: [{
id: "740E731F7DBCD345"
item: "sootychimneys:brick_chimney"
type: "item"
}]
x: 6.0d
y: 2.0d
}
{
id: "7AA58EEC12999357"
tasks: [{
id: "28154B18904AE267"
item: "sleep_tight:hammock_white"
type: "item"
}]
x: 3.5d
y: 2.5d
}
{
id: "4479835552C836CF"
tasks: [{
id: "612E9662835786F7"
item: "handcrafted:acacia_fancy_bed"
type: "item"
}]
x: 2.0d
y: 2.5d
}
{
id: "2F5594DED9F71544"
tasks: [{
id: "14E51A88E5D0E2A1"
item: "handcrafted:acacia_chair"
type: "item"
}]
x: 1.5d
y: 3.5d
}
{
id: "0FA0611606894848"
tasks: [{
id: "281B71D0182DE8A4"
item: "handcrafted:acacia_side_table"
type: "item"
}]
x: 2.0d
y: 4.5d
}
]
title: "Base Building"
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,289 @@
{
default_hide_dependency_lines: false
default_quest_shape: ""
filename: "exploration"
group: ""
hide_quest_until_deps_visible: true
id: "63DD04C4BF729455"
order_index: 3
quest_links: [ ]
quests: [
{
id: "3B4DECE778382CA2"
tasks: [{
icon: "minecraft:skeleton_skull"
id: "64A175D3E95F2BCF"
structure: "irons_spellbooks:catacombs"
type: "structure"
}]
title: "The Catacombs"
x: -0.5d
y: 1.5d
}
{
id: "4CF28F643F89B903"
tasks: [{
advancement: "alexscaves:alexscaves/root"
criterion: ""
id: "6DED7031928AF180"
type: "advancement"
}]
x: -0.5d
y: 0.0d
}
{
dependencies: ["4CF28F643F89B903"]
id: "0ED19AB3CFC4C05E"
tasks: [{
id: "5079071CCA6B01D2"
item: {
Count: 1
id: "alexscaves:cave_tablet"
tag: {
CaveBiome: "alexscaves:magnetic_caves"
}
}
match_nbt: true
type: "item"
}]
x: -1.5d
y: -2.5d
}
{
dependencies: ["71736D8FE0E6F415"]
id: "752A3C018945F1BD"
tasks: [{
biome: "alexscaves:abyssal_chasm"
id: "2119471C508AC803"
type: "biome"
}]
x: -0.5d
y: -4.5d
}
{
dependencies: ["7EC54E973CE6AAB8"]
id: "3B0DD5C1A4D62C6A"
tasks: [{
biome: "alexscaves:forlorn_hollows"
id: "7DC94B2D8DD77EBC"
type: "biome"
}]
x: 1.5d
y: -3.5d
}
{
dependencies: ["0ED19AB3CFC4C05E"]
id: "34AFD0622D932E77"
tasks: [{
biome: "alexscaves:magnetic_caves"
id: "7773F30FB33BF7E8"
type: "biome"
}]
x: -2.5d
y: -3.5d
}
{
dependencies: ["117AF8E52479E1D9"]
id: "5BBF6CBE44F41189"
tasks: [{
biome: "alexscaves:primordial_caves"
id: "3F2DC5263BFC920E"
type: "biome"
}]
x: -3.5d
y: -1.5d
}
{
dependencies: ["5901ED471909F7DF"]
id: "287C1A71CF555FE6"
tasks: [{
biome: "alexscaves:toxic_caves"
id: "65A0206477F4878B"
type: "biome"
}]
x: 2.5d
y: -1.5d
}
{
dependencies: ["4CF28F643F89B903"]
id: "117AF8E52479E1D9"
tasks: [{
id: "57125126E56FF492"
item: {
Count: 1
id: "alexscaves:cave_tablet"
tag: {
CaveBiome: "alexscaves:primordial_caves"
}
}
match_nbt: true
type: "item"
}]
x: -2.0d
y: -1.5d
}
{
dependencies: ["4CF28F643F89B903"]
id: "5901ED471909F7DF"
tasks: [{
id: "438D83D1EBA8D6C2"
item: {
Count: 1
id: "alexscaves:cave_tablet"
tag: {
CaveBiome: "alexscaves:toxic_caves"
}
}
match_nbt: true
type: "item"
}]
x: 1.0d
y: -1.5d
}
{
dependencies: ["4CF28F643F89B903"]
id: "71736D8FE0E6F415"
tasks: [{
id: "19BAF437BBFCD77D"
item: {
Count: 1
id: "alexscaves:cave_tablet"
tag: {
CaveBiome: "alexscaves:abyssal_chasm"
}
}
match_nbt: true
type: "item"
}]
x: -0.5d
y: -3.0d
}
{
dependencies: ["4CF28F643F89B903"]
id: "7EC54E973CE6AAB8"
tasks: [{
id: "61B85258FD85E5FE"
item: {
Count: 1
id: "alexscaves:cave_tablet"
tag: {
CaveBiome: "alexscaves:forlorn_hollows"
}
}
match_nbt: true
type: "item"
}]
x: 0.5d
y: -2.5d
}
{
id: "6966674AA3C65724"
size: 1.5d
tasks: [{
id: "18B7B6C7E2910DBD"
item: "comforts:sleeping_bag_white"
type: "item"
}]
x: 3.0d
y: 0.75d
}
{
id: "44C9135E373FC334"
tasks: [{
id: "5AF8F60882215A3D"
item: "heartstone:heartstone"
type: "item"
}]
x: 0.0d
y: 5.0d
}
{
id: "3B2FC6D39E9E4E8B"
tasks: [{
id: "2CD06EDC873CFB84"
item: "scalinghealth:cursed_heart"
type: "item"
}]
x: -2.0d
y: 4.5d
}
{
id: "65644BD6B19A08E4"
tasks: [{
id: "0E6C08DD9398BFAD"
item: "scalinghealth:enchanted_heart"
type: "item"
}]
x: -2.5d
y: 5.5d
}
{
id: "3834F162B384B5E5"
tasks: [{
id: "4B39BCEEC2C5AEA2"
item: "scalinghealth:chance_heart"
type: "item"
}]
x: -1.5d
y: 5.5d
}
{
id: "6B492524FEF37E36"
tasks: [{
advancement: "apotheosis:affix/chests"
criterion: ""
id: "7A39C38ADE1DC260"
type: "advancement"
}]
x: -4.0d
y: 1.5d
}
{
id: "51BCEB30544875B2"
tasks: [{
advancement: "apotheosis:affix/rare"
criterion: ""
id: "6BB4942AE4D5A6D2"
type: "advancement"
}]
x: -4.0d
y: 0.5d
}
{
id: "0D2256A0B8FAD1F2"
tasks: [{
advancement: "apotheosis:affix/random"
criterion: ""
id: "2934F9205701D729"
type: "advancement"
}]
x: -4.0d
y: 2.5d
}
{
id: "6FD19CDA1A10E53E"
tasks: [{
advancement: "lootr:1chest"
criterion: ""
id: "33B96B951AF51359"
type: "advancement"
}]
x: 3.0d
y: 3.0d
}
{
icon: "apotheosis:boss_summoner"
id: "51BB2AD35E31107F"
tasks: [{
advancement: "apotheosis:affix/boss"
criterion: ""
id: "5FFCED6FBA6E4577"
type: "advancement"
}]
title: "Apothic Bosses"
x: -4.0d
y: 3.5d
}
]
title: "Exploration"
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,311 @@
{
autofocus_id: "0C96EE71C60151F8"
default_hide_dependency_lines: false
default_quest_shape: ""
filename: "grist"
group: "51EABD5138070E99"
hide_quest_details_until_startable: true
hide_quest_until_deps_visible: true
icon: "kubejs:grist_primordeal_basic"
id: "601836B2E74F052A"
order_index: 0
quest_links: [ ]
quests: [
{
dependencies: [
"4AB322147A660753"
"7597C46B1E0C7FD3"
"60A7E25054314732"
"78E1F395AFA520AC"
"37644E2FC80607E2"
]
id: "6C92AB713C2869BB"
shape: "gear"
size: 1.5d
tasks: [{
id: "21CB3CFC0E52B3D1"
item: "kubejs:grist_primordeal_improved"
type: "item"
}]
title: "Improved Grist"
x: 5.0d
y: 1.0d
}
{
dependencies: [
"41FD59828282C5FF"
"2BC39A72B906FD5F"
"13BFF4A741078E25"
"038A9B280375E28D"
"1D8E38BAFB11B41E"
]
description: [
"By now, you're able to produce any element of Radiant grist in great quantities."
""
"With your beautiful Radiant Grist in hand, you can combine all five elements to create the end-game source of grist:"
""
"Universal Grist!"
""
"Universal Grist can be used to replace elemental grists in any recipe. With this, you've effectively unlocked Creative Mode and won the game!"
""
"&lCongrats!&r"
]
hide: false
id: "4775C381227F660A"
shape: "hexagon"
size: 2.0d
subtitle: "Limitless Potential"
tasks: [
{
id: "44E798A45CF2F5A2"
item: "kubejs:grist_universal_basic"
type: "item"
}
{
id: "0F70D325CFE34309"
item: "kubejs:grist_universal_improved"
type: "item"
}
{
id: "708CC50982562A40"
item: "kubejs:grist_universal_radiant"
type: "item"
}
]
title: "Creative Mode"
x: 5.0d
y: -5.0d
}
{
dependencies: [
"6C92AB713C2869BB"
"62BEF18B05778C56"
"469477A47E8B27BE"
"2400D8BD57F7F3C2"
"243881F54DD53F25"
]
id: "038A9B280375E28D"
shape: "gear"
size: 1.5d
tasks: [{
id: "3D5E669F156D9CA0"
item: "kubejs:grist_primordeal_radiant"
type: "item"
}]
title: "Radiant Grist"
x: 5.0d
y: -2.0d
}
{
dependencies: ["038A9B280375E28D"]
id: "13BFF4A741078E25"
tasks: [{
id: "1F9361BE89C79FF5"
item: "kubejs:grist_build_radiant"
type: "item"
}]
x: 8.0d
y: -1.5d
}
{
dependencies: ["038A9B280375E28D"]
id: "2BC39A72B906FD5F"
tasks: [{
id: "71D3390591CDDB45"
item: "kubejs:grist_agricultural_radiant"
type: "item"
}]
x: 2.0d
y: -1.5d
}
{
dependencies: ["038A9B280375E28D"]
id: "1D8E38BAFB11B41E"
tasks: [{
id: "27B83BAD9AE3E5BC"
item: "kubejs:grist_energetic_radiant"
type: "item"
}]
x: 3.5d
y: -2.5d
}
{
dependencies: ["038A9B280375E28D"]
id: "41FD59828282C5FF"
tasks: [{
id: "1AAE9DE5A8968F5E"
item: "kubejs:grist_intelligent_radiant"
type: "item"
}]
x: 6.5d
y: -2.5d
}
{
dependencies: ["6C92AB713C2869BB"]
id: "62BEF18B05778C56"
tasks: [{
id: "574B43E8416BABF2"
item: "kubejs:grist_agricultural_improved"
type: "item"
}]
x: 2.0d
y: 1.5d
}
{
dependencies: ["6C92AB713C2869BB"]
id: "469477A47E8B27BE"
tasks: [{
id: "5BB602A74CE31F94"
item: "kubejs:grist_energetic_improved"
type: "item"
}]
x: 3.5d
y: 0.5d
}
{
dependencies: ["6C92AB713C2869BB"]
id: "2400D8BD57F7F3C2"
tasks: [{
id: "32D79C4ADF313BBE"
item: "kubejs:grist_intelligent_improved"
type: "item"
}]
x: 6.5d
y: 0.5d
}
{
dependencies: ["6C92AB713C2869BB"]
id: "243881F54DD53F25"
tasks: [{
id: "5EEEA7CC8242DD95"
item: "kubejs:grist_build_improved"
type: "item"
}]
x: 8.0d
y: 1.5d
}
{
dependencies: ["04B366DF570B5A00"]
description: [
"Wrap your one gravel in 8 cobblestone and you've got yourself one of the foundational elements known to Malloc:"
""
"&5Primordeal Grist!&r"
""
"With this, you're off to a good start. Go forth and dig up a nearby mountain until you've constructed 32 Basic Primordeal Grist."
]
id: "60A7E25054314732"
rewards: [{
exclude_from_claim_all: true
id: "1504DB2BB04200B1"
table_id: 7285187531624282820L
type: "random"
}]
shape: "gear"
size: 1.5d
subtitle: "Primordeal!"
tasks: [{
id: "2A469FAEE7CEC034"
item: "kubejs:grist_primordeal_basic"
type: "item"
}]
title: "Your First Grist"
x: 5.0d
y: 3.5d
}
{
dependencies: ["60A7E25054314732"]
description: [
"&aIntelligent Grist&r is used to craft things related to automation and enchanting."
""
"One of the first things you'll want to start crafting with Intelligent Grist is a decent storage system."
""
"Don't forget that you'll need some Energetic and Build grist to do that!"
]
id: "78E1F395AFA520AC"
rewards: [{
id: "7C1E769C237036BB"
item: "kubejs:grist_primordeal_basic"
type: "item"
}]
size: 1.0d
subtitle: "Automation! Enchanting!"
tasks: [{
id: "6BDE0F025ABAECFA"
item: "kubejs:grist_intelligent_basic"
type: "item"
}]
title: "Intelligent Grist"
x: 6.5d
y: 3.0d
}
{
dependencies: ["60A7E25054314732"]
description: [
"&2Energetic Grist&r is used to craft advanced technologies that run off of &cRedstone Flux&r."
""
"Very similar to boring electricity, Redstone Flux is used to power machines, gadgets, and most importantly: your storage grid."
]
id: "4AB322147A660753"
rewards: [{
id: "49D1FE79435D2D9E"
item: "kubejs:grist_primordeal_basic"
type: "item"
}]
size: 1.0d
subtitle: "Energizing!"
tasks: [{
id: "502C3CE10E7642DD"
item: "kubejs:grist_energetic_basic"
type: "item"
}]
title: "Energetic Grist"
x: 3.5d
y: 3.0d
}
{
dependencies: ["60A7E25054314732"]
description: ["&6Agricultural Grist&r comes from farming and mob grinding. You'll need it to craft faster ways of farming and more advanced mob grinding tools."]
id: "7597C46B1E0C7FD3"
rewards: [{
id: "3A7FF193C4CD5B1D"
item: "kubejs:grist_primordeal_basic"
type: "item"
}]
size: 1.0d
subtitle: "Farming!"
tasks: [{
id: "19D91B96B2E1AE5B"
item: "kubejs:grist_agricultural_basic"
type: "item"
}]
title: "Agricultural Grist"
x: 2.0d
y: 4.1d
}
{
dependencies: ["60A7E25054314732"]
description: [
"&3Build Grist&r comes from resource gathering and material processing. It is is used to craft even faster ways to gather resources and place blocks."
""
"You'll need a decent amount to craft any machines, so best stock up now."
]
id: "37644E2FC80607E2"
rewards: [{
id: "2DD7595014D02300"
item: "kubejs:grist_primordeal_basic"
type: "item"
}]
size: 1.0d
subtitle: "Eat the Earth!"
tasks: [{
id: "11E6EA7733A6ADFD"
item: "kubejs:grist_build_basic"
type: "item"
}]
title: "Build Grist"
x: 8.0d
y: 4.1d
}
]
title: "Primordeal Grist"
}

View File

@ -0,0 +1,934 @@
{
autofocus_id: "2C90301B307F9FBF"
default_hide_dependency_lines: false
default_quest_shape: ""
filename: "malloc_s4"
group: ""
id: "0086759A007B5129"
order_index: 0
quest_links: [ ]
quests: [
{
dependencies: ["01E560987CFAD0D3"]
description: [
"The very first tier of grist, &5Primordeal Grist&r, is used in nearly every recipe, with higher tiers requiring a tremendous quantity of the stuff."
""
"But, how do you get your hands on some?"
""
"To get started, you first need to dig up some Cobblestone and Gravel"
]
id: "04B366DF570B5A00"
rewards: [{
id: "2340A95D92641944"
item: "kubejs:grist_primordeal_basic"
type: "item"
}]
shape: "gear"
size: 3.0d
subtitle: "Grist: What is It?"
tasks: [
{
consume_items: true
count: 8L
id: "161C748F2D0E0B64"
item: "minecraft:cobblestone"
type: "item"
}
{
consume_items: true
id: "481DC98C1759A45A"
item: "minecraft:gravel"
type: "item"
}
]
title: "Strike the Earth!"
x: -3.0d
y: 3.0d
}
{
id: "25BDF36929010E29"
shape: "diamond"
size: 2.0d
tasks: [{
id: "4A07AB3CD979F354"
item: {
Count: 1
id: "patchouli:guide_book"
tag: {
"patchouli:book": "patchouli:gristdex"
}
}
type: "item"
}]
x: 17.0d
y: 1.0d
}
{
description: [""]
id: "5B326C9AEF05AD9F"
size: 3.0d
subtitle: "Get Wood"
tasks: [{
id: "1FB2737ECD278058"
item: "minecraft:oak_log"
type: "item"
}]
title: "Punch Tree"
x: -1.5d
y: 6.0d
}
{
dependencies: ["5B326C9AEF05AD9F"]
id: "680E138150E1415C"
subtitle: "Use Wood"
tasks: [{
id: "62113F36B15396FB"
item: "minecraft:crafting_table"
type: "item"
}]
x: 0.5d
y: 4.5d
}
{
dependencies: ["680E138150E1415C"]
id: "50941C2D8F0E11E6"
subtitle: "Craft Wood"
tasks: [{
id: "0A6A87D88545B2CD"
item: {
Count: 1
id: "minecraft:wooden_pickaxe"
tag: {
Damage: 0
}
}
type: "item"
}]
title: "Wooden Pickaxe"
x: 0.5d
y: 3.0d
}
{
dependencies: ["50941C2D8F0E11E6"]
id: "01E560987CFAD0D3"
subtitle: "Better Than Wood?"
tasks: [{
id: "11C986E33D242D3B"
item: {
Count: 1
id: "minecraft:stone_pickaxe"
tag: {
Damage: 0
}
}
type: "item"
}]
x: 0.5d
y: 1.5d
}
{
dependencies: ["01E560987CFAD0D3"]
id: "2E950FA7C3094668"
tasks: [{
id: "69A5E4570829EC36"
item: "minecraft:coal"
type: "item"
}]
x: 2.5d
y: 1.5d
}
{
description: [
"Copper is tremendously abundant in the world, and it allows you to make some very sensible early-game tools."
""
"You'll want to dig up as much as you can find...but don't smelt it all just yet!"
]
id: "50318E30D5EEB218"
subtitle: "Glorious!"
tasks: [{
id: "5BD67D60C3571CBB"
item: "minecraft:raw_copper"
type: "item"
}]
title: "Everything Is Copper"
x: 4.0d
y: 3.5d
}
{
dependencies: [
"50318E30D5EEB218"
"2E950FA7C3094668"
"21E483BC9887B461"
]
description: [
"Take exactly 18 pieces of raw copper from your surely massive stash and smelt them directly into ingots."
""
"Then, make two copper blocks from the ingots. You'll also want three sticks for the next step..."
]
id: "3868A6BD4804ACB8"
subtitle: "Oops all smelted?"
tasks: [
{
count: 2L
id: "4E1BFE21CD18A4B4"
item: { Count: 2, id: "minecraft:copper_block" }
type: "item"
}
{
count: 3L
id: "7D55B6247E65BF99"
item: { Count: 3, id: "minecraft:stick" }
type: "item"
}
]
title: "Rock Your Blocks"
x: 4.0d
y: 1.5d
}
{
dependencies: ["3868A6BD4804ACB8"]
description: [
"With your two blocks and three sticks, craft yourself up a Copper Ore Hammer."
""
"Ore Hammers can be used to double your ores by smashing things into dust, which can then be smelted directly into ingots."
""
"You'll burn through them pretty quick with all the ores you'll end up digging, so now is a good time to smash up the rest of your copper horde into more copper ore hammers."
]
id: "0836A6ECDE510462"
subtitle: "*rock hands emoji*"
tasks: [{
id: "48FCE6114961D1F5"
item: {
Count: 1
id: "alltheores:copper_ore_hammer"
tag: {
Damage: 0
}
}
type: "item"
}]
title: "Hammer Time"
x: 6.0d
y: 1.5d
}
{
dependencies: ["0836A6ECDE510462"]
description: ["Combine your shiny new ore hammer with the rest of your copper ore in a crafting table."]
id: "7C740F70F3B46C27"
subtitle: "Heavy Metal"
tasks: [{
id: "1AD259B0EA6BFE5A"
item: "thermal:copper_dust"
type: "item"
}]
title: "Ore Crushing"
x: 6.0d
y: -1.5d
}
{
id: "21E483BC9887B461"
tasks: [{
id: "1D33205D1E729669"
item: "minecraft:furnace"
type: "item"
}]
x: 4.0d
y: -0.5d
}
{
description: [
"The world is quite big, and the fastest way to travel long distance is with a Waystone."
""
"Waystones only spawn in villages, so you're better off building a starter base near one."
]
id: "329A2153D8A2F5CB"
size: 3.0d
tasks: [{
icon: "waystones:waystone"
id: "75B48F1197134AAD"
observe_type: 0
timer: 0L
to_observe: "waystones:waystone"
type: "observation"
}]
title: "Settling Down"
x: -7.5d
y: 3.0d
}
{
dependencies: [
"7C740F70F3B46C27"
"21E483BC9887B461"
]
description: [
"With your copper ingots, you should now be able to upgrade your boring cobblestone furnace into a Copper Furnace!"
""
"Copper Furnaces smelt a little bit faster, and provide some very basic automation."
""
"Place one next to a chest and you can configure it to pull dusts out and push smelted ingots back in."
]
id: "4D0797BD032C2DDA"
subtitle: "Faster Smelting!"
tasks: [{
id: "0D96DB31F7BBF4AC"
item: "ironfurnaces:copper_furnace"
type: "item"
}]
x: 4.0d
y: -3.0d
}
{
id: "09CDF63D651D24FF"
tasks: [{
id: "1DE275AF49A0F469"
item: "minecraft:raw_iron"
type: "item"
}]
x: 1.5d
y: -5.0d
}
{
dependencies: ["09CDF63D651D24FF"]
id: "6271C0484665D22C"
tasks: [{
id: "3887C9AE331A4BBF"
item: "thermal:iron_dust"
type: "item"
}]
x: 3.0d
y: -5.0d
}
{
dependencies: ["329A2153D8A2F5CB"]
id: "72931F727A38B629"
tasks: [{
id: "7CFA92CAF7C8984C"
item: "easy_villagers:villager"
type: "item"
}]
x: -7.5d
y: 0.0d
}
{
dependencies: ["4D0797BD032C2DDA"]
id: "600E1110AF7A3F44"
tasks: [{
id: "25CA3FFA75EAFEB7"
item: {
Count: 1
id: "everythingcopper:copper_sword"
tag: {
Damage: 0
}
}
type: "item"
}]
x: 2.5d
y: -1.5d
}
{
dependencies: ["4D0797BD032C2DDA"]
id: "0FD17B0F6B295340"
tasks: [{
id: "428875346ABBB5E6"
item: {
Count: 1
id: "everythingcopper:copper_shears"
tag: {
Damage: 0
}
}
type: "item"
}]
x: 2.5d
y: -3.5d
}
{
dependencies: [
"4D0797BD032C2DDA"
"6271C0484665D22C"
]
id: "1079FCD36E9301BF"
tasks: [{
id: "62D966CEB06EF20C"
item: "ironfurnaces:iron_furnace"
type: "item"
}]
x: 4.0d
y: -5.0d
}
{
dependencies: ["1079FCD36E9301BF"]
id: "5BD9C744D78D35EE"
tasks: [{
count: 5L
id: "46D85D6CC56A808C"
item: { Count: 5, id: "minecraft:iron_ingot" }
type: "item"
}]
x: 7.0d
y: -5.0d
}
{
dependencies: ["4D0797BD032C2DDA"]
id: "59A7961AD9E7DAA5"
tasks: [{
id: "7521D6C37A374C71"
item: {
Count: 1
id: "everythingcopper:copper_axe"
tag: {
Damage: 0
}
}
type: "item"
}]
x: 2.5d
y: -2.5d
}
{
dependencies: ["4D0797BD032C2DDA"]
id: "1241D484B6F04FF4"
tasks: [{
id: "39EC1B954FEC3EC4"
item: {
Count: 1
id: "everythingcopper:copper_pickaxe"
tag: {
Damage: 0
}
}
type: "item"
}]
x: 3.5d
y: -1.5d
}
{
dependencies: ["5B326C9AEF05AD9F"]
id: "32BF3B4D3F9F3756"
tasks: [{
id: "301E3B308090B1DD"
item: "minecraft:chest"
type: "item"
}]
x: 3.0d
y: 5.5d
}
{
dependencies: ["32BF3B4D3F9F3756"]
id: "3B83BF66D98C902C"
tasks: [{
id: "3D4B39C46FD0DA13"
item: {
Count: 1
id: "sophisticatedstorage:chest"
tag: {
uuid: [I;
154406692
399196941
-1355628408
1008233883
]
woodType: "oak"
}
}
type: "item"
}]
x: 5.0d
y: 5.5d
}
{
id: "70FB759F7AFA8FF6"
tasks: [{
id: "4F765B8F89F10B41"
item: "minecraft:campfire"
type: "item"
}]
x: 11.0d
y: -5.0d
}
{
id: "2E555E83874EB79D"
tasks: [{
count: 16L
id: "2D82E7EAA219B3EF"
item: "minecraft:clay_ball"
type: "item"
}]
x: 11.0d
y: -2.0d
}
{
dependencies: ["2E555E83874EB79D"]
id: "304CC45CA7700780"
tasks: [{
id: "1B0A4128C07CD07A"
item: "minecraft:brick"
type: "item"
}]
x: 9.0d
y: -4.0d
}
{
id: "5542E9260E354E81"
tasks: [{
id: "53A1B72986E5BE72"
item: "croptopia:flour"
type: "item"
}]
x: 4.5d
y: -8.0d
}
{
dependencies: [
"187BC92FDBDB7B89"
"5542E9260E354E81"
]
id: "76B4ECBA5716CD59"
tasks: [{
id: "3BFF7B151ABE06BA"
item: "croptopia:dough"
type: "item"
}]
x: 5.0d
y: -9.5d
}
{
dependencies: ["5BD9C744D78D35EE"]
id: "7E0BDE25AAD31EE0"
tasks: [{
id: "2DD665831335256F"
item: "minecraft:bucket"
type: "item"
}]
x: 6.0d
y: -6.5d
}
{
dependencies: ["7E0BDE25AAD31EE0"]
id: "187BC92FDBDB7B89"
tasks: [{
id: "248379AC664608FB"
item: "minecraft:water_bucket"
type: "item"
}]
x: 5.5d
y: -8.0d
}
{
dependencies: ["393204A308C656F8"]
id: "66D0542044468B6B"
tasks: [{
id: "015276870B3ED8DB"
item: "minecraft:sugar"
type: "item"
}]
x: 7.5d
y: -9.5d
}
{
id: "393204A308C656F8"
tasks: [{
id: "5C6DFCA53B0EC53E"
item: "minecraft:sugar_cane"
type: "item"
}]
x: 7.5d
y: -8.0d
}
{
id: "68D621F1CD34B5A8"
tasks: [{
id: "47E3EB013E74AF9B"
item: "minecraft:brown_mushroom"
type: "item"
}]
x: 6.5d
y: -8.0d
}
{
dependencies: [
"68D621F1CD34B5A8"
"66D0542044468B6B"
"187BC92FDBDB7B89"
]
id: "06BB6F9CA8BCFE4E"
tasks: [{
id: "74483091CB2BE43E"
item: "bakery:yeast"
type: "item"
}]
x: 6.0d
y: -9.5d
}
{
dependencies: ["07D74CE0648AF3A3"]
id: "481E03FC0ED76E45"
shape: "hexagon"
tasks: [{
id: "1C492DFC95184F2E"
item: "caupona:stew_pot"
type: "item"
}]
x: 12.0d
y: -6.5d
}
{
dependencies: ["2E555E83874EB79D"]
id: "07D74CE0648AF3A3"
tasks: [{
id: "502B3D70EB2EE02C"
item: "caupona:clay_cistern"
type: "item"
}]
x: 12.5d
y: -4.0d
}
{
dependencies: [
"509937A9AD1D4E2F"
"48E87754E31DF0AB"
"0984224AF8A8A006"
"4C623A7742C133A4"
"75B499931D0F353F"
"66D0542044468B6B"
"38CB45ED987BEFBC"
]
id: "579E07646DACB95C"
tasks: [{
id: "4E1F194CFE68C0BD"
item: "kubejs:grist_chutney"
type: "item"
}]
x: 9.0d
y: -9.5d
}
{
dependencies: ["481E03FC0ED76E45"]
id: "4C623A7742C133A4"
tasks: [{
id: "0F9BE041B654D3DB"
item: {
Count: 1
id: "caupona:vinegar_spice_jar"
tag: {
Damage: 0
}
}
type: "item"
}]
x: 11.0d
y: -7.5d
}
{
id: "0984224AF8A8A006"
tasks: [{
id: "24E9D3495A3ABC19"
item: {
Count: 1
id: "caupona:chives_spice_jar"
tag: {
Damage: 0
}
}
type: "item"
}]
x: 11.0d
y: -9.5d
}
{
dependencies: [
"48E87754E31DF0AB"
"304CC45CA7700780"
"5BD9C744D78D35EE"
]
id: "509937A9AD1D4E2F"
shape: "hexagon"
tasks: [{
id: "4B33EBBD60A124A8"
item: "farmersdelight:cooking_pot"
type: "item"
}]
x: 8.0d
y: -6.5d
}
{
id: "75B499931D0F353F"
tasks: [{
id: "4410BE8EFCD05086"
item: "kubejs:grist_primordeal_basic_block"
type: "item"
}]
x: 9.0d
y: -11.5d
}
{
dependencies: [
"70FB759F7AFA8FF6"
"304CC45CA7700780"
]
id: "48E87754E31DF0AB"
tasks: [{
id: "4482F15B8D90CD6A"
item: "farmersdelight:stove"
type: "item"
}]
x: 10.0d
y: -6.5d
}
{
id: "38CB45ED987BEFBC"
tasks: [{
icon: "minecraft:apple"
id: "4DF134D5E4723729"
item: {
Count: 1
id: "itemfilters:tag"
tag: {
value: "forge:fruits"
}
}
type: "item"
}]
title: "Fruits"
x: 10.5d
y: -11.0d
}
{
dependencies: [
"76B4ECBA5716CD59"
"06BB6F9CA8BCFE4E"
"75B499931D0F353F"
"579E07646DACB95C"
]
id: "6D70951BC02219FD"
size: 3.0d
tasks: [{
id: "50A45B52C7500673"
item: "kubejs:grist_agricultural_basic"
type: "item"
}]
x: 7.0d
y: -11.5d
}
{
dependencies: ["04B366DF570B5A00"]
id: "353ACC4BE42645E7"
size: 4.0d
tasks: [{
id: "1975C60967CC0EEA"
item: "kubejs:grist_primordeal_basic"
type: "item"
}]
x: -4.0d
y: -2.0d
}
{
description: ["While mining through stone, you'll occasionally find small pieces of Grist Essence which can be combined to create Primordeal Grist."]
id: "2A0CA214483C8DFE"
tasks: [{
id: "7B7A43FD0E1B6CC6"
item: "kubejs:grist_essence"
type: "item"
}]
x: -1.5d
y: 0.5d
}
{
id: "44A4405EB8D00254"
tasks: [{
id: "2B9014D970D7598C"
item: "kubejs:coarse_grist_aggregate"
type: "item"
}]
x: -6.0d
y: -9.5d
}
{
dependencies: ["44A4405EB8D00254"]
id: "010456AF4A4F1758"
tasks: [{
id: "65007669CF867DEB"
item: "kubejs:reduced_grist_aggregate"
type: "item"
}]
x: -8.5d
y: -9.5d
}
{
dependencies: ["010456AF4A4F1758"]
id: "4CC7551E205E94DA"
tasks: [{
id: "17063D50724AC552"
item: "kubejs:refined_grist_aggregate"
type: "item"
}]
x: -11.0d
y: -9.5d
}
{
dependencies: ["4CC7551E205E94DA"]
id: "61ECDF760FB472CD"
tasks: [{
id: "1F50C47169CA5B46"
item: "kubejs:grist_build_basic"
type: "item"
}]
x: -13.0d
y: -9.5d
}
{
dependencies: [
"776475C5DB546214"
"55AE0E6D7E1F2BD9"
]
id: "099FCFEA82C4EE81"
tasks: [{
id: "5BDC9BE683EC4297"
item: "kubejs:grist_intelligent_basic"
type: "item"
}]
x: 1.0d
y: -18.0d
}
{
dependencies: [
"2B422DDB3486F4BB"
"13F896F7E817A47E"
"58F1A5DEC898E2B0"
]
id: "2BF719CC62643A24"
tasks: [{
id: "4F3CC28BD026AED4"
item: "kubejs:sacred_flesh"
type: "item"
}]
x: -2.5d
y: -13.5d
}
{
dependencies: [
"12401A1A905BC014"
"2BF719CC62643A24"
"1E529587F66C8D1C"
]
id: "776475C5DB546214"
tasks: [{
id: "27EF06A6D0725F87"
item: "kubejs:insightful_tincture"
type: "item"
}]
x: 0.5d
y: -15.0d
}
{
dependencies: ["58F1A5DEC898E2B0"]
id: "12401A1A905BC014"
tasks: [{
id: "1DDECF4033294A8A"
item: "kubejs:insightful_blend"
type: "item"
}]
x: -0.5d
y: -12.0d
}
{
id: "13F896F7E817A47E"
tasks: [{
id: "2C91747D4ABE5AC6"
item: "thermal:gold_dust"
type: "item"
}]
x: -4.5d
y: -14.0d
}
{
id: "58F1A5DEC898E2B0"
tasks: [{
id: "7307273885A39193"
item: "thermal:lapis_dust"
type: "item"
}]
x: -1.0d
y: -13.5d
}
{
id: "2B422DDB3486F4BB"
tasks: [{
id: "019CA1D1DDD9D334"
item: "minecraft:rotten_flesh"
type: "item"
}]
x: -3.0d
y: -15.5d
}
{
id: "1E529587F66C8D1C"
tasks: [{
id: "23E4EBC001BB9FC3"
item: "kubejs:grist_primordeal_basic_block"
type: "item"
}]
x: 1.5d
y: -13.5d
}
{
id: "55AE0E6D7E1F2BD9"
tasks: [{
id: "64AA284B8962755D"
item: "minecraft:enchanting_table"
type: "item"
}]
x: 2.0d
y: -15.5d
}
{
description: [
"Your goal in this modpack is to reach &5Creative Mode&r by progressing through the 3 tiers of the &bElements of Grist&r:"
""
"&eAgricultural&r - Crops, Animal Caretaking, Cooking and Mob Farming"
"&bBuild&r - Mining, Material Handling, Ore Processing and Building"
"&4Energetic&r - Power generation and Transportation"
"&aIntelligent&r - Automation, Magic, and Exploration"
""
"Progressing through each tier requires contribution from all four elements."
]
icon: "kubejs:grist_universal_radiant"
id: "2C90301B307F9FBF"
size: 5.0d
subtitle: "Welcome to Malloc!"
tasks: [{
id: "278EB0A8EFC227E3"
title: "Getting Started"
type: "checkmark"
}]
x: -5.0d
y: 7.5d
}
{
id: "1A7E9336CF6F7E1C"
tasks: [{
icon: {
Count: 1
id: "itemfilters:tag"
tag: {
value: "minecraft:beds"
}
}
id: "4FB93A7C348C9AFA"
item: {
Count: 1
id: "itemfilters:tag"
tag: {
value: "minecraft:beds"
}
}
match_nbt: true
type: "item"
}]
x: -10.0d
y: 1.0d
}
]
title: "Malloc S4"
}

View File

@ -0,0 +1,572 @@
{
default_hide_dependency_lines: false
default_quest_shape: ""
filename: "tools_and_weapons"
group: ""
id: "06B918C7F54F2EDA"
order_index: 2
quest_links: [ ]
quests: [
{
id: "550BFE9D0FC39AAC"
size: 1.5d
tasks: [{
id: "590675A7007A963F"
item: "sophisticatedbackpacks:backpack"
type: "item"
}]
x: -2.0d
y: 2.5d
}
{
dependencies: ["550BFE9D0FC39AAC"]
id: "0D571DD87A019793"
tasks: [{
id: "5ED939E9992864B4"
item: "sophisticatedbackpacks:copper_backpack"
type: "item"
}]
x: -2.0d
y: 4.0d
}
{
dependencies: ["0D571DD87A019793"]
id: "51479B339BF51613"
tasks: [{
id: "4D7C23554C6324DF"
item: "sophisticatedbackpacks:iron_backpack"
type: "item"
}]
x: -3.0d
y: 3.5d
}
{
dependencies: ["51479B339BF51613"]
id: "78B8CC4B4E0B704D"
tasks: [{
id: "76073E0B14A063A6"
item: "sophisticatedbackpacks:gold_backpack"
type: "item"
}]
x: -3.5d
y: 2.5d
}
{
dependencies: ["78B8CC4B4E0B704D"]
id: "31E11CB8ACCCC96C"
tasks: [{
id: "32E0DEBF2A47C1DC"
item: "sophisticatedbackpacks:diamond_backpack"
type: "item"
}]
x: -3.0d
y: 1.5d
}
{
dependencies: ["31E11CB8ACCCC96C"]
id: "7201A3239F90C7AE"
tasks: [{
id: "5E161CA31F624ABC"
item: "sophisticatedbackpacks:netherite_backpack"
type: "item"
}]
x: -2.0d
y: 1.0d
}
{
dependencies: ["75242A46C7BCD79E"]
id: "7E6826884EE948D5"
tasks: [{
id: "434216DA10E70CB3"
item: "sophisticatedbackpacks:stack_upgrade_starter_tier"
type: "item"
}]
x: -0.5d
y: 1.5d
}
{
dependencies: ["550BFE9D0FC39AAC"]
id: "75242A46C7BCD79E"
tasks: [{
id: "1C7E6F7D25EEC81B"
item: "sophisticatedbackpacks:upgrade_base"
type: "item"
}]
x: -0.5d
y: 2.5d
}
{
dependencies: ["75242A46C7BCD79E"]
id: "00FCF61F5D0E287C"
tasks: [{
id: "54257692C67352DE"
item: "sophisticatedbackpacks:pickup_upgrade"
type: "item"
}]
x: -0.5d
y: 3.5d
}
{
dependencies: ["7E6826884EE948D5"]
id: "30D125FE6BB77ADE"
tasks: [{
id: "313E4C36096BF468"
item: "sophisticatedbackpacks:stack_upgrade_tier_1"
type: "item"
}]
x: -1.0d
y: 0.5d
}
{
dependencies: ["30D125FE6BB77ADE"]
id: "02755639CE827EB5"
tasks: [{
id: "2755C993F7A897AC"
item: "sophisticatedbackpacks:stack_upgrade_tier_2"
type: "item"
}]
x: -2.0d
y: 0.0d
}
{
dependencies: ["02755639CE827EB5"]
id: "35F1D44BF0A3B79A"
tasks: [{
id: "5867D4F21E07E5D9"
item: "sophisticatedbackpacks:stack_upgrade_tier_3"
type: "item"
}]
x: -3.0d
y: 0.5d
}
{
dependencies: ["35F1D44BF0A3B79A"]
id: "375AAFAB240F3F04"
tasks: [{
id: "3E71E9C1A2A59DE7"
item: "sophisticatedbackpacks:stack_upgrade_tier_4"
type: "item"
}]
x: -4.0d
y: 1.5d
}
{
dependencies: ["75242A46C7BCD79E"]
id: "3879F11F254EF5B5"
tasks: [{
id: "3466C500B2AC6352"
item: "sophisticatedbackpacks:feeding_upgrade"
type: "item"
}]
x: 0.5d
y: 2.5d
}
{
dependencies: ["1AFEC9EB07AA037A"]
id: "34CF94AAABDC2EEB"
tasks: [{
id: "29C21BE77629D2C5"
item: "apotheosis:gem_cutting_table"
type: "item"
}]
x: -3.5d
y: 5.0d
}
{
dependencies: ["492E34B083ABB858"]
id: "1AFEC9EB07AA037A"
tasks: [{
id: "0EFA733818DCE4D7"
item: "apotheosis:gem_dust"
type: "item"
}]
x: -2.0d
y: 5.0d
}
{
id: "492E34B083ABB858"
tasks: [{
advancement: "apotheosis:affix/gem"
criterion: ""
id: "4C317CD43AA311DA"
type: "advancement"
}]
title: "Gems"
x: -0.5d
y: 5.0d
}
{
id: "4C3189CEA955FD61"
tasks: [{
id: "01852092489053AC"
item: "exposure:camera"
type: "item"
}]
x: 3.5d
y: 3.0d
}
{
id: "2778DB1C141B4626"
tasks: [{
id: "510B249289B81173"
item: "exposure:lightroom"
type: "item"
}]
x: 2.5d
y: 3.0d
}
{
dependencies: [
"2778DB1C141B4626"
"4C3189CEA955FD61"
]
id: "05A7BC24CE1C1784"
tasks: [{
id: "5FD80278B733C47B"
item: "exposure:black_and_white_film"
type: "item"
}]
x: 2.5d
y: 4.0d
}
{
dependencies: ["05A7BC24CE1C1784"]
id: "563456CB50A79F2D"
tasks: [{
id: "1D07C4905A5D3FB5"
item: "exposure:developed_black_and_white_film"
type: "item"
}]
x: 2.5d
y: 5.0d
}
{
dependencies: [
"563456CB50A79F2D"
"24C099B1CA3D3A9D"
]
dependency_requirement: "one_completed"
id: "2F1C17BB485CF70A"
tasks: [{
id: "1D7E8C79D1DA6FE6"
item: "exposure:photograph"
type: "item"
}]
x: 3.0d
y: 6.0d
}
{
id: "6A6C09C831F80DC6"
tasks: [{
id: "6FA4BEED9A2611D0"
item: "scalinghealth:bandages"
type: "item"
}]
x: 6.5d
y: 1.5d
}
{
id: "7B1DB7D539EE9191"
tasks: [{
id: "557D2A6BB960A345"
item: "scalinghealth:medkit"
type: "item"
}]
x: 6.5d
y: 2.5d
}
{
dependencies: [
"2778DB1C141B4626"
"4C3189CEA955FD61"
]
id: "09740EB4785B62C9"
tasks: [{
id: "1559F0AE582D75A0"
item: "exposure:color_film"
type: "item"
}]
x: 3.5d
y: 4.0d
}
{
dependencies: ["09740EB4785B62C9"]
id: "24C099B1CA3D3A9D"
tasks: [{
id: "5A4A243F85E0FBD1"
item: "exposure:developed_color_film"
type: "item"
}]
x: 3.5d
y: 5.0d
}
{
id: "5870E731A78479A3"
tasks: [{
id: "10E15807BE7ABE46"
item: "scalinghealth:heart_crystal"
type: "item"
}]
x: 7.5d
y: 2.0d
}
{
id: "282E58F51CB57E42"
tasks: [{
id: "2C6EE00C5923A260"
item: "scalinghealth:power_crystal"
type: "item"
}]
x: 7.5d
y: 3.0d
}
{
dependencies: ["1AFEC9EB07AA037A"]
id: "788D2BD9051815BF"
tasks: [{
id: "4B716DAA7D4F8357"
item: "apotheosis:salvaging_table"
type: "item"
}]
x: -3.0d
y: 6.0d
}
{
dependencies: ["1AFEC9EB07AA037A"]
id: "0C47617DB8FC7F40"
tasks: [{
id: "38AE8A7868AC67E9"
item: "apotheosis:simple_reforging_table"
type: "item"
}]
x: -2.0d
y: 6.5d
}
{
id: "594F0B2DAF325468"
tasks: [{
id: "2E12B38A61D7C7E7"
item: {
Count: 1
id: "thermal:watering_can"
tag: { }
}
type: "item"
}]
x: 6.5d
y: 3.5d
}
{
id: "583509C176C83E12"
tasks: [{
id: "3E7E871F20BA1B8D"
item: {
Count: 1
id: "sophisticatedstorage:packing_tape"
tag: {
Damage: 0
}
}
type: "item"
}]
x: -2.0d
y: -2.0d
}
{
id: "4191EC310EB2E87F"
tasks: [{
id: "6C93309F6F5286B4"
item: "sophisticatedstorage:basic_tier_upgrade"
type: "item"
}]
x: 0.5d
y: 0.5d
}
{
dependencies: ["4191EC310EB2E87F"]
id: "76FD8579F46B3D7F"
tasks: [{
id: "1B265E1A6CB434E4"
item: "sophisticatedstorage:basic_to_copper_tier_upgrade"
type: "item"
}]
x: 0.0d
y: -0.5d
}
{
dependencies: ["76FD8579F46B3D7F"]
id: "759B50FF6C3E6AEA"
tasks: [{
id: "00DEFB739F04B70F"
item: "sophisticatedstorage:copper_to_iron_tier_upgrade"
type: "item"
}]
x: -1.0d
y: -1.0d
}
{
dependencies: ["759B50FF6C3E6AEA"]
id: "243AB95D7F4BD9B8"
tasks: [{
id: "3CE4D2CBB4F89D3A"
item: "sophisticatedstorage:iron_to_gold_tier_upgrade"
type: "item"
}]
x: -3.0d
y: -1.0d
}
{
dependencies: ["243AB95D7F4BD9B8"]
id: "6ABFF7ADC049D0ED"
tasks: [{
id: "5A0F57BA8631F9AA"
item: "sophisticatedstorage:gold_to_diamond_tier_upgrade"
type: "item"
}]
x: -4.0d
y: -0.5d
}
{
dependencies: ["6ABFF7ADC049D0ED"]
id: "1C0C1A57B25E09FE"
tasks: [{
id: "1436BD13E8C66414"
item: "sophisticatedstorage:diamond_to_netherite_tier_upgrade"
type: "item"
}]
x: -4.5d
y: 0.5d
}
{
id: "7D3294CE24DAA90F"
tasks: [{
id: "5415A792AE2DD41F"
item: {
Count: 1
id: "chalk:white_chalk"
tag: {
Damage: 0
}
}
type: "item"
}]
x: 2.5d
y: 2.0d
}
{
id: "18ED398CBC828A1D"
tasks: [{
id: "34138EA6A9F53BB9"
item: {
Count: 1
id: "chalk:chalk_box"
tag: {
Items: [
{
Count: 1b
id: "minecraft:air"
tag: { }
}
{
Count: 1b
id: "minecraft:air"
tag: { }
}
{
Count: 1b
id: "minecraft:air"
tag: { }
}
{
Count: 1b
id: "minecraft:air"
tag: { }
}
{
Count: 1b
id: "minecraft:air"
tag: { }
}
{
Count: 1b
id: "minecraft:air"
tag: { }
}
{
Count: 1b
id: "minecraft:air"
tag: { }
}
{
Count: 1b
id: "minecraft:air"
tag: { }
}
{
Count: 1b
id: "minecraft:air"
tag: { }
}
]
}
}
type: "item"
}]
x: 3.5d
y: 2.0d
}
{
id: "4812C90EF9E1F876"
tasks: [{
id: "4477F8A64AB6C3CA"
item: "dummmmmmy:target_dummy"
type: "item"
}]
x: 3.0d
y: 1.0d
}
{
id: "704949493EE12113"
tasks: [{
id: "5FEADF983C16601A"
item: "measurements:tape_measure"
type: "item"
}]
x: 4.5d
y: 1.0d
}
{
dependencies: ["5969545266E9CBA5"]
id: "2F349CF40128CF4E"
size: 2.0d
tasks: [{
id: "130F86AC2D0898BF"
item: "miapi:modular_work_bench"
type: "item"
}]
x: 8.0d
y: -0.5d
}
{
id: "5969545266E9CBA5"
tasks: [{
id: "5C1C94332AD42776"
item: "everythingcopper:copper_anvil"
type: "item"
}]
x: 4.5d
y: -0.5d
}
{
id: "0C6B122E75C7735D"
tasks: [{
id: "0437860B3FB12405"
item: "ironfurnaces:copper_furnace"
type: "item"
}]
x: 3.0d
y: -1.5d
}
]
title: "Tools and Weapons"
}

View File

@ -0,0 +1,406 @@
{
autofocus_id: "1635F0FF5EE83A1B"
default_hide_dependency_lines: false
default_quest_shape: ""
filename: "transportation"
group: ""
id: "5D2664588E98F6A5"
order_index: 1
quest_links: [ ]
quests: [
{
dependencies: [
"2531EE2667FDE93A"
"03713BAAF3CE3B74"
"1C93C487926AF208"
]
id: "1635F0FF5EE83A1B"
size: 1.5d
tasks: [{
id: "58C8DA2C01B1D3F3"
item: "immersive_aircraft:gyrodyne"
type: "item"
}]
x: -2.0d
y: -1.5d
}
{
dependencies: ["1A05926674B2FB92"]
id: "0AE258D57666445E"
tasks: [{
id: "6896FD1F005FCB05"
item: "immersive_aircraft:biplane"
type: "item"
}]
x: 2.5d
y: -2.0d
}
{
dependencies: [
"1A05926674B2FB92"
"1635F0FF5EE83A1B"
]
id: "7DEE7F34129F6C17"
size: 2.0d
tasks: [{
id: "491935136AA9EECD"
item: "immersive_aircraft:airship"
type: "item"
}]
x: 1.0d
y: -5.0d
}
{
dependencies: ["1A05926674B2FB92"]
id: "2B18387E36EC5E37"
tasks: [{
id: "5142A4F4DA622483"
item: "immersive_aircraft:quadrocopter"
type: "item"
}]
x: 3.0d
y: -5.0d
}
{
id: "03713BAAF3CE3B74"
tasks: [{
id: "302826B250C0DE21"
item: "immersive_aircraft:sail"
type: "item"
}]
x: -4.5d
y: -1.5d
}
{
dependencies: ["594B48E407645A20"]
id: "1C93C487926AF208"
tasks: [{
id: "5CC7AD6BA9DAA0A9"
item: "immersive_aircraft:hull"
type: "item"
}]
x: -4.5d
y: 0.0d
}
{
dependencies: ["6CDBB60580844C81"]
description: [
"Unlike Waystones, you can craft Warp Plates using a bit of Intelligent grist."
""
"To use a warp plate, place two of them and swap their Attuned Shards."
]
id: "18056D524BC5C149"
rewards: [{
id: "71D4C1BC14544654"
type: "xp_levels"
xp_levels: 5
}]
tasks: [{
id: "39EEA2E71666384A"
item: "waystones:warp_plate"
type: "item"
}]
title: "Warp Plates"
x: 3.0d
y: 2.0d
}
{
dependencies: ["18056D524BC5C149"]
id: "2FA465182E731E8F"
rewards: [{
id: "69B5A32F3F65FD43"
type: "xp_levels"
xp_levels: 5
}]
tasks: [{
id: "7613779EF3A8BD34"
item: {
Count: 1
id: "waystones:warp_stone"
tag: {
Damage: 0
}
}
type: "item"
}]
title: "Warp Stones"
x: 2.0d
y: 3.0d
}
{
description: [
"In the early game, the fastest way to get around the world is with Waystones, which can be found in virtually every village in the world."
""
"It might be a good idea to start out near a village, because you can't move waystones."
]
icon: "waystones:waystone"
id: "6CDBB60580844C81"
tasks: [{
id: "08F52BC3C4B277A9"
structure: "#minecraft:village"
type: "structure"
}]
title: "Village Waystones"
x: 4.5d
y: 2.0d
}
{
dependencies: [
"0AE258D57666445E"
"37443E16BC367061"
"36CEEA7DECFCE5D9"
]
id: "375676395486D2D9"
tasks: [{
id: "4898507ED2186C00"
item: "immersive_aircraft:nether_engine"
type: "item"
}]
x: 4.0d
y: -1.5d
}
{
dependencies: ["594B48E407645A20"]
id: "2531EE2667FDE93A"
tasks: [{
id: "27AC0ED666D342DD"
item: "immersive_aircraft:propeller"
type: "item"
}]
x: -4.5d
y: 1.5d
}
{
dependencies: ["7DEE7F34129F6C17"]
id: "1D79F300B31231FC"
tasks: [{
id: "6B1163D958B1F123"
item: "immersive_aircraft:cargo_airship"
type: "item"
}]
x: 3.0d
y: -7.0d
}
{
dependencies: ["1635F0FF5EE83A1B"]
id: "37443E16BC367061"
tasks: [
{
id: "6F89355E5EC18EDF"
item: "immersive_aircraft:sturdy_pipes"
type: "item"
}
{
id: "71874473865366D1"
item: "immersive_aircraft:industrial_gears"
type: "item"
}
{
id: "5671F48227993963"
item: "immersive_aircraft:enhanced_propeller"
type: "item"
}
]
title: "Airship Upgrades"
x: 2.5d
y: 0.5d
}
{
dependencies: [
"37443E16BC367061"
"0AE258D57666445E"
]
id: "36CEEA7DECFCE5D9"
tasks: [{
id: "4D8A699FA5CC9B96"
item: "immersive_aircraft:steel_boiler"
type: "item"
}]
x: 2.5d
y: -1.0d
}
{
dependencies: ["1635F0FF5EE83A1B"]
id: "32F682AF17F5DB11"
tasks: [{
id: "32018093016D98A9"
item: "immersive_aircraft:telescope"
type: "item"
}]
x: -2.5d
y: -3.5d
}
{
dependencies: ["1635F0FF5EE83A1B"]
id: "5D59EF6D8A06D73F"
tasks: [{
id: "30D3A407A1654FD5"
item: "immersive_aircraft:rotary_cannon"
type: "item"
}]
x: -3.5d
y: -3.5d
}
{
dependencies: ["1635F0FF5EE83A1B"]
id: "0050F1B112B1A5A1"
tasks: [{
id: "2975DDCF3F049761"
item: "immersive_aircraft:heavy_crossbow"
type: "item"
}]
x: -1.5d
y: -3.5d
}
{
id: "594B48E407645A20"
tasks: [{
id: "438D72144EAB7032"
item: "alltheores:aluminum_ingot"
type: "item"
}]
title: "Aerospace-grade Alumiumum"
x: -7.0d
y: 0.5d
}
{
dependencies: ["1635F0FF5EE83A1B"]
id: "25D4DF26DE35AA9D"
tasks: [{
id: "679E03D0706984DE"
item: "immersive_aircraft:boiler"
type: "item"
}]
x: 0.0d
y: -1.5d
}
{
id: "75CAF141200D511E"
tasks: [{
dimension: "minecraft:the_nether"
id: "12009CF2E2359F1C"
type: "dimension"
}]
title: "Nether Portals"
x: 4.5d
y: 3.0d
}
{
id: "50B6B5544B0B622C"
tasks: [
{
icon: "minecraft:leather_horse_armor"
id: "64A7D8BF62A723DB"
observe_type: 5
timer: 0L
to_observe: "minecraft:horse"
type: "observation"
}
{
id: "5A5FA0851CB7581A"
item: "minecraft:saddle"
type: "item"
}
]
title: "Horses"
x: 1.0d
y: 4.5d
}
{
dependencies: ["18056D524BC5C149"]
id: "2182A6D68396B914"
tasks: [{
id: "63CBB1CE21660F23"
item: "waystones:sharestone"
type: "item"
}]
x: 1.0d
y: 2.0d
}
{
dependencies: ["2FA465182E731E8F"]
id: "4814F738EC5B8115"
tasks: [{
id: "1E8D75E826AC6586"
item: "waystones:portstone"
type: "item"
}]
x: 1.0d
y: 3.0d
}
{
dependencies: ["25D4DF26DE35AA9D"]
id: "1A05926674B2FB92"
tasks: [{
id: "0BE4D3DD67B15E7B"
item: "immersive_aircraft:engine"
type: "item"
}]
x: 1.0d
y: -3.0d
}
{
id: "008C20CAC68945A5"
tasks: [{
id: "494423F2C0DD43E7"
item: {
Count: 1
id: "ars_nouveau:warp_scroll"
tag: { }
}
type: "item"
}]
x: 2.5d
y: 4.5d
}
{
dependencies: ["008C20CAC68945A5"]
id: "5C9B0B5D843F6617"
tasks: [{
id: "6A0F0FDD933BCA69"
item: {
Count: 1
id: "ars_nouveau:stable_warp_scroll"
tag: { }
}
type: "item"
}]
x: 4.0d
y: 4.5d
}
{
dependencies: ["6CDBB60580844C81"]
id: "4F7C5F3AC0EB9C22"
tasks: [{
id: "3F96416201225CEE"
item: "waystones:warp_scroll"
type: "item"
}]
x: 4.5d
y: 0.5d
}
{
dependencies: ["6CDBB60580844C81"]
id: "6C788B81DAF4D3D4"
tasks: [{
id: "25E455F839304530"
item: "waystones:bound_scroll"
type: "item"
}]
x: 5.5d
y: 1.0d
}
{
dependencies: ["6CDBB60580844C81"]
id: "76FA91C3C7D0A095"
tasks: [{
id: "5231A55A384C5213"
item: "waystones:return_scroll"
type: "item"
}]
x: 6.0d
y: 2.0d
}
]
title: "Transportation"
}

View File

@ -0,0 +1,23 @@
{
default_autoclaim_rewards: "disabled"
default_consume_items: false
default_quest_disable_jei: true
default_quest_shape: "circle"
default_reward_team: false
detection_delay: 20
disable_gui: false
drop_loot_crates: false
emergency_items_cooldown: 300
grid_scale: 0.5d
icon: "minecraft:cobblestone"
lock_message: ""
loot_crate_no_drop: {
boss: 0
monster: 600
passive: 4000
}
pause_game: false
progression_mode: "flexible"
title: "Malloc Season 4"
version: 13
}

View File

@ -0,0 +1,12 @@
{
id: "651A2F762091FAC4"
loot_size: 1
order_index: 0
rewards: [
{ item: "kubejs:grist_build_basic" }
{ item: "kubejs:grist_agricultural_basic" }
{ item: "kubejs:grist_energetic_basic" }
{ item: "kubejs:grist_intelligent_basic" }
]
title: "Random Basic Grist"
}

View File

@ -0,0 +1,12 @@
{
id: "45EFE15AE09F1C57"
loot_size: 8
order_index: 1
rewards: [
{ item: "thermal:iron_dust" }
{ item: "thermal:tin_dust" }
{ item: "thermal:copper_dust" }
{ item: "thermal:lead_dust" }
]
title: "Common Metal Dust"
}

View File

@ -0,0 +1,77 @@
[Damage-Module]
#The purpose of the damage module is to remove the invulnerability ticks after an entity is damaged to better suit gameplay where entities are going to be ignoring too much damage if left unchecked. Disabling will nullify every feature listed under this module.
damageModuleEnabled = true
#Some entities or damage sources rely on damage ticks to time their attacks. In these cases, we want to let them initiate i-frames.
#entityBlacklist default: ["minecraft:slime","minecraft:ender_dragon","minecraft:magma_cube","irons_spellbooks:wall_of_fire","irons_spellbooks:void_tentacle"]
entityBlacklist = ["minecraft:slime", "minecraft:ender_dragon", "minecraft:magma_cube", "irons_spellbooks:wall_of_fire"]
#damagesourceBlacklist default: ["lava","inFire","cactus","inWall","hotFloor","lightningBolt","sweetBerryBush","outOfWorld","drown"]
damagesourceBlacklist = ["lava", "inFire", "cactus", "inWall", "hotFloor", "lightningBolt", "sweetBerryBush", "outOfWorld", "drown"]
#Invulnerability Tick (I-Frame) count. Default: 0 (Vanilla's is 20, one second)
invulnerabilityTickCount = 0
#Specialized handling for player damage ticks. "ALL" means there is no special handling, "ONLY_LIVING" means only living attacks ignore player i-frames (may help with unforeseen damage like potions), and "NONE" means player's damage ticks are unaffected by the damage module.
#Allowed Values: ALL, ONLY_LIVING, NONE
playerDamageMode = "ALL"
#In order to prevent spam attacks, a minimum threshold of attack strength can be set before an attack can deal damage. Default: 0.75
minimumAttackStrength = 0.75
#Whether or not a player is allowed to even swing if the threshold is not met. Default: true
allowNonFullStrengthAttacks = true
#Global multiplier to all knockback. Default: 1.0
globalKnockbackMultiplier = 1.0
[Durability-Module]
#The purpose of the durability module is to rework how durability damage is applied to better emulate an rpg setting. Disabling will nullify every feature listed under this module.
durabilityModuleEnabled = false
#What type of gear should take vanilla durability damage. Default: NONE
#Allowed Values: ALL, TOOLS, ARMOR, NONE
vanillDurabilityGearType = "NONE"
#What type of gear is damaged upon death. Default: ALL
#Allowed Values: ALL, TOOLS, ARMOR, NONE
deathGearType = "ALL"
#The percent of durability damage equipment should take on player dying. Set to 0 to disable. Default: 0.15 (15%)
durabilityLostOnDeath = 0.15
#An additional constant amount of damage taken on death. This makes items with a high max durability degrade relatively slower. Set to 0 to disable. Default: 25
additionalDurabilityLostOnDeath = 25
[XP-Module]
#The purpose of the xp module is to rework how experience is dropped on a player's death by creating a souls-like xp catalyst instead. Disabling will nullify every feature listed under this module.
xpModuleEnabled = true
#Whether or not players will drop xp despite keepInventory gamerule. Default: true
ignoreKeepInventory = true
#Whether or not the player who dropped the xp is the only player allow to collect the xp. Default: true
onlyAllowOwnerPickup = true
#Multiplier to experience dropped by slain entities. Default: 1.0
mobDropXpMultiplier = 1.0
#Multiplier to experience dropped by blocks broken. Default: 1.0
blockDropXpMultiplier = 1.0
[Enchantment-Module]
#The purpose of the enchantment module is to mystify enchantments and add an additional challenge to game by obscuring the description of enchanted and cursed items found through looting. Disabling will nullify every feature listed under this module.
enchantmentModuleEnabled = true
#Whether or not armor should be automatically identified when equipped. Default: true
identifyOnEquip = true
#Whether or not unidentified items can be identified by interacting with an enchanting table. Default: true
identifyOnEnchantingTable = true
#Whether or not the enchanting table's functionality should be disabled, making looting or trading the only way to get enchanted items. Default: false
disableEnchantingTable = false
[Hunger-Module]
#The hunger module removes hunger and makes food to directly heal in order to to remove the tedious task of maintaining hunger, as well as rebalance health management during combat and exploration. Disabling will nullify every feature listed under this module.
hungerModuleEnable = false
#Disable Hunger. Without this, most of the hunger module features and config are nullified, but if you want to adjust stack sizes or potion mechanics without disabling hunger, you can do so here.
disableHunger = true
#The multiplier of a food's hunger value to health regained by eating it. Default: 0.5 (50%)
foodToHealthModifier = 0.5
#The amount of time, in ticks, between players naturally regenerating 1 hp. 1 second is 20 ticks. Turn off the naturalRegeneration gamerule to disable. Default: 250.
naturalRegenerationTickRate = 250
#Changes the stack size of potions. Set to 0 to disable. Requires game restart. Default: 4
potionStackSize = 4
#Limit the stack size of every food item. Set to 0 to disable. Requires game restart. Default: 0
foodStackSize = 0
#A Blacklist for limited food stack size, if enabled. Useful for mob drops or other edible items that are not meant as food. Default: ["minecraft:rotten_flesh","minecraft:spider_eye","minecraft:potato","minecraft:carrot","farmersdelight:onion","farmersdelight:tomato","farmersdelight:cabbage"]
foodStackSizeBlacklist = ["minecraft:rotten_flesh", "minecraft:spider_eye", "minecraft:potato", "minecraft:carrot", "farmersdelight:onion", "farmersdelight:tomato", "farmersdelight:cabbage"]
#Item Cooldown in seconds when throwing a splash potion. Default: 0.5
splashPotionCooldown = 0.5
#Item Cooldown in seconds when throwing a lingering potion. Default: 1.5
lingeringPotionCooldown = 1.5

118
config/miapi.jsonc Executable file
View File

@ -0,0 +1,118 @@
{
"client": {
"gui_colors": {
// The color Miapi uses for its red/invalid/negative color in the workbench gui
"red": "c41313ff",
// The color Miapi uses for its green/valid/positive color in the workbench gui
"green": "00ff00ff"
},
"other": {
// Whether Miapi materials can be animated
"animated_materials": true,
// Whether Miapi displays "Modular Material" when no groups are present
"inject_lore_without_material_group": false,
// The color Miapi uses for its enchanting glint
"enchanting_glint_colors": [
"ff00ffff"
],
// Speed of Color Change on enchanting Glint
"enchanting_glint_speed": 1.0
},
"shielding_armor": {
// If the Health bar is used to offset the Armor Shielding Bar
"respect_health": true,
// If the Health bar is used to offset the Armor Shielding Bar
"respect_armor": true,
// the amount of other bars to be offset by
"other_offest": 0,
// other attributes that if the player has more than 0 will offset the Armor shielding for every 20
"other_attributes": []
}
},
"server": {
"generated_materials": {
/*
Whether Miapi should automatically generate materials based on modded items
If this is disabled, the other fields in this section will have no effect
*/
"generate_materials": true,
// The maximum amount of materials generated per type
"max_generated_materials": 2000,
/*
A regex used to prevent items matching the pattern from generating materials
By default this prevents chipped and everycompat from generating materials
*/
"block_regex": "^(chipped|everycomp).*",
// Whether Miapi should automatically generate materials based on modded wood related items
"generate_wood_materials": true,
// Whether Miapi should automatically generate materials based on modded stone related items
"generate_stone_materials": true,
// Whether Miapi should automatically generate materials based on modded tools
"generate_other_materials": true
},
"enchants": {
// Whether Modular Bows should no longer require any arrows to work infinity
"better_infinity": true,
// Whether loyalty should trigger in the void with Modular Items
"better_loyalty": true,
/*
Whether base modular items should have a say in valid enchantments
For example, if this is true, a modular pickaxe will automatically be allowed pickaxe enchantments regardless of its modules
*/
"lenient_enchantments": false
},
"stun_effect": {
// List of StatusEffects the player will get when stunned
"player_effects": [
"minecraft:blindness",
"minecraft:slowness"
],
/*
The Stunhealth of a default entity, the StunHealth determins how much stun damage is needed to stun.
requires restart to apply - may not correctly affect older worlds
*/
"stun_health": 20.0,
// The Time a Entity is stunned
"stun_length": 100,
// The Time a Entity is immune to stuns after beeing stunned
"stun_resistance_length": 600,
/*
Attackspeed reduction for players while beeing stunned as a Player
requires restart to apply
*/
"attack_speed_factor": 0.5
},
"other": {
/*
Whether the development mode of Miapi is enabled
DO NOT ENABLE IF U DONT KNOW WHAT IT DOES
*/
"development_mode": false,
// Truly Modular Logs more aggressivly
"verbose_logging": true,
/*
If this is on the Block Teleports effect of Truly Modular will block most teleports,
if false it will only block default Enderman,Chorus fruit and Ender Pearls
*/
"block_all_teleports_effects": true,
/*
This allows Truly Modular to dynamicly reset its Toolmaterial
Some mods might not like dynamic Toolmaterials and cause issues with it,
but overall it should increase compatibility and help with Tooldetection
*/
"loose_tool_material": true,
/*
If this is true modular items will fully break.
If set to false Modular Item will instead to go into a Broken state
In this broken state they cant do anything but repaired.
WARNING: some anvil reworking mods break the repairing logic. Please report those issues to us.
*/
"full_break_modular_items": true,
/*
Whether a miapi reload should be automatically forced on serverstart
This is enabled for compat reasons, sometimes scanning recipes and other stuff during a reload isnt stable
*/
"reload_on_server_start": true
}
}
}

1935
config/quark-common.toml Executable file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,12 @@
["Version Configuration"]
# Define a version here. On world load the mod will look up the serverconfig version and reset all files that specified up to the newest version.
# Example: ["1=minecraft","2=forge"] will reset minecraft and forge config on first load, but will only reset forge if the world has been loaded before with only version 1 defined
versions = [""]
["File Deleter"]
# This is intended for deleting files for pack updates. This is a last resort! Replace with empty files instead when possible. The file will be deleted every launch if it exists! Specify the path to the file. Comma Separated List. Example: scripts/badscript.zs
files = [""]
# By default Folders are only deleted if they are empty. Set to true to change that.
deleteFoldersWithContent = false

208
config/silentgear-common.toml Executable file
View File

@ -0,0 +1,208 @@
[item]
#Blueprint and template settings
[item.blueprint]
#Allowed blueprint types. Valid values are: BOTH, BLUEPRINT, and TEMPLATE
#Allowed Values: BOTH, BLUEPRINT, TEMPLATE
typesAllowed = "BOTH"
#When joining a new world, should players be given a blueprint package?
#The blueprint package gives some blueprints when used (right-click).
#To change what is given, override the starter_blueprints loot table.
spawnWithStarterBlueprints = false
#Repair kit configs.
[item.repairKits]
#Capacity is the number of materials that can be stored (all types combined)
#Setting to zero would make the repair kit unusable.
[item.repairKits.capacity]
#Range: > 0
very_crude = 8
#Range: > 0
crude = 16
#Range: > 0
sturdy = 32
#Range: > 0
crimson = 48
#Range: > 0
azure = 64
#Efficiency is the percentage of the repair value used. Higher values mean less materials used.
#Setting to zero would make the repair kit unusable.
[item.repairKits.efficiency]
#Range: 0.0 ~ 10.0
very_crude = 0.30000001192092896
#Range: 0.0 ~ 10.0
crude = 0.3499999940395355
#Range: 0.0 ~ 10.0
sturdy = 0.4000000059604645
#Range: 0.0 ~ 10.0
crimson = 0.44999998807907104
#Range: 0.0 ~ 10.0
azure = 0.5
#Repair efficiency with loose materials if no repair kit is used.
#Setting a value greater than zero makes repair kits optional.
#Range: 0.0 ~ 10.0
missing = 0.0
[item.netherwood_charcoal]
#Burn time of netherwood charcoal, in ticks. Vanilla charcoal is 1600.
#Range: > 0
burn_time = 2400
#Settings for nerfed items.
#You can give items reduced durability to encourage use of Silent Gear tools.
#Changes require a restart!
[nerfedItems]
#Enable this feature. If false, the other settings in this category are ignored.
enabled = false
#Multiplies max durability by this value. If the result would be zero, a value of 1 is assigned.
#Range: 0.0 ~ 1.0
durabilityMultiplier = 0.05
#Multiplies harvest speed by this value.
#Range: 0.0 ~ 1.0
harvestSpeedMultiplier = 0.5
#These items will have reduced durability
items = ["diamond_axe", "iron_axe", "golden_axe", "stone_axe", "wooden_axe", "diamond_hoe", "iron_hoe", "golden_hoe", "stone_hoe", "wooden_hoe", "diamond_pickaxe", "iron_pickaxe", "golden_pickaxe", "stone_pickaxe", "wooden_pickaxe", "diamond_shovel", "iron_shovel", "golden_shovel", "stone_shovel", "wooden_shovel", "diamond_sword", "iron_sword", "golden_sword", "stone_sword", "wooden_sword"]
#Settings for sinew drops
[sinew]
#Drop rate of sinew (chance out of 1)
#Range: 0.0 ~ 1.0
dropRate = 0.2
#These entities can drop sinew when killed.
dropsFrom = ["minecraft:cow", "minecraft:pig", "minecraft:sheep"]
#Settings for gear (tools, weapons, and armor)
[gear]
#Allow parts to be crafted with mixed materials in a crafting grid, like earlier versions.
#In 1.17, mixing is normally only allowed in compound-crafting blocks.
allowLegacyMaterialMixing = false
#If set to false all conversion recipes (type 'silentgear:conversion') will be disabled
#An example of a conversion recipe is placing a vanilla stone pickaxe into a crafting grid to make a Silent Gear stone pickaxe
#Note: This also affects conversion recipes added by data packs and other mods
allowConversionRecipes = true
#Displays a message in chat, notifying the player that an item broke and hinting that it can be repaired
sendBrokenMessage = true
#How frequently gear will recalcute stats as damaged
#Higher numbers will cause more recalculations, allowing traits to update stat values more often
#Range: > 1
damageFactorLevels = 10
#If true, gear breaks permanently, like vanilla tools and armor
breaksPermanently = false
#The item tier assigned to gear tool items.
#Leave this alone unless you are trying to work around mod compatibility issues!
#Normally, this value is not used for anything. But some mods mistakenly check it.
#Allowed Values: WOOD, STONE, IRON, DIAMOND, GOLD, NETHERITE
dummyToolTier = "WOOD"
#The armor material assigned to the gear armor items.
#Leave this alone unless you are trying to work around mod compatibility issues!
#Normally, this value is not used for anything. But some mods mistakenly check it.
#Allowed Values: LEATHER, CHAIN, IRON, GOLD, DIAMOND, TURTLE, NETHERITE
dummyArmorMaterial = "LEATHER"
[gear.enchanting]
#Allow gear items to be enchanted by normal means (enchanting table, etc.)
#There may still be other ways to obtain enchantments on gear items, depending on what other mods are installed.
#Enchantments will not be removed from gear items that have them.
allowEnchanting = true
#Forcibly remove all enchantments from gear items. Enchantments added by traits will not be removed.
#Enchantments will be removed during stat recalculations, so items not in a player's inventory will not be affected.
forceRemoveEnchantments = false
[gear.prospector_hammer]
#The range in blocks the prospector hammer will search for blocks of interest
#Range: 0 ~ 64
range = 16
[gear.saw]
#Caps how far the saw can look for blocks when chopping down trees. Try decreasing this if you get stack overflow exceptions.
#Increasing this value is allowed, but not recommended unless you know what you are doing.
#Range: > 0
recursionDepth = 200
#Settings for AOE tools (hammer, excavator)
#Match modes determine what blocks are considered similar enough to be mined together.
#LOOSE: Break anything (you probably do not want this)
#MODERATE: Break anything with the same harvest level
#STRICT: Break only the exact same block
[gear.aoeTool]
[gear.aoeTool.matchMode]
#Match mode for most blocks
#Allowed Values: LOOSE, MODERATE, STRICT
standard = "MODERATE"
#Match mode for ore blocks (anything in the forge:ores block tag)
#Allowed Values: LOOSE, MODERATE, STRICT
ores = "STRICT"
[gear.repairs]
#Effectiveness of gear repairs done in an anvil. Set to 0 to disable anvil repairs.
#Range: 0.0 ~ 1.0
anvilEffectiveness = 0.5
#DEPRECATED! Use repair kit configs instead.
#Range: 0.0 ~ 1.0
quickEffectiveness = 0.35
[gear.upgrades]
#If true, upgrade parts may only be applied in an anvil.
applyInAnvilOnly = false
#If true, parts that are replaced (swapped out) of a gear item are not returned to the player and are instead destroyed.
#This applies to the recipe where placing a gear item and a part into a crafting grid will swap out the part.
destroySwappedParts = false
#Settings for the material grader
[materialGrader]
#The median (most common, average) grade that a material grader with tier 1 catalyst will produce.
#Higher tier catalysts will increase the median by one grade per tier past 1 (if 1 = C, 2 = B, etc.)
#Allowed Values: NONE, E, D, C, B, A, S, SS, SSS, MAX
median_grade = "C"
#The standard deviation of grades the material grader will produce.
#Grades are normally distributed, with the median grade being at the center of the bell curve.
#Larger numbers will make both higher and lower grades more common.
#Extremely large values may completely break the curve, yielding mostly the lowest and highest grades.
#Range: 0.0 ~ 100.0
standardDeviation = 1.5
#Settings for the salvager
[salvager]
[salvager.partLossRate]
#Minimum rate of part loss when salvaging items. 0 = no loss, 1 = complete loss.
#Rate depends on remaining durability.
#Range: 0.0 ~ 1.0
min = 0.0
#Maximum rate of part loss when salvaging items. 0 = no loss, 1 = complete loss.
#Rate depends on remaining durability.
#Range: 0.0 ~ 1.0
max = 0.5
#Settings for the starlight charger
[starlightCharger]
#The rate at which the starlight charger gathers energy during the night
#Range: > 0
chargeRate = 50
#The maximum amount of energy the starlight charger can store
#Range: > 0
maxCharge = 1000000
[debug]
[debug.logging]
#Log additional information related to loading and synchronizing gear parts and traits.
#This might help track down more obscure issues.
extraPartAndTraitInfo = false
#Log stat calculations in the debug.log every time gear stats are recalculated
stats = true
#Log information on construction of gear and part models, as well as textures they attempt to load.
#This is intended to help find and fix rare issues that some users are experiencing.
modelAndTexture = false
#Log details about certain features being adding to biomes and other world generator details
worldGen = true
[other]
#Shows a "WIP" (work in progress) label in the tooltip of certain unfinished, but usable blocks and items
#Set to false to remove the text from tooltips
showWipText = true

51
config/tempad.jsonc Executable file
View File

@ -0,0 +1,51 @@
{
/*
* The distance from the player that the Tempad is summoned.
* Range: 1 - 10
*/
"distanceFromPlayer": 3,
/*
* The amount of time in ticks that the timedoor will wait before closing itself after the owner walked through it.
* Type: Integer
*/
"timedoorWaitTime": 80,
/*
* The amount of time in ticks that the Tempad will add to the wait time when the player is in the Tempad.
* Type: Integer
*/
"timedoorAddWaitTime": 40,
// Whether or not the Tempad should allow interdimensional travel.
"allowInterdimensionalTravel": true,
// Whether or not the Tempad should allow exporting of locations onto Location Cards.
"allowExporting": true,
// Whether or not the Tempad should consume a cooldown when exporting a location.
"consumeCooldown": true,
// Whether or not the Tempad should allow teleporting to waystones.
"waystonesCompat": false,
// Whether or not the Tempad should allow teleporting to waystones from the Fabric version of Waystones by LordDeatHunter (fwaystones) (ignore on forge).
"fabricWaystonesCompat": true,
/*
* The amount of fuel that the timedoor will consume on opening of the timedoor.
* Type: Integer
*/
"timedoorFuelAmount": 580,
/*
* The amount of fuel that the timedoor can hold.
* Type: Integer
*/
"timedoorFuelCapacity": 75000,
/*
* The amount of fuel that the advanced timedoor will consume on opening of the timedoor.
* Type: Integer
*/
"advancedTimedoorFuelAmount": 1,
/*
* The amount of fuel that the advanced timedoor can hold.
* Type: Integer
*/
"advancedTimedoorFuelCapacity": 2000,
// The type of fuel that the timedoor will consume.
"timedoorFuelType": "tempad:energy",
// The type of fuel that the advanced timedoor will consume.
"advancedTimedoorFuelType": "tempad:durability"
}

27
config/veinmining-common.toml Executable file
View File

@ -0,0 +1,27 @@
#The rarity of the enchantment.
#Allowed Values: COMMON, UNCOMMON, RARE, VERY_RARE
rarity = "RARE"
#The number of levels of the enchantment.
#Range: 1 ~ 5
levels = 2
#If enabled, the enchantment is considered a treasure enchantment.
isTreasure = false
#If enabled, the enchantment can be offered by villagers for trade.
isVillagerTrade = true
#If enabled, the enchantment can generate in loot.
isLootable = true
#If enabled, the enchantment can be applied at the enchantment table.
canApplyAtEnchantingTable = true
#If enabled, the enchantment can be applied on books.
canApplyOnBooks = true
#The minimum enchantability required for the first enchantment level.
#Range: 1 ~ 100
minEnchantabilityBase = 15
#The additional enchantability required for each enchantment level after the first.
#Range: 1 ~ 100
minEnchantabilityPerLevel = 5
#Enchantments that cannot be applied together with the enchantment.
incompatibleEnchantments = []
#Items that the enchantment can be applied on.
itemsList = ["quark:pickarang", "quark:flamerang", "#forge:tools/pickaxes", "silentgear:paxel"]

133
config/waystones-common.toml Executable file
View File

@ -0,0 +1,133 @@
[xpCost]
#Set to true if experience cost should be inverted, meaning the shorter the distance, the more expensive. Can be used to encourage other methods for short-distance travel.
inverseXpCost = false
#The amount of blocks per xp level requirement. If set to 500, the base xp cost for travelling 1000 blocks will be 2 levels.
#Range: > -2147483648
blocksPerXpLevel = 250
#The minimum base xp cost (may be subceeded by multipliers defined below)
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
minimumBaseXpCost = 1.0
#The maximum base xp cost (may be exceeded by multipliers defined below), set to 0 to disable all distance-based XP costs
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
maximumBaseXpCost = 3.0
#How much xp is needed per leashed animal to travel with you
#Range: > -2147483648
xpCostPerLeashed = 1
#The base xp level cost when travelling between dimensions. Ignores block distance.
#Range: > -2147483648
dimensionalWarpXpCost = 5
#The multiplier applied to the base xp cost when teleporting to a global waystone through any method.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
globalWaystoneXpCostMultiplier = 0.5
#The multiplier applied to the base xp cost when teleporting using a Warp Stone item (not the Waystone block, Konstantin)
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
warpStoneXpCostMultiplier = 1.0
#The multiplier applied to the base xp cost when teleporting from one waystone to another.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
waystoneXpCostMultiplier = 0.3
#The multiplier applied to the base xp cost when teleporting from one sharestone to another.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
sharestoneXpCostMultiplier = 0.1
#The multiplier applied to the base xp cost when teleporting from a portstone.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
portstoneXpCostMultiplier = 0.0
#The multiplier applied to the base xp cost when teleporting from one warp plate to another.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
warpPlateXpCostMultiplier = 0.0
#The multiplier applied to the base xp cost when teleporting via the inventory button.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
inventoryButtonXpCostMultiplier = 0.0
[restrictions]
#If enabled, only creative players can place, edit or break waystones. This does NOT disable the crafting recipe.
restrictToCreative = false
#If enabled, only the owner of a waystone (the one who placed it) can rename it.
restrictRenameToOwner = false
#If enabled, waystones generated in worldgen are unbreakable.
generatedWaystonesUnbreakable = true
#If enabled, leashed mobs will be teleported with you
transportLeashed = true
#Whether to take leashed mobs with you when teleporting between dimensions
transportLeashedDimensional = true
#List of leashed mobs that cannot be taken with you when teleporting
leashedDenyList = ["minecraft:wither"]
#Set to 'ALLOW' to allow dimensional warp in general. Set to 'GLOBAL_ONLY' to restrict dimensional warp to global waystones. Set to 'DENY' to disallow all dimensional warps.
#Allowed Values: ALLOW, GLOBAL_ONLY, DENY
dimensionalWarp = "ALLOW"
#List of dimensions that players are allowed to warp cross-dimension from and to. If left empty, all dimensions except those in dimensionalWarpDenyList are allowed.
dimensionalWarpAllowList = []
#List of dimensions that players are not allowed to warp cross-dimension from and to. Only used if dimensionalWarpAllowList is empty.
dimensionalWarpDenyList = []
#Set to true if players should be able to teleport between waystones by simply right-clicking a waystone.
allowWaystoneToWaystoneTeleport = true
#Set to false to allow non-creative players to make waystones globally activated for all players.
globalWaystoneSetupRequiresCreativeMode = true
[cooldowns]
#The multiplier applied to the cooldown when teleporting to a global waystone via inventory button or warp stone.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
globalWaystoneCooldownMultiplier = 1.0
#The cooldown between usages of the warp stone in seconds. This is bound to the player, not the item, so multiple warp stones share the same cooldown.
#Range: > -2147483648
warpStoneCooldown = 30
#The time in ticks that it takes to use a warp stone. This is the charge-up time when holding right-click.
#Range: > -2147483648
warpStoneUseTime = 32
#The time in ticks that it takes to use a warp plate. This is the time the player has to stand on top for.
#Range: > -2147483648
warpPlateUseTime = 20
#The time in ticks it takes to use a scroll. This is the charge-up time when holding right-click.
#Range: > -2147483648
scrollUseTime = 32
#The cooldown between usages of the inventory button in seconds.
#Range: > -2147483648
inventoryButtonCooldown = 300
[inventoryButton]
#Set to 'NONE' for no inventory button. Set to 'NEAREST' for an inventory button that teleports to the nearest waystone. Set to 'ANY' for an inventory button that opens the waystone selection menu. Set to a waystone name for an inventory button that teleports to a specifically named waystone.
inventoryButton = ""
#The x position of the warp button in the inventory.
#Range: > -2147483648
warpButtonX = 58
#The y position of the warp button in the inventory.
#Range: > -2147483648
warpButtonY = 60
#The y position of the warp button in the creative menu.
#Range: > -2147483648
creativeWarpButtonX = 88
#The y position of the warp button in the creative menu.
#Range: > -2147483648
creativeWarpButtonY = 33
[worldGen]
#Set to 'DEFAULT' to only generate the normally textured waystones. Set to 'MOSSY' or 'SANDY' to generate all as that variant. Set to 'BIOME' to make the style depend on the biome it is generated in.
#Allowed Values: DEFAULT, MOSSY, SANDY, BIOME
worldGenStyle = "BIOME"
#Approximate chunk distance between waystones generated freely in world generation. Set to 0 to disable generation.
#Range: > -2147483648
frequency = 0
#List of dimensions that waystones are allowed to spawn in through world gen. If left empty, all dimensions except those in worldGenDimensionDenyList are used.
dimensionAllowList = ["minecraft:overworld", "minecraft:the_nether", "minecraft:the_end"]
#List of dimensions that waystones are not allowed to spawn in through world gen. Only used if worldGenDimensionAllowList is empty.
dimensionDenyList = []
#Set to 'PRESET_FIRST' to first use names from the custom names list. Set to 'PRESET_ONLY' to use only those custom names. Set to 'MIXED' to have some waystones use custom names, and others random names.
#Allowed Values: PRESET_FIRST, RANDOM_ONLY, PRESET_ONLY, MIXED
nameGenerationMode = "PRESET_FIRST"
#These names will be used for the PRESET name generation mode. See the nameGenerationMode option for more info.
customWaystoneNames = []
#Set to true if waystones should be added to the generation of villages. Some villages may still spawn without a waystone.
spawnInVillages = true
#Ensures that pretty much every village will have a waystone, by spawning it as early as possible. In addition, this means waystones will generally be located in the center of the village.
forceSpawnInVillages = true
[client]
#If enabled, the text overlay on waystones will no longer always render at full brightness.
disableTextGlow = false
[compatibility]
#If enabled, JourneyMap waypoints will be created for each activated waystone.
displayWaystonesOnJourneyMap = true
#If enabled, JourneyMap waypoints will only be created if the mod 'JourneyMap Integration' is not installed
preferJourneyMapIntegration = true

View File

@ -0,0 +1,80 @@
[recipes]
#Stew pot cooking mininum time in ticks
#Range: > 1
potCookMinTicks = 100
#Stew pot mixture mininum time in ticks
#Range: > 1
potMixMinTicks = 50
#Pan frying mininum time in ticks
#Range: > 1
fryMinTicks = 100
#Tick interval between container input check
#Range: > 1
containTick = 10
[chimney]
#How many ticks does a chimney pot needed to make a soot
ChimneySootTicks = 80
#Interval in ticks for a chimney to check it's validity
#Range: > 1
ChimneyCheckTicks = 20
#Max soot stored in a chimney
#Range: 1 ~ 64
ChimneySootStorage = 8
[stoves]
#How many ticks should the stove pause burning when work is done
StovePauseTimer = 100
#Stove fuel value multiplier
StoveFuelMultiplier = 1.0
[fumarole]
#Interval in ticks for a fumarole vent to generate pumice bloom
#Range: > 1
FumaroleTicks = 100
#Interval in ticks for a fumarole vent to check its heat source
#Range: > 1
FumaroleCheckTicks = 20
#Fumarole heat value, set to 0 to disable fumarole heat.
#Range: > 0
FumaroleHeat = 1
[hypocast]
#Actual expectation of experience per tick is change x exp
#How many exp add to bathing play when conditions meet, set 0 to disable
#Range: > 0
BathExperience = 1
#The chance add the exp to player per tick per caliduct block
#Range: 0.0 ~ 1.0
BathGetExpChance = 0.004999999888241291
#Interval for bath heat check
#Range: > 1
BathHeatTicks = 20
#Interval for wolf statue heat check
#Range: > 1
WolfTicks = 10
#Firebox heat conduct radius
#Range: > 0
FireboxRadius = 4
#Strict player in water check, player must be in water to get bonus.
StrictInWaterCheck = true
[misc]
#Super secret special content
specialContents = true
#Add manual to player on start
addManual = false
#Leaden walnut tranformation rate
#Range: 0.0 ~ 1.0
leadenGenRate = 0.05
[compat]
[compat.diet]
#You would only need to modify this when diet mod installed, otherwist this does not take effect
#Benefitial diet value modifier for cooking food into stew
benefitialModifier = 1.2
#Harmful diet value modifier for cooking food into stew
harmfulModifier = 0.8

View File

@ -0,0 +1,120 @@
["Dog Constants"]
#By default, Dogs can starve to Incapacitated if are not fed properly.
#Disable this to prevent this behaviour. Do note that you can still feed
#your Dog to recover health.
disable_hunger = false
#When enabled, DTN will provide new players of this world
#(relative to the point that this option is first enabled on this world)
#a Starter Bundle which contains certain key items which assist you in starting
#with DTN.
enable_starter_bundle = false
#By default, each Dog will be one of the Biological Genders. This, like how Biological Genders
#work, add restrictions how Dogs can breed. Therefore, only Dogs whose gender is Biologically Opposed
#can mate with each other. Set this to true to disable this behaviour.
disable_dog_gender = true
#When enabled, puppies get some levels from their parents. When disabled, puppies start at 0 points.
enable_pup_get_parent_levels = false
#When enabled, dogs cannot be killed by any means (except creative-mode-bypass damage, in that case, you can still respawn your dog using his linked bed or commands).
#Instead, when his health reaches Zero, he will go into Incapacitated Mode.
immortal_dogs = true
#When enabled, dog can play tag with you. To make them play, throw a snowball at them.
play_tag_with_dog = true
#When enabled, dogs will start to miss you when you leave them for too long.
#And when you come back, they will rush to you and greet you with love!
dog_greet_owner = true
#Specify how many dogs can greet you when you approach more than one missing dog.
#The remaning dogs will remain in their position.
#To disable the limit, set this to any non-positive integer.
#Although this will cause all of your dogs to stand up and greet.
#YOU HAVE BEEN WARNED! :)
#Range: > -2147483648
dog_greet_owner_limit = 5
#Option to disable dogs who mastered Creeper Sweeper and
#and are able to tackle Creepers. This is helpful if players intend
#their Creeper Sweeper master dogs to focus on fighting Creeper instead of
#warning you, which may causes a bunch of false positives due to the range
#being so wide that it includes Creepers which are not in danger zone or not reachable.
max_creeper_sweeper_dont_growl = true
#Option to disable friendly fire for all players toward all dogs.
#This is used to always be the case with friendly fire disabled for a single dog.
all_player_cannot_attack_dog = false
#Option to prevent dogs from accidentally going into a portal and get
#unnecessary transferred to another dimension, causing the owner to have
#to take them back. The preferred way to make a dog go to another dimension is
#to have Cross Origin Teleport set to true on that dog.
all_dog_block_portal = false
#Define how many dogs a player can listen to commands which summon more than one dog to you
#at the same time. Set this to any negative value to remove the limit completely.
#Range: > -2147483648
max_heel_limit = 20
#Adjust this value to increase or decrease the Dog's hunger speed to your liking.
#ex: Set this to 0.5 to halve the Dog Hunger decrease speed.
#Range: 0.0 ~ 2.0
hunger_modifier = 1.0
#Determine if the UUIDs of the dogs are being kept when training from vanilla
#and when they respawn on bed. This also allows Duplication Detection.
disable_preserve_uuid = false
#Duplication Detection
#Specify what to do when a Duplication is detected when third parties are trying
#to load the dog from their own copy.
#Option are specified via the following Integer values
#0 - Throw an exception out, this may produce a crash. However, this is the recommended way.
#1 - Silently remove the dog.
#Other - Do nothing.
#Range: > -2147483648
duplication_resolve_strategy = 0
#By default, you can directly train an untamed wolf to a Dog
#with a Training Treat. Set this to True to disable.
disable_train_untamed_wolf = true
#By default, Dogs respawning from bed after being killed will
#be incapacitated and are required to be nursed back to life.
#Set this to False to disable.
dog_respawn_incapacitated_when_killed = true
#Enable this if you prefer Mob Retriever to only work with DTN's dog.
mob_retriever_only_carry_dog = false
#By default, Dogs extend their bounding box covering the passengers
#to avoid suffocating them while calculating the appropriate path.
#Set this to false to disable it, but be warned, although Mob Retriever Dogs will still
#try to calculate the appropriate path while carrying another mob, there might be accidental suffocations.
wolf_mount_passenger_collision = true
#By default, Conducting Bone users can summon their Dogs even when they are in
#other dimensions. Set this to false to limit Conducting Bone Users to only summon
#Dogs of the same dimension.
conducting_bone_cross_origin = true
#Determine if Dog's incapacitated value should be reset when taking any damage
#while being Incapacitated.
incap_val_reset_when_hurt = true
#Set the maximum amount of wolves each players can train to DTN's Dogs.
#If a player meet or exceed this cap, he will not be able to train more wolves into DTN's Dogs.
#Set this to a value greater than Zero to activate this cap, other value
#will disable the cap, meaning players can get unlimited dogs.
#Range: > -2147483648
train_wolf_limit = -1
#Determine if Dogs summoned from Doggy Charms will have
#random Classical Variants instead of always being summoned as Pale.
random_var_with_charm = true
#Some DTN's Wolf Variants are required to spawn on Biomes
#which does not contains the current Wolves_Spawnable_On Blocks.
#This option allows wolves to spawn on those block (if spawning in one
#of the biomes in question, this settings have no effect on the rest of
#the usual biomes.
extended_wolves_spawnable_block = true
#Some vanilla Wolf Variants are bound to not one but a family of biome
#in which some of them they don't actually chunk-generated spawn on
#Allowing some of the DTN Wolf Variants in theory to override
#those biome without affecting the spawn chance of vanilla.
#For instance, Bamboo would override Rusty's chunk-generated/
#spawn-egg/summon spawn if the spawn happened specifically in the
#Bamboo Jungle Biome and because Rusty doesn't actually chunk-generated
#there (they only generate in Sparse Jungle), Bamboo wouldn't affect Rusty's
#spawn chance.
#Disable this if you prefer to keep the vanilla Wolf Variants bouned
#in those biomes previously mentioned instead of being overriden by DTN.
wolf_variant_override_exclusive = true
#For Minecraft version below 1.20.5
#When this option is enabled, upon training a vanilla wolf
#to DTN Wolf, DTN will asign a random Classical Variant
#(DTN and Armored Paw) instead of sticking with default.
random_var_on_train = true

View File

@ -0,0 +1,77 @@
[Damage-Module]
#The purpose of the damage module is to remove the invulnerability ticks after an entity is damaged to better suit gameplay where entities are going to be ignoring too much damage if left unchecked. Disabling will nullify every feature listed under this module.
damageModuleEnabled = false
#Some entities or damage sources rely on damage ticks to time their attacks. In these cases, we want to let them initiate i-frames.
#entityBlacklist default: ["minecraft:slime","minecraft:ender_dragon","minecraft:magma_cube","irons_spellbooks:wall_of_fire","irons_spellbooks:void_tentacle"]
entityBlacklist = ["minecraft:slime", "minecraft:ender_dragon", "minecraft:magma_cube", "irons_spellbooks:wall_of_fire", "irons_spellbooks:void_tentacle"]
#damagesourceBlacklist default: ["lava","inFire","cactus","inWall","hotFloor","lightningBolt","sweetBerryBush","outOfWorld","drown"]
damagesourceBlacklist = ["lava", "inFire", "cactus", "inWall", "hotFloor", "lightningBolt", "sweetBerryBush", "outOfWorld", "drown"]
#Invulnerability Tick (I-Frame) count. Default: 0 (Vanilla's is 20, one second)
invulnerabilityTickCount = 0
#Specialized handling for player damage ticks. "ALL" means there is no special handling, "ONLY_LIVING" means only living attacks ignore player i-frames (may help with unforeseen damage like potions), and "NONE" means player's damage ticks are unaffected by the damage module.
#Allowed Values: ALL, ONLY_LIVING, NONE
playerDamageMode = "ALL"
#In order to prevent spam attacks, a minimum threshold of attack strength can be set before an attack can deal damage. Default: 0.75
minimumAttackStrength = 0.75
#Whether or not a player is allowed to even swing if the threshold is not met. Default: true
allowNonFullStrengthAttacks = true
#Global multiplier to all knockback. Default: 1.0
globalKnockbackMultiplier = 1.0
[Durability-Module]
#The purpose of the durability module is to rework how durability damage is applied to better emulate an rpg setting. Disabling will nullify every feature listed under this module.
durabilityModuleEnabled = false
#What type of gear should take vanilla durability damage. Default: NONE
#Allowed Values: ALL, TOOLS, ARMOR, NONE
vanillDurabilityGearType = "NONE"
#What type of gear is damaged upon death. Default: ALL
#Allowed Values: ALL, TOOLS, ARMOR, NONE
deathGearType = "ALL"
#The percent of durability damage equipment should take on player dying. Set to 0 to disable. Default: 0.15 (15%)
durabilityLostOnDeath = 0.15
#An additional constant amount of damage taken on death. This makes items with a high max durability degrade relatively slower. Set to 0 to disable. Default: 25
additionalDurabilityLostOnDeath = 25
[XP-Module]
#The purpose of the xp module is to rework how experience is dropped on a player's death by creating a souls-like xp catalyst instead. Disabling will nullify every feature listed under this module.
xpModuleEnabled = true
#Whether or not players will drop xp despite keepInventory gamerule. Default: true
ignoreKeepInventory = true
#Whether or not the player who dropped the xp is the only player allow to collect the xp. Default: true
onlyAllowOwnerPickup = true
#Multiplier to experience dropped by slain entities. Default: 1.0
mobDropXpMultiplier = 1.0
#Multiplier to experience dropped by blocks broken. Default: 1.0
blockDropXpMultiplier = 1.0
[Enchantment-Module]
#The purpose of the enchantment module is to mystify enchantments and add an additional challenge to game by obscuring the description of enchanted and cursed items found through looting. Disabling will nullify every feature listed under this module.
enchantmentModuleEnabled = true
#Whether or not armor should be automatically identified when equipped. Default: true
identifyOnEquip = true
#Whether or not unidentified items can be identified by interacting with an enchanting table. Default: true
identifyOnEnchantingTable = true
#Whether or not the enchanting table's functionality should be disabled, making looting or trading the only way to get enchanted items. Default: false
disableEnchantingTable = false
[Hunger-Module]
#The hunger module removes hunger and makes food to directly heal in order to to remove the tedious task of maintaining hunger, as well as rebalance health management during combat and exploration. Disabling will nullify every feature listed under this module.
hungerModuleEnable = false
#Disable Hunger. Without this, most of the hunger module features and config are nullified, but if you want to adjust stack sizes or potion mechanics without disabling hunger, you can do so here.
disableHunger = true
#The multiplier of a food's hunger value to health regained by eating it. Default: 0.5 (50%)
foodToHealthModifier = 0.5
#The amount of time, in ticks, between players naturally regenerating 1 hp. 1 second is 20 ticks. Turn off the naturalRegeneration gamerule to disable. Default: 250.
naturalRegenerationTickRate = 250
#Changes the stack size of potions. Set to 0 to disable. Requires game restart. Default: 4
potionStackSize = 4
#Limit the stack size of every food item. Set to 0 to disable. Requires game restart. Default: 0
foodStackSize = 0
#A Blacklist for limited food stack size, if enabled. Useful for mob drops or other edible items that are not meant as food. Default: ["minecraft:rotten_flesh","minecraft:spider_eye","minecraft:potato","minecraft:carrot","farmersdelight:onion","farmersdelight:tomato","farmersdelight:cabbage"]
foodStackSizeBlacklist = ["minecraft:rotten_flesh", "minecraft:spider_eye", "minecraft:potato", "minecraft:carrot", "farmersdelight:onion", "farmersdelight:tomato", "farmersdelight:cabbage"]
#Item Cooldown in seconds when throwing a splash potion. Default: 0.5
splashPotionCooldown = 0.5
#Item Cooldown in seconds when throwing a lingering potion. Default: 1.5
lingeringPotionCooldown = 1.5

View File

@ -0,0 +1,4 @@
#Set this to true to disable sending the thank you message that SebastrnLib shows when a player joins.
#Note, that this stops showing the message for every player, even those that want to see them.
disable_thanks_message = true

View File

@ -0,0 +1,94 @@
#Server Config
[server]
#The amount of Weapon XP a player gains when hitting a mob
#Range: 0 ~ 10000
hittingXPAmount = 1
#The chance of a hit giving you xp
#Range: 0 ~ 100
hittingChance = 20
#The amount of Weapon XP a player gains when critting a mob
#Range: 0 ~ 10000
value_crit_xp_amount = 2
#The chance of a crit giving you xp
#Range: 0 ~ 100
value_crit_percentage = 80
#The Max Level a Weapon can Reach
#Range: 0 ~ 10000
weaponMaxLevel = 500
#The Modifier for the equation used to calculate the amount of xp needed to level up (Default = 80)
#Range: 0 ~ 10000
weaponLevelModifier = 80
#The XP amount needed to reach the first level (Default = 50)
#Range: 0 ~ 10000
weaponStartAmount = 50
#The Extra Damage a weapon gets for each level (Default = 0.1)
#Range: 0.0 ~ 100.0
weaponDamagePerLevel = 0.1
#The Value, that gets multiplied with the bow's damage to lower it. It is recommended to leave it below 1 (Default = 0.25d)
#Range: 0.0 ~ 10.0
weaponBowLikeModifier = 0.25
#The Max Percentage an Armor Part can reduce
#Range: 0.0 ~ 100.0
weaponMaxReduction = 75.0
#The value that defines the range in which an RNG will generate a random amount of XP for each armor Piece. Setting it to 100 will cause the RNG to have no effect
#Range: 0 ~ 100
value_armor_min_armor_xp_amount = 50
#Item Config
[server.item]
#Blacklisted Items
blacklist_items = []
#Melee Weapons, that are not extending the AxeItem or SwordItem Class
melee_items = ["miapi:modular_katars", "minecraft:trident", "tetra:modular_sword", "tetra:modular_double", "tetra:modular_single", "tconstruct:dagger", "tconstruct:sword", "tconstruct:cleaver", "tconstruct:scythe", "tconstruct:broad_axe", "tconstruct:hand_axe", "tconstruct:sledge_hammer", "tconstruct:mattock", "parrying:wood_mace", "parrying:stone_mace", "parrying:iron_mace", "parrying:gold_mace", "parrying:diamond_mace", "parrying:netherite_mace", "parrying:wood_spear", "parrying:stone_spear", "parrying:iron_spear", "parrying:gold_spear", "parrying:diamond_spear", "parrying:netherite_spear", "parrying:wood_dagger", "parrying:stone_dagger", "parrying:iron_dagger", "parrying:gold_dagger", "parrying:diamond_dagger", "parrying:netherite_dagger", "parrying:wood_flail", "parrying:stone_flail", "parrying:iron_flail", "parrying:gold_flail", "parrying:diamond_flail", "parrying:netherite_flail", "parrying:wood_hammer", "parrying:stone_hammer", "parrying:iron_hammer", "parrying:gold_hammer", "parrying:diamond_hammer", "parrying:netherite_hammer"]
#Armors, that are not extending the Armor Class or Should be added if Option "disable_unlisted_items" is set to true
armor_items = []
#Projectile Weapons, that are not extending the ProjectileItem Class
projectile_items = ["minecraft:trident", "minecraft:bow", "minecraft:crossbow", "tetra:modular_crossbow", "tetra:modular_bow", "tetra:modular_single", "cgm:pistol", "cgm:shotgun", "cgm:mini_gun", "cgm:assault_rifle", "cgm:machine_pistol", "cgm:heavy_rifle", "cgm:rifle", "cgm:grenade_launcher", "cgm:bazooka", "parrying:wood_spear", "parrying:stone_spear", "parrying:iron_spear", "parrying:gold_spear", "parrying:diamond_spear", "parrying:netherite_spear", "parrying:wood_dagger", "parrying:stone_dagger", "parrying:iron_dagger", "parrying:gold_dagger", "parrying:diamond_dagger", "parrying:netherite_dagger"]
#How the player is notified about the item's Level Up
#ACTIONBAR: Will display the Level Up in the Actionbar
#TOAST: Will display the Level Up in the Actionbar
#Allowed Values: ACTIONBAR, TOAST
levelUpDisplayType = "TOAST"
#Items, that should not fully break when their durability reaches 0.
unbreakable_items_whitelist = []
#Items, you want to break, even if they are a Levelable item or in the whitelist (why did you put em there?).
unbreakable_items_blacklist = []
#If set to true, all items that are levelable will not break when durability reaches 0
levelable_items_auto_unbreakable = true
#If set to true, items will not vanish when broken, but rather have a useless version
broken_items_wont_vanish = true
#If set to true, Swords, Axes and Armor will not be supported
disable_unlisted_items = false
#Defines whether Weapon Leveling will log every registered weapon as debug. If an Item is invalid it will still send an Error.
send_registry_in_log = false
#Entity Config
[server.entiy]
#The generic Amount of XP a Player gains when killing a not defined Entity
#Range: 0 ~ 10000
killingGenericXPAmount = 1
#The amount of Weapon XP a player gains when killing a mob
#Range: 0 ~ 10000
killingAnimalXPAmount = 2
#The amount of Weapon XP a player gains when killing a monster
#Range: 0 ~ 10000
killingMonsterXPAmount = 10
#The amount of Weapon XP a player gains when killing a mini boss
#Range: 0 ~ 10000
killingMiniBossXPAmount = 50
#The amount of Weapon XP a player gains when killing a boss
#Range: 0 ~ 10000
KillingBossXPAmount = 100
#
#Any LivingEntity, that is killed without being in the list will just have the GenericXPAmount
#
#A List of all the Animals affected by the mod
animal_entities = ["minecraft:pig", "minecraft:cow", "minecraft:sheep", "minecraft:chicken", "minecraft:mooshroom", "minecraft:axolotl", "minecraft:bee", "minecraft:cat", "minecraft:donkey", "minecraft:fox", "minecraft:goat", "minecraft:horse", "minecraft:llama", "minecraft:mule", "minecraft:ocelot", "minecraft:panda", "minecraft:rabbit", "minecraft:strider", "minecraft:hoglin", "minecraft:trader_llama", "minecraft:turtle", "minecraft:wolf", "minecraft:squid", "minecraft:glow_squid", "minecraft:dolphin", "minecraft:polar_bear", "minecraft:pufferfish", "minecraft:salmon", "minecraft:cod", "minecraft:tropical_fish", "alexsmobs:grizzly_bear", "alexsmobs:roadrunner", "alexsmobs:gazelle", "alexsmobs:crocodile", "alexsmobs:fly", "alexsmobs:hummingbird", "alexsmobs:orca", "alexsmobs:sunbird", "alexsmobs:gorilla", "alexsmobs:rattlesnake", "alexsmobs:endergrade", "alexsmobs:hammerhead_shark", "alexsmobs:lobster", "alexsmobs:komodo_dragon", "alexsmobs:capuchin_monkey", "alexsmobs:warped_toad", "alexsmobs:moose", "alexsmobs:raccoon", "alexsmobs:blobfish", "alexsmobs:seal", "alexsmobs:cockroach", "alexsmobs:shoebill", "alexsmobs:elephant", "alexsmobs:crow", "alexsmobs:snow_leopard", "alexsmobs:alligator_snapping_turtle", "alexsmobs:mungus", "alexsmobs:mantis_shrimp", "alexsmobs:polar_bear", "alexsmobs:emu", "alexsmobs:platypus", "alexsmobs:dropbear", "alexsmobs:tasmanian_devil", "alexsmobs:kangaroo", "alexsmobs:cachalot_whale", "alexsmobs:leafcutter_ant", "alexsmobs:bald_eagle", "alexsmobs:tiger", "alexsmobs:tarantula_hawk", "alexsmobs:frilled_shark", "alexsmobs:mimic_octopus", "alexsmobs:seagull", "alexsmobs:tusklin", "alexsmobs:toucan", "alexsmobs:maned_wolf", "alexsmobs:anaconda", "alexsmobs:anteater", "alexsmobs:flutter", "alexsmobs:gelada_monkey", "alexsmobs:jerboa", "alexsmobs:terrapin", "alexsmobs:comb_jelly", "alexsmobs:cosmic_cod", "alexsmobs:bunfungus", "alexsmobs:bison", "alexsmobs:giant_squid", "alexsmobs:squid_grapple", "alexsmobs:sea_bear", "alexsmobs:devils_hole_pupfish", "alexsmobs:catfish", "alexsmobs:flying_fish", "alexsmobs:rain_frog", "alexsmobs:potoo", "alexsmobs:mudskipper", "alexsmobs:rhinoceros", "alexsmobs:sugar_glider"]
#A List of all the Monsters affected by the mod
monster_entities = ["minecraft:enderman", "minecraft:zombified_piglin", "minecraft:spider", "minecraft:cave_spider", "minecraft:blaze", "minecraft:creeper", "minecraft:drowned", "minecraft:guardian", "minecraft:endermite", "minecraft:ghast", "minecraft:husk", "minecraft:magma_cube", "minecraft:phantom", "minecraft:piglin", "minecraft:piglin_brute", "minecraft:pillager", "minecraft:ravager", "minecraft:shulker", "minecraft:silverfish", "minecraft:skeleton", "minecraft:slime", "minecraft:stray", "minecraft:vex", "minecraft:vindicator", "minecraft:witch", "minecraft:wither_skeleton", "minecraft:zoglin", "minecraft:zombie", "minecraft:zombie_villager", "alexsmobs:bone_serpent", "alexsmobs:crimson_mosquito", "alexsmobs:mimicube", "alexsmobs:soul_vulture", "alexsmobs:spectre", "alexsmobs:guster", "alexsmobs:straddler", "alexsmobs:stradpole", "alexsmobs:enderiophage", "alexsmobs:froststalker", "alexsmobs:laviathan", "alexsmobs:cosmaw", "alexsmobs:rocky_roller", "alexsmobs:skelewag"]
#A List of all the Mini Bosses affected by the mod
miniboss_entities = ["minecraft:elder_guardian", "minecraft:ravager", "minecraft:evoker", "alexsmobs:warped_mosco"]
#A List of all the Bosses affected by the mod
boss_entities = ["minecraft:wither", "minecraft:ender_dragon", "alexsmobs:void_worm"]

View File

@ -0,0 +1,13 @@
name = "Repurposed Structures - Iron's Spells 'n Spellbooks Compat"
filename = "Repurposed_Structures-Irons_Spells_n_Spellbooks_v2.zip"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/2qHcm09P/versions/FPOY0Olx/Repurposed_Structures-Irons_Spells_n_Spellbooks_v2.zip"
hash-format = "sha512"
hash = "53b597b7b8a6010df8e196803095408bfd0ad0d4b4a33fba4976721bef7736b7b3235c09f43ad053d1ec4c0023f713ee16c23c078dec009220bbcc1f2f36a4a6"
[update]
[update.modrinth]
mod-id = "2qHcm09P"
version = "FPOY0Olx"

1708
index.toml Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 852 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1006 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

12
kubejs/config/common.properties Executable file
View File

@ -0,0 +1,12 @@
# Stolen from atm9
matchJsonRecipes=true
allowAsyncStreams=false
announceReload=true
startupErrorGUI=true
serverOnly=false
hideServerScriptErrors=false
saveDevPropertiesInConfig=false
packmode=default
ignoreCustomUniqueRecipeIds=false
creativeModeTabIcon=minecraft\:purple_dye
startupErrorReportUrl=

View File

@ -0,0 +1,35 @@
{
"type": "industrialforegoing:dissolution_chamber",
"input": [
{
"tag": "forge:plastic"
},
{
"tag": "industrialforegoing:machine_frame/simple"
},
{
"tag": "forge:plastic"
},
{
"tag": "kubejs:grist/agricultural/radiant"
},
{
"tag": "kubejs:grist/agricultural/radiant"
},
{
"tag": "forge:ingots/gold"
},
{
"tag": "forge:gears/signalum"
},
{
"tag": "forge:ingots/gold"
}
],
"inputFluid": "{Amount:500,FluidName:\"industrialforegoing:pink_slime\"}",
"output": {
"count": 1,
"item": "industrialforegoing:machine_frame_advanced"
},
"processingTime": 300
}

View File

@ -0,0 +1,36 @@
{
"type": "industrialforegoing:dissolution_chamber",
"input": [
{
"item": "minecraft:redstone"
},
{
"item": "minecraft:redstone"
},
{
"item": "minecraft:glass_pane"
},
{
"item": "minecraft:glass_pane"
},
{
"tag": "forge:gears/steel"
},
{
"tag": "forge:gears/steel"
},
{
"item": "minecraft:blaze_rod"
},
{
"item": "minecraft:blaze_rod"
}
],
"inputFluid": "{Amount:1000,FluidName:\"industrialforegoing:latex\"}",
"output": {
"count": 1,
"item": "industrialforegoing:efficiency_addon_1",
"nbt": "{TitaniumAugment:{Efficiency:0.9f}}"
},
"processingTime": 200
}

View File

@ -0,0 +1,36 @@
{
"type": "industrialforegoing:dissolution_chamber",
"input": [
{
"item": "minecraft:redstone"
},
{
"item": "minecraft:redstone"
},
{
"item": "minecraft:glass_pane"
},
{
"item": "minecraft:glass_pane"
},
{
"tag": "forge:gears/signalum"
},
{
"tag": "forge:gears/signalum"
},
{
"item": "minecraft:blaze_rod"
},
{
"item": "minecraft:blaze_rod"
}
],
"inputFluid": "{Amount:1000,FluidName:\"industrialforegoing:latex\"}",
"output": {
"count": 1,
"item": "industrialforegoing:efficiency_addon_2",
"nbt": "{TitaniumAugment:{Efficiency:0.8f}}"
},
"processingTime": 200
}

View File

@ -0,0 +1,36 @@
{
"type": "industrialforegoing:dissolution_chamber",
"input": [
{
"item": "industrialforegoing:common_black_hole_unit"
},
{
"tag": "forge:gears/signalum"
},
{
"item": "industrialforegoing:common_black_hole_unit"
},
{
"item": "industrialforegoing:common_black_hole_tank"
},
{
"item": "industrialforegoing:common_black_hole_tank"
},
{
"tag": "forge:gears/steel"
},
{
"tag": "forge:gears/steel"
},
{
"tag": "forge:gears/steel"
}
],
"inputFluid": "{Amount:2000,FluidName:\"industrialforegoing:pink_slime\"}",
"output": {
"count": 1,
"item": "industrialforegoing:infinity_backpack",
"nbt": "{CanCharge:1b,Energy:0L,Selected:\"POOR\",Special:0b}"
},
"processingTime": 400
}

View File

@ -0,0 +1,36 @@
{
"type": "industrialforegoing:dissolution_chamber",
"input": [
{
"item": "minecraft:diamond_block"
},
{
"item": "minecraft:diamond_shovel"
},
{
"item": "minecraft:diamond_block"
},
{
"item": "minecraft:diamond_block"
},
{
"item": "industrialforegoing:range_addon11"
},
{
"tag": "forge:gears/steel"
},
{
"tag": "forge:gears/steel"
},
{
"tag": "forge:gears/steel"
}
],
"inputFluid": "{Amount:2000,FluidName:\"industrialforegoing:pink_slime\"}",
"output": {
"count": 1,
"item": "industrialforegoing:infinity_drill",
"nbt": "{CanCharge:1b,Energy:0L,Fluid:{Amount:0,FluidName:\"biofuel\"},Selected:\"POOR\",Special:0b}"
},
"processingTime": 400
}

View File

@ -0,0 +1,36 @@
{
"type": "industrialforegoing:dissolution_chamber",
"input": [
{
"item": "minecraft:diamond_block"
},
{
"item": "minecraft:diamond_sword"
},
{
"item": "minecraft:diamond_block"
},
{
"item": "minecraft:diamond_axe"
},
{
"item": "industrialforegoing:range_addon11"
},
{
"tag": "forge:gears/steel"
},
{
"tag": "forge:gears/steel"
},
{
"tag": "forge:gears/steel"
}
],
"inputFluid": "{Amount:2000,FluidName:\"industrialforegoing:pink_slime\"}",
"output": {
"count": 1,
"item": "industrialforegoing:infinity_hammer",
"nbt": "{Beheading:0,CanCharge:1b,Energy:0L,Fluid:{Amount:0,FluidName:\"biofuel\"},Selected:\"POOR\",Special:0b}"
},
"processingTime": 400
}

View File

@ -0,0 +1,36 @@
{
"type": "industrialforegoing:dissolution_chamber",
"input": [
{
"item": "minecraft:diamond_block"
},
{
"item": "minecraft:bow"
},
{
"item": "minecraft:diamond_block"
},
{
"item": "industrialforegoing:mob_imprisonment_tool"
},
{
"item": "industrialforegoing:range_addon11"
},
{
"tag": "forge:gears/steel"
},
{
"tag": "forge:gears/steel"
},
{
"tag": "forge:gears/steel"
}
],
"inputFluid": "{Amount:2000,FluidName:\"industrialforegoing:pink_slime\"}",
"output": {
"count": 1,
"item": "industrialforegoing:infinity_launcher",
"nbt": "{CanCharge:1b,Energy:0L,Fluid:{Amount:0,FluidName:\"biofuel\"},Plunger:0,Selected:\"POOR\",Special:0b}"
},
"processingTime": 400
}

View File

@ -0,0 +1,36 @@
{
"type": "industrialforegoing:dissolution_chamber",
"input": [
{
"item": "minecraft:diamond_block"
},
{
"item": "minecraft:diamond_pickaxe"
},
{
"item": "minecraft:diamond_axe"
},
{
"item": "minecraft:diamond_axe"
},
{
"item": "industrialforegoing:range_addon11"
},
{
"tag": "forge:gears/steel"
},
{
"tag": "forge:gears/steel"
},
{
"tag": "forge:gears/steel"
}
],
"inputFluid": "{Amount:2000,FluidName:\"industrialforegoing:pink_slime\"}",
"output": {
"count": 1,
"item": "industrialforegoing:infinity_saw",
"nbt": "{CanCharge:1b,Energy:0L,Fluid:{Amount:0,FluidName:\"biofuel\"},Selected:\"POOR\",Special:0b}"
},
"processingTime": 400
}

View File

@ -0,0 +1,36 @@
{
"type": "industrialforegoing:dissolution_chamber",
"input": [
{
"item": "minecraft:diamond_block"
},
{
"item": "minecraft:trident"
},
{
"item": "minecraft:diamond_block"
},
{
"item": "minecraft:diamond_hoe"
},
{
"item": "industrialforegoing:range_addon11"
},
{
"tag": "forge:gears/steel"
},
{
"tag": "forge:gears/steel"
},
{
"tag": "forge:gears/steel"
}
],
"inputFluid": "{Amount:2000,FluidName:\"industrialforegoing:pink_slime\"}",
"output": {
"count": 1,
"item": "industrialforegoing:infinity_trident",
"nbt": "{CanCharge:1b,Channeling:0b,Energy:0L,Fluid:{Amount:0,FluidName:\"biofuel\"},Loyalty:0,Riptide:0,Selected:\"POOR\",Special:0b}"
},
"processingTime": 400
}

View File

@ -0,0 +1,35 @@
{
"type": "industrialforegoing:dissolution_chamber",
"input": [
{
"tag": "forge:plastic"
},
{
"tag": "industrialforegoing:machine_frame/supreme"
},
{
"tag": "forge:plastic"
},
{
"item": "minecraft:netherite_ingot"
},
{
"item": "minecraft:netherite_ingot"
},
{
"tag": "forge:gears/signalum"
},
{
"item": "minecraft:nether_star"
},
{
"tag": "forge:gears/signalum"
}
],
"inputFluid": "{Amount:500,FluidName:\"industrialforegoing:ether_gas\"}",
"output": {
"count": 1,
"item": "industrialforegoing:mycelial_reactor"
},
"processingTime": 600
}

View File

@ -0,0 +1,36 @@
{
"type": "industrialforegoing:dissolution_chamber",
"input": [
{
"item": "minecraft:redstone"
},
{
"item": "minecraft:redstone"
},
{
"item": "minecraft:glass_pane"
},
{
"item": "minecraft:glass_pane"
},
{
"tag": "forge:gears/steel"
},
{
"tag": "forge:gears/steel"
},
{
"item": "minecraft:furnace"
},
{
"item": "minecraft:crafting_table"
}
],
"inputFluid": "{Amount:1000,FluidName:\"industrialforegoing:latex\"}",
"output": {
"count": 1,
"item": "industrialforegoing:processing_addon_1",
"nbt": "{TitaniumAugment:{Processing:2.0f}}"
},
"processingTime": 200
}

View File

@ -0,0 +1,36 @@
{
"type": "industrialforegoing:dissolution_chamber",
"input": [
{
"item": "minecraft:redstone"
},
{
"item": "minecraft:redstone"
},
{
"item": "minecraft:glass_pane"
},
{
"item": "minecraft:glass_pane"
},
{
"tag": "forge:gears/signalum"
},
{
"tag": "forge:gears/signalum"
},
{
"item": "minecraft:furnace"
},
{
"item": "minecraft:crafting_table"
}
],
"inputFluid": "{Amount:1000,FluidName:\"industrialforegoing:latex\"}",
"output": {
"count": 1,
"item": "industrialforegoing:processing_addon_2",
"nbt": "{TitaniumAugment:{Processing:3.0f}}"
},
"processingTime": 200
}

View File

@ -0,0 +1,35 @@
{
"type": "industrialforegoing:dissolution_chamber",
"input": [
{
"tag": "forge:plastic"
},
{
"tag": "industrialforegoing:machine_frame/pity"
},
{
"tag": "forge:plastic"
},
{
"tag": "kubejs:grist/agricultural/improved"
},
{
"tag": "kubejs:grist/agricultural/improved"
},
{
"tag": "forge:ingots/iron"
},
{
"tag": "forge:gears/steel"
},
{
"tag": "forge:ingots/iron"
}
],
"inputFluid": "{Amount:250,FluidName:\"industrialforegoing:latex\"}",
"output": {
"count": 1,
"item": "industrialforegoing:machine_frame_simple"
},
"processingTime": 300
}

View File

@ -0,0 +1,36 @@
{
"type": "industrialforegoing:dissolution_chamber",
"input": [
{
"item": "minecraft:redstone"
},
{
"item": "minecraft:redstone"
},
{
"item": "minecraft:glass_pane"
},
{
"item": "minecraft:glass_pane"
},
{
"tag": "forge:gears/steel"
},
{
"tag": "forge:gears/steel"
},
{
"item": "minecraft:sugar"
},
{
"item": "minecraft:sugar"
}
],
"inputFluid": "{Amount:1000,FluidName:\"industrialforegoing:latex\"}",
"output": {
"count": 1,
"item": "industrialforegoing:speed_addon_1",
"nbt": "{TitaniumAugment:{Speed:2.0f}}"
},
"processingTime": 200
}

View File

@ -0,0 +1,36 @@
{
"type": "industrialforegoing:dissolution_chamber",
"input": [
{
"item": "minecraft:redstone"
},
{
"item": "minecraft:redstone"
},
{
"item": "minecraft:glass_pane"
},
{
"item": "minecraft:glass_pane"
},
{
"tag": "forge:gears/signalum"
},
{
"tag": "forge:gears/signalum"
},
{
"item": "minecraft:sugar"
},
{
"item": "minecraft:sugar"
}
],
"inputFluid": "{Amount:1000,FluidName:\"industrialforegoing:latex\"}",
"output": {
"count": 1,
"item": "industrialforegoing:speed_addon_2",
"nbt": "{TitaniumAugment:{Speed:3.0f}}"
},
"processingTime": 200
}

View File

@ -0,0 +1,35 @@
{
"type": "industrialforegoing:dissolution_chamber",
"input": [
{
"tag": "forge:plastic"
},
{
"tag": "industrialforegoing:machine_frame/advanced"
},
{
"tag": "forge:plastic"
},
{
"tag": "kubejs:grist/intelligent/radiant"
},
{
"tag": "kubejs:grist/intelligent/radiant"
},
{
"tag": "kubejs:grist/agricultural/basic"
},
{
"tag": "forge:gears/signalum"
},
{
"tag": "kubejs:grist/agricultural/basic"
}
],
"inputFluid": "{Amount:135,FluidName:\"industrialforegoing:ether_gas\"}",
"output": {
"count": 1,
"item": "industrialforegoing:machine_frame_supreme"
},
"processingTime": 300
}

View File

@ -0,0 +1,12 @@
{
"type": "patchouli:shapeless_book_recipe",
"ingredients": [
{
"item": "minecraft:cobblestone"
},
{
"item": "minecraft:book"
}
],
"book": "gristdex"
}

View File

@ -0,0 +1,43 @@
{
"icon": {
"type": "item",
"item": "ars_nouveau:source_gem"
},
"key": "ars_source_gem",
"translation": "miapi.material.ars-source_gem",
"fake_translation": "Source Gem ",
"groups": [
"gem"
],
"items": [
{
"item": "ars_nouveau:source_gem",
"value": 1
}
],
"color": "BFD4DE",
"textures": [
"bright"
],
"color_palette": {
"type": "image_generated_item",
"item": "ars_nouveau:source_gem"
},
"durability": 35,
"mining_speed": 8.0,
"enchantability": 30.0,
"flexibility": 1.2,
"density": 2.0,
"mining_level": 2,
"hardness": 3.5,
"properties": {
"default": {
"attributes": [{
"attribute": "ars_nouveau:ars_nouveau.perk.mana_regen",
"value": 1.3,
"operation": "*",
"slot": "chest"
}]
}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "alltheores:aluminum_ingot"
},
"key": "silentcompat.aluminum",
"translation": "miapi.material.silentcompat-aluminum",
"fake_translation": "Aluminum ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/aluminum",
"value": 1
},
{
"tag": "forge:nuggets/aluminum",
"value": 0.11112
}
],
"color": "BFD4DE",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "alltheores:aluminum_ingot"
},
"durability": 1095.0,
"mining_speed": 12.0,
"enchantability": 14.0,
"flexibility": 2.1666666666666665,
"density": 1.8,
"mining_level": 3,
"hardness": 18.75,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "thermal:aluminum_steel_ingot"
},
"key": "silentcompat.aluminum_steel",
"translation": "miapi.material.silentcompat-aluminum_steel",
"fake_translation": "Aluminum_steel ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/aluminum_steel",
"value": 1
},
{
"tag": "forge:nuggets/aluminum_steel",
"value": 0.11112
}
],
"color": "98D9DA",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:aluminum_steel_ingot"
},
"durability": 1980.0,
"mining_speed": 12.0,
"enchantability": 11.0,
"flexibility": 1.857142857142857,
"density": 2.0,
"mining_level": 4,
"hardness": 22.5,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "silentgear:azure_electrum_ingot"
},
"key": "silentcompat.azure_electrum",
"translation": "miapi.material.silentcompat-azure_electrum",
"fake_translation": "Azure_electrum ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/azure_electrum",
"value": 1
},
{
"tag": "forge:nuggets/azure_electrum",
"value": 0.11112
}
],
"color": "4575E3",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "silentgear:azure_electrum_ingot"
},
"durability": 3777.0,
"mining_speed": 43.5,
"enchantability": 37.0,
"flexibility": 1.857142857142857,
"density": 3.0,
"mining_level": 5,
"hardness": 76.25,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "silentgear:azure_silver_ingot"
},
"key": "silentcompat.azure_silver",
"translation": "miapi.material.silentcompat-azure_silver",
"fake_translation": "Azure_silver ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/azure_silver",
"value": 1
},
{
"tag": "forge:nuggets/azure_silver",
"value": 0.11112
}
],
"color": "CBBAFF",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "silentgear:azure_silver_ingot"
},
"durability": 591.0,
"mining_speed": 28.5,
"enchantability": 29.0,
"flexibility": 2.6,
"density": 2.8,
"mining_level": 4,
"hardness": 21.25,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "thermal:bismuth_ingot"
},
"key": "silentcompat.bismuth",
"translation": "miapi.material.silentcompat-bismuth",
"fake_translation": "Bismuth ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/bismuth",
"value": 1
},
{
"tag": "forge:nuggets/bismuth",
"value": 0.11112
}
],
"color": "D1C2D5",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:bismuth_ingot"
},
"durability": 990.0,
"mining_speed": 7.5,
"enchantability": 12.0,
"flexibility": 2.1666666666666665,
"density": 1.8,
"mining_level": 3,
"hardness": 12.5,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "thermal:bismuth_brass_ingot"
},
"key": "silentcompat.bismuth_brass",
"translation": "miapi.material.silentcompat-bismuth_brass",
"fake_translation": "Bismuth_brass ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/bismuth_brass",
"value": 1
},
{
"tag": "forge:nuggets/bismuth_brass",
"value": 0.11112
}
],
"color": "E9C1B4",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:bismuth_brass_ingot"
},
"durability": 1740.0,
"mining_speed": 13.5,
"enchantability": 14.0,
"flexibility": 1.857142857142857,
"density": 2.2,
"mining_level": 3,
"hardness": 18.75,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "thermal:bismuth_steel_ingot"
},
"key": "silentcompat.bismuth_steel",
"translation": "miapi.material.silentcompat-bismuth_steel",
"fake_translation": "Bismuth_steel ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/bismuth_steel",
"value": 1
},
{
"tag": "forge:nuggets/bismuth_steel",
"value": 0.11112
}
],
"color": "DC9FE7",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:bismuth_steel_ingot"
},
"durability": 3150.0,
"mining_speed": 15.0,
"enchantability": 14.0,
"flexibility": 1.625,
"density": 2.0,
"mining_level": 4,
"hardness": 31.25,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,44 @@
{
"icon": {
"type": "item",
"item": "silentgear:blaze_gold_ingot"
},
"key": "silentcompat.blaze_gold",
"translation": "miapi.material.silentcompat-blaze_gold",
"fake_translation": "Blaze_gold ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/blaze_gold",
"value": 1
},
{
"tag": "forge:nuggets/blaze_gold",
"value": 0.11112
}
],
"color": "DD8500",
"textures": [
"metallic",
"emissive"
],
"color_palette": {
"type": "image_generated_item",
"item": "silentgear:blaze_gold_ingot"
},
"durability": 207.0,
"mining_speed": 22.5,
"enchantability": 24.0,
"flexibility": 2.6,
"density": 2.4,
"mining_level": 3,
"hardness": 11.25,
"properties": {
"default": {
"emissive": true,
"isPiglinGold": true
}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "alltheores:brass_ingot"
},
"key": "silentcompat.brass",
"translation": "miapi.material.silentcompat-brass",
"fake_translation": "Brass ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/brass",
"value": 1
},
{
"tag": "forge:nuggets/brass",
"value": 0.11112
}
],
"color": "F2D458",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "alltheores:brass_ingot"
},
"durability": 720.0,
"mining_speed": 10.5,
"enchantability": 13.0,
"flexibility": 2.1666666666666665,
"density": 2.4,
"mining_level": 3,
"hardness": 10.0,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "thermal:bronze_ingot"
},
"key": "silentcompat.bronze",
"translation": "miapi.material.silentcompat-bronze",
"fake_translation": "Bronze ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/bronze",
"value": 1
},
{
"tag": "forge:nuggets/bronze",
"value": 0.11112
}
],
"color": "D6903B",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:bronze_ingot"
},
"durability": 900.0,
"mining_speed": 9.0,
"enchantability": 12.0,
"flexibility": 2.1666666666666665,
"density": 2.2,
"mining_level": 3,
"hardness": 16.25,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "thermal:compressed_iron_ingot"
},
"key": "silentcompat.compressed_iron",
"translation": "miapi.material.silentcompat-compressed_iron",
"fake_translation": "Compressed_iron ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/compressed_iron",
"value": 1
},
{
"tag": "forge:nuggets/compressed_iron",
"value": 0.11112
}
],
"color": "A6A6A6",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:compressed_iron_ingot"
},
"durability": 3072.0,
"mining_speed": 13.5,
"enchantability": 12.0,
"flexibility": 1.625,
"density": 1.6,
"mining_level": 4,
"hardness": 30.0,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "silentgear:crimson_iron_ingot"
},
"key": "silentcompat.crimson_iron",
"translation": "miapi.material.silentcompat-crimson_iron",
"fake_translation": "Crimson_iron ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/crimson_iron",
"value": 1
},
{
"tag": "forge:nuggets/crimson_iron",
"value": 0.11112
}
],
"color": "FF6189",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "silentgear:crimson_iron_ingot"
},
"durability": 1260.0,
"mining_speed": 15.0,
"enchantability": 14.0,
"flexibility": 1.857142857142857,
"density": 1.4,
"mining_level": 4,
"hardness": 33.75,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "silentgear:crimson_steel_ingot"
},
"key": "silentcompat.crimson_steel",
"translation": "miapi.material.silentcompat-crimson_steel",
"fake_translation": "Crimson_steel ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/crimson_steel",
"value": 1
},
{
"tag": "forge:nuggets/crimson_steel",
"value": 0.11112
}
],
"color": "DC143C",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "silentgear:crimson_steel_ingot"
},
"durability": 7200.0,
"mining_speed": 22.5,
"enchantability": 19.0,
"flexibility": 1.625,
"density": 1.8,
"mining_level": 5,
"hardness": 52.5,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "thermal:electrum_ingot"
},
"key": "silentcompat.electrum",
"translation": "miapi.material.silentcompat-electrum",
"fake_translation": "Electrum ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/electrum",
"value": 1
},
{
"tag": "forge:nuggets/electrum",
"value": 0.11112
}
],
"color": "D6E037",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:electrum_ingot"
},
"durability": 288.0,
"mining_speed": 21.0,
"enchantability": 25.0,
"flexibility": 2.1666666666666665,
"density": 3.0,
"mining_level": 3,
"hardness": 12.5,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "thermal:enderium_ingot"
},
"key": "silentcompat.enderium",
"translation": "miapi.material.silentcompat-enderium",
"fake_translation": "Enderium ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/enderium",
"value": 1
},
{
"tag": "forge:nuggets/enderium",
"value": 0.11112
}
],
"color": "468C75",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:enderium_ingot"
},
"durability": 3600.0,
"mining_speed": 27.0,
"enchantability": 13.0,
"flexibility": 1.4444444444444444,
"density": 2.4,
"mining_level": 5,
"hardness": 42.5,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,44 @@
{
"icon": {
"type": "item",
"item": "thermal:gold_ingot"
},
"key": "silentcompat.gold",
"translation": "miapi.material.silentcompat-gold",
"fake_translation": "Gold ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/gold",
"value": 1
},
{
"tag": "forge:nuggets/gold",
"value": 0.11112
}
],
"color": "FDFF70",
"textures": [
"metallic",
"emissive"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:gold_ingot"
},
"durability": 96.0,
"mining_speed": 18.0,
"enchantability": 22.0,
"flexibility": 2.6,
"density": 2.4,
"mining_level": 3,
"hardness": 8.75,
"properties": {
"default": {
"emissive": true,
"isPiglinGold": true
}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "thermal:invar_ingot"
},
"key": "silentcompat.invar",
"translation": "miapi.material.silentcompat-invar",
"fake_translation": "Invar ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/invar",
"value": 1
},
{
"tag": "forge:nuggets/invar",
"value": 0.11112
}
],
"color": "C2CBB8",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:invar_ingot"
},
"durability": 1920.0,
"mining_speed": 10.5,
"enchantability": 13.0,
"flexibility": 1.625,
"density": 2.4,
"mining_level": 3,
"hardness": 25.0,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "thermal:lead_ingot"
},
"key": "silentcompat.lead",
"translation": "miapi.material.silentcompat-lead",
"fake_translation": "Lead ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/lead",
"value": 1
},
{
"tag": "forge:nuggets/lead",
"value": 0.11112
}
],
"color": "C2CBB8",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:lead_ingot"
},
"durability": 780.0,
"mining_speed": 6.0,
"enchantability": 15.0,
"flexibility": 2.6,
"density": 1.6,
"mining_level": 3,
"hardness": 17.5,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "thermal:lumium_ingot"
},
"key": "silentcompat.lumium",
"translation": "miapi.material.silentcompat-lumium",
"fake_translation": "Lumium ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/lumium",
"value": 1
},
{
"tag": "forge:nuggets/lumium",
"value": 0.11112
}
],
"color": "FFD789",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:lumium_ingot"
},
"durability": 2760.0,
"mining_speed": 22.5,
"enchantability": 14.0,
"flexibility": 1.625,
"density": 2.6,
"mining_level": 4,
"hardness": 25.0,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "thermal:nickel_ingot"
},
"key": "silentcompat.nickel",
"translation": "miapi.material.silentcompat-nickel",
"fake_translation": "Nickel ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/nickel",
"value": 1
},
{
"tag": "forge:nuggets/nickel",
"value": 0.11112
}
],
"color": "EFE87B",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:nickel_ingot"
},
"durability": 1140.0,
"mining_speed": 10.5,
"enchantability": 12.0,
"flexibility": 2.6,
"density": 2.0,
"mining_level": 3,
"hardness": 21.25,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "alltheores:osmium_ingot"
},
"key": "silentcompat.osmium",
"translation": "miapi.material.silentcompat-osmium",
"fake_translation": "Osmium ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/osmium",
"value": 1
},
{
"tag": "forge:nuggets/osmium",
"value": 0.11112
}
],
"color": "92A6B8",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "alltheores:osmium_ingot"
},
"durability": 1500.0,
"mining_speed": 15.0,
"enchantability": 12.0,
"flexibility": 2.1666666666666665,
"density": 2.2,
"mining_level": 3,
"hardness": 37.5,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "alltheores:platinum_ingot"
},
"key": "silentcompat.platinum",
"translation": "miapi.material.silentcompat-platinum",
"fake_translation": "Platinum ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/platinum",
"value": 1
},
{
"tag": "forge:nuggets/platinum",
"value": 0.11112
}
],
"color": "B3B3FF",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "alltheores:platinum_ingot"
},
"durability": 2700.0,
"mining_speed": 18.0,
"enchantability": 14.0,
"flexibility": 1.625,
"density": 2.4,
"mining_level": 4,
"hardness": 26.25,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "thermal:redstone_alloy_ingot"
},
"key": "silentcompat.redstone_alloy",
"translation": "miapi.material.silentcompat-redstone_alloy",
"fake_translation": "Redstone_alloy ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/redstone_alloy",
"value": 1
},
{
"tag": "forge:nuggets/redstone_alloy",
"value": 0.11112
}
],
"color": "E60006",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:redstone_alloy_ingot"
},
"durability": 2520.0,
"mining_speed": 16.5,
"enchantability": 18.0,
"flexibility": 1.857142857142857,
"density": 1.8,
"mining_level": 3,
"hardness": 25.0,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "thermal:refined_glowstone_ingot"
},
"key": "silentcompat.refined_glowstone",
"translation": "miapi.material.silentcompat-refined_glowstone",
"fake_translation": "Refined_glowstone ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/refined_glowstone",
"value": 1
},
{
"tag": "forge:nuggets/refined_glowstone",
"value": 0.11112
}
],
"color": "FDE054",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:refined_glowstone_ingot"
},
"durability": 900.0,
"mining_speed": 21.0,
"enchantability": 18.0,
"flexibility": 1.857142857142857,
"density": 1.6,
"mining_level": 3,
"hardness": 22.5,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "thermal:refined_iron_ingot"
},
"key": "silentcompat.refined_iron",
"translation": "miapi.material.silentcompat-refined_iron",
"fake_translation": "Refined_iron ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/refined_iron",
"value": 1
},
{
"tag": "forge:nuggets/refined_iron",
"value": 0.11112
}
],
"color": "D7D7D7",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:refined_iron_ingot"
},
"durability": 1536.0,
"mining_speed": 10.5,
"enchantability": 15.0,
"flexibility": 1.857142857142857,
"density": 1.6,
"mining_level": 3,
"hardness": 25.0,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "thermal:refined_obsidian_ingot"
},
"key": "silentcompat.refined_obsidian",
"translation": "miapi.material.silentcompat-refined_obsidian",
"fake_translation": "Refined_obsidian ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/refined_obsidian",
"value": 1
},
{
"tag": "forge:nuggets/refined_obsidian",
"value": 0.11112
}
],
"color": "665482",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:refined_obsidian_ingot"
},
"durability": 7500.0,
"mining_speed": 30.0,
"enchantability": 40.0,
"flexibility": 1.0833333333333333,
"density": 1.6,
"mining_level": 4,
"hardness": 62.5,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "thermal:signalum_ingot"
},
"key": "silentcompat.signalum",
"translation": "miapi.material.silentcompat-signalum",
"fake_translation": "Signalum ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/signalum",
"value": 1
},
{
"tag": "forge:nuggets/signalum",
"value": 0.11112
}
],
"color": "FF5E28",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:signalum_ingot"
},
"durability": 2400.0,
"mining_speed": 19.5,
"enchantability": 16.0,
"flexibility": 1.857142857142857,
"density": 2.4,
"mining_level": 4,
"hardness": 31.25,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "thermal:silver_ingot"
},
"key": "silentcompat.silver",
"translation": "miapi.material.silentcompat-silver",
"fake_translation": "Silver ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/silver",
"value": 1
},
{
"tag": "forge:nuggets/silver",
"value": 0.11112
}
],
"color": "CBCCEA",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:silver_ingot"
},
"durability": 192.0,
"mining_speed": 16.5,
"enchantability": 20.0,
"flexibility": 2.6,
"density": 2.2,
"mining_level": 3,
"hardness": 11.25,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "thermal:steel_ingot"
},
"key": "silentcompat.steel",
"translation": "miapi.material.silentcompat-steel",
"fake_translation": "Steel ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/steel",
"value": 1
},
{
"tag": "forge:nuggets/steel",
"value": 0.11112
}
],
"color": "929292",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:steel_ingot"
},
"durability": 1500.0,
"mining_speed": 9.0,
"enchantability": 11.0,
"flexibility": 1.625,
"density": 1.6,
"mining_level": 3,
"hardness": 25.0,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "thermal:tin_ingot"
},
"key": "silentcompat.tin",
"translation": "miapi.material.silentcompat-tin",
"fake_translation": "Tin ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/tin",
"value": 1
},
{
"tag": "forge:nuggets/tin",
"value": 0.11112
}
],
"color": "89A5B4",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:tin_ingot"
},
"durability": 576.0,
"mining_speed": 7.5,
"enchantability": 12.0,
"flexibility": 2.6,
"density": 2.2,
"mining_level": 2,
"hardness": 16.25,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "thermal:titanium_ingot"
},
"key": "silentcompat.titanium",
"translation": "miapi.material.silentcompat-titanium",
"fake_translation": "Titanium ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/titanium",
"value": 1
},
{
"tag": "forge:nuggets/titanium",
"value": 0.11112
}
],
"color": "2E4CE6",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "thermal:titanium_ingot"
},
"durability": 4800.0,
"mining_speed": 12.0,
"enchantability": 12.0,
"flexibility": 1.4444444444444444,
"density": 2.0,
"mining_level": 5,
"hardness": 46.25,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "silentgear:tyrian_steel_ingot"
},
"key": "silentcompat.tyrian_steel",
"translation": "miapi.material.silentcompat-tyrian_steel",
"fake_translation": "Tyrian_steel ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/tyrian_steel",
"value": 1
},
{
"tag": "forge:nuggets/tyrian_steel",
"value": 0.11112
}
],
"color": "B01080",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "silentgear:tyrian_steel_ingot"
},
"durability": 10956.0,
"mining_speed": 27.0,
"enchantability": 16.0,
"flexibility": 1.4444444444444444,
"density": 2.2,
"mining_level": 5,
"hardness": 101.25,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "alltheores:uranium_ingot"
},
"key": "silentcompat.uranium",
"translation": "miapi.material.silentcompat-uranium",
"fake_translation": "Uranium ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/uranium",
"value": 1
},
{
"tag": "forge:nuggets/uranium",
"value": 0.11112
}
],
"color": "21FF0F",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "alltheores:uranium_ingot"
},
"durability": 2400.0,
"mining_speed": 9.0,
"enchantability": 17.0,
"flexibility": 2.6,
"density": 3.0,
"mining_level": 4,
"hardness": 25.0,
"properties": {
"default": {}
}
}

View File

@ -0,0 +1,40 @@
{
"icon": {
"type": "item",
"item": "alltheores:zinc_ingot"
},
"key": "silentcompat.zinc",
"translation": "miapi.material.silentcompat-zinc",
"fake_translation": "Zinc ",
"groups": [
"metal"
],
"items": [
{
"tag": "forge:ingots/zinc",
"value": 1
},
{
"tag": "forge:nuggets/zinc",
"value": 0.11112
}
],
"color": "C9D3CE",
"textures": [
"metallic"
],
"color_palette": {
"type": "image_generated_item",
"item": "alltheores:zinc_ingot"
},
"durability": 576.0,
"mining_speed": 4.5,
"enchantability": 15.0,
"flexibility": 2.6,
"density": 2.2,
"mining_level": 2,
"hardness": 12.5,
"properties": {
"default": {}
}
}

54
kubejs/server_scripts/grist.js Executable file
View File

@ -0,0 +1,54 @@
ServerEvents.recipes(event => {
// The four elements of malloc
// Farming - Plants, foods, cooking, etc
// Build - Placing blocks, destroying blocks, processing ores
// Energetic - Energy production, redstone, mechanisms, pistons
// Magnetic - enchanting, magic items, etc
// Grist groups
// Primordeal - used in nearly all tier'd recipes
// Farming - For organics, fertilizer, usage in insolator, hoe/scythe parts for silentgear?
// Build - For creating building gadgets, construction paste, modular routers, darkutilities parts...? usage in pulverizer?
// Energetic - Power production, redstone gadgets, anything that needs RF
// Intelligent - Enchanting, magic items, teleportation, item storage, automation
// Universal - combination of all top tiers from all groups, works like all other types in machines, recipes, etc
/*
Progression recipes
Primordeal grist - just a combination of each of the four elements
Side story lines / mod exploration lines:
Exploration:
Transportation: waystones, summoning horses, immersive aircraft, warp plates, tempad, warp scrolls, warp stone
Dog training: vanilla dog achievement, treats, dog training achievement, beds, collars, healing, armors
Survival: heartstones, scaling health, sleeping bags, caupona portable jar + aspics, auto-feeding backpack
Exploration: bounty boards, visiting dungeons galore, biomes, finding shack achievement, finding tablets, tablet table, visiting biomes, collecting items and achievements
Tools and equipment: apotheosis, exposure, silent gear tools + armor, flux drill, flux saw, backpacks, chalk, ...?
Combat: attack dummy, silent gear weapons, attack ars runes, gateway orbs, spawners, apotheosis bosses
Base building:
Aesthetics: comforts, chimneys, chipped, chisel, furniture
Infrastructure: sophisticated storage, refined storage, elevators, mighty mail, chimes, cooking for blockheads, caupona spas
Base building: chimes, iron furnaces, cooking for blockheads
Fine Dining: neopolitan, Croptopia, Sushi Go Crafting, Farmer's Delight, Caupona, Vinery, brewery, bakery, candelight, teas, sandwich mod
Creative mode: angel ring, ...?
Achievements: killed xxx zombies, visited all alex's biomes, looted xxx chests, visited every dungeon, 8x compressed blocks, grist tiers, spice of life achievements
*/
/*event.custom({
type: "apotheosis:enchanting",
input: {
item: "kubejs:unstable_grist_capacitor"
},
requirements: {
eterna: 40,
quanta: 15,
arcana: 60
},
max_requirements: {
eterna: -1,
quanta: 25,
arcana: -1
},
result: Item.of('kubejs:grist_energetic_improved').toJson()
});*/
});

View File

@ -0,0 +1,140 @@
ServerEvents.recipes(event => {
/*
Agricultural grist
none -> basic: plant some wheat, make dough, cook with veggies and meat -> unlock early mob farming, botany pots, kitchen parts
basic grist comes from flour + primordeal grist + veggies cooked in a pot with a block of basic primordeal
after you get basic grist, you can smelt basic grist with dough..?
basic grist comes from basic grist + block of primordeal + dough + yeast
your first basic grist comes from chutney + primordeal + meat + dough + yeast
chutney comes from primordeal grist + sugar + fruit + caupona vinegar + chives
*/
event.custom({
type: 'farmersdelight:cooking',
cookingtime: 400,
experience: 5.0,
ingredients: [
{item: 'kubejs:grist_primordeal_basic_block'},
{item: 'minecraft:sugar'},
{item: 'caupona:vinegar_spice_jar'},
{tag: 'forge:fruits'},
{tag: 'forge:fruits'},
{item: 'caupona:chives_spice_jar'},
],
result: {item: 'kubejs:grist_chutney'}
});
event.custom({
type: 'farmersdelight:cooking',
cookingtime: 600,
experience: 1.0,
ingredients: [
{item: 'kubejs:grist_primordeal_basic_block'},
{item: 'kubejs:grist_chutney'},
{tag: 'forge:foods/meat/cooked'},
{tag: 'forge:doughs'},
{item: 'bakery:yeast'}
],
result: {item: 'kubejs:grist_agricultural_basic', count: 2}
});
event.custom({
type: 'farmersdelight:cooking',
cookingtime: 200,
experience: 2.0,
ingredients: [
{item: 'kubejs:grist_primordeal_basic_block'},
{tag: 'kubejs:grist/agricultural/basic'},
{tag: 'forge:doughs'},
{item: 'bakery:yeast'}
],
result: {item: 'kubejs:grist_agricultural_basic', count: 2}
});
/*
improved grist comes from cooking improved grist with primordeal and dough
your first improved grist comes from cooking grist treat with grist chutney and improved primordeal block
grist treats come from coating collectorsreap gummies in grist spice
grist spice blend comes from grist morsels + asafoeteda + basic grist resting in a dolum
grist morsels come from dissolving complicated dishes in the dissolution chamber
*/
event.custom({
type: 'farmersdelight:cooking',
cookingtime: 500,
experience: 1.0,
ingredients: [
{item: 'kubejs:grist_primordeal_improved_block'},
{tag: 'kubejs:grist/agricultural/improved'},
{item: 'kubejs:grist_primordeal_improved_block'},
{tag: 'kubejs:grist/agricultural/improved'},
],
result: {item: 'kubejs:grist_agricultural_improved', count: 4}
});
event.custom({
type: 'farmersdelight:cooking',
cookingtime: 500,
experience: 1.0,
ingredients: [
{item: 'kubejs:grist_primordeal_basic_block'},
{item: 'kubejs:grist_treats'},
{item: 'kubejs:grist_treats'},
{item: 'kubejs:grist_treats'},
{item: 'kubejs:grist_chutney'},
{item: 'kubejs:grist_chutney'},
],
result: {item: 'kubejs:grist_agricultural_improved'}
});
event.shaped('kubejs:grist_treats', [
'AAA',
'ABA',
'AAA'
], {
'A': 'kubejs:spiced_grist_blend',
'B': 'croptopia:lemon_coconut_bar'
});
event.custom({
type: 'caupona:dolium',
amount: 1000,
density: 0.0,
items: [
{item: {item: 'kubejs:grist_morsels'}, count:2},
{item: {item: 'kubejs:grist_agricultural_basic_block'}, count:3},
{item: {item: 'caupona:asafoetida'}, count:1}
],
fluid: "kubejs:grist_primordeal_improved_fluid",
keepInfo: false,
output: {
type: 'forge:nbt',
count: 1,
item: 'kubejs:spiced_grist_blend'
}
});
event.custom({
type: "industrialforegoing:dissolution_chamber",
input: [
{tag: 'forge:blts'},
{item: 'kubejs:grist_primordeal_improved'},
{tag: 'forge:apple_pies'},
{tag: 'forge:fruit_smoothies'},
{tag: 'forge:cheeseburgers'},
{item: 'caupona:okroshka'},
{item: 'candlelight:pasta_bolognese'},
{item: 'collectorsreap:prawn_po_boy'},
],
inputFluid: "{Amount:5000,FluidName:\"kubejs:grist_agricultural_basic_fluid\"}",
output: {
count: 1,
item: 'kubejs:grist_morsels'
},
processingTime: 3000
});
/*
radiant grist should require:
more advanced rituals with harder to grab mobs
cooking some pink slime ingots
processing liquid meat
processing some of the vinery fluids
all of the vinery wines in the dissolution chamber
fish?
890101 HNN predictions
emeralds, because villagers?
*/
});

View File

@ -0,0 +1,143 @@
ServerEvents.recipes(event => {
/*
Build grist
none -> basic: create a pulverizer, grind sand into grist -> make basic tier of machines and tools (pulverizer, redstone furnace, alloy smelter, )
basic grist only comes from pulverizing sand into grist, or you get 4x from pulverizing improved grist
pulverizer would require a tin gear which requires four tin ingots plus either one build grist or diamond in the center
basic -> improved: create cobble to gravel to sand to grist generator (with basic power + basic automation) -> overcome the cost of newer machines, world building gadgets, automate food production
full machine would require some pipes automation (intelligent), power (energetic), and food to harvest the materials (agricultural)
all machines required would need gears made from one build grist in the center
machines: pulverizier, sequential crafter...?
after you get improved, you can make the gear die and make gears without grist
3x improved grist can also come from alloy smelting cobblestone, gravel, sand in the right quantities
*/
/*
2x Basic build grist comes from smelting build grist with primordeal
Your first build grist comes from smelting refined aggregate
refined aggregate comes from pulverizing reduced aggregate, which comes from coarse aggregate
coarse aggregate comes from combining sand, clay, gravel, primordeal with an ore hammer
*/
event.recipes.thermal.smelter(
'2x kubejs:grist_build_basic',
['#kubejs:grist/build/basic', 'kubejs:grist_primordeal_basic_block']
);
event.smelting('kubejs:grist_build_basic', 'kubejs:refined_grist_aggregate');
event.recipes.shapeless(
'kubejs:coarse_grist_aggregate', [
'3x #forge:sand',
'minecraft:clay_ball',
'3x #forge:gravel',
'#alltheores:ore_hammers',
'kubejs:grist_primordeal_basic_block'
]);
event.recipes.shapeless(
'kubejs:reduced_grist_aggregate', [
'#alltheores:ore_hammers',
'minecraft:granite',
'kubejs:grist_primordeal_basic',
'6x kubejs:coarse_grist_aggregate'
]);
event.recipes.shapeless(
'2x kubejs:refined_grist_aggregate', [
'#alltheores:ore_hammers',
'kubejs:grist_primordeal_basic',
'5x kubejs:reduced_grist_aggregate'
]);
event.custom(
{
type: "thermal:pulverizer",
ingredients: [
{item: "kubejs:coarse_grist_aggregate"},
],
result: [
{
item: "kubejs:reduced_grist_aggregate",
chance: 0.9
},
{
item: "kubejs:refined_grist_aggregate",
chance: 0.1
}
]
}
);
event.custom(
{
type: "thermal:pulverizer",
ingredients: [
{item: "kubejs:reduced_grist_aggregate"},
],
result: [
{
item: "kubejs:reduced_grist_aggregate",
chance: 0.3
},
{
item: "kubejs:refined_grist_aggregate",
chance: 0.5
}
]
}
);
/*
improved grist comes from crystalizing clay + improved + primordeal liquid
your first improved comes from crystalizing 32 reinforced grist ingots with improved primordeal liquid
grist ingots come from 9 grist nuggets in a servo press
reinforced grist nuggets come from grist blend in a centrifugal separator
grist blend comes from basic + improved primordeal block + sulfur in induction smelter
*/
event.recipes.thermal.crystallizer(
'4x kubejs:grist_build_improved',
['4x minecraft:clay', '2x #kubejs:grist/build/improved', Fluid.of('kubejs:grist_primordeal_improved_fluid', 4500)]
);
event.recipes.thermal.crystallizer(
'kubejs:grist_build_improved',
['32x kubejs:reinforced_grist_ingot', Fluid.of('kubejs:grist_primordeal_improved_fluid', 4000)]
);
event.custom({
type: "thermal:press",
ingredients: [
{ item: 'kubejs:reinforced_grist_nugget', count: 9 },
{ item: "thermal:press_packing_3x3_die" }
],
result: [{item: 'kubejs:reinforced_grist_ingot'}]
});
event.custom({
type: "thermal:centrifuge",
ingredients: [
{ item: 'kubejs:reinforced_grist_blend' },
],
result: [{item: 'kubejs:reinforced_grist_nugget', chance: 0.3}]
});
event.recipes.thermal.smelter(
'kubejs:reinforced_grist_blend',
['32x #kubejs:grist/build/basic', '3x kubejs:grist_primordeal_improved_block', '2x #forge:dusts/sulfur']
);
/*
improved -> radiant: process ores with power generation, new machines, and tool enchants into smelting up grist alloys -> near creative mode world shaping tools, crafting any block
three grades of grist alloy ingots: tempered, perfect, and flawed
radiant grist requires energizing a block of tempered alloy
block of tempered alloy comes from 9 tempered ingots
tempered ingot comes from 9 tempered nuggets + grist paste in a smelter
tempered nuggets come from centrifuing a filled crucible
filled crucibles come from chilling a hot filled crucible
hot filled crucibles come from energizing tempered nuggets with 1x lumium, 1x signalum, 1x improved build block, 1x crucible
perfect alloy comes from smelting perfect alloy nuggets with intelligent catalysts + advanced powder power powder (gemium?)
perfect alloy nugget comes from solidifying 1000mb of liquid alloy in blast chiller with ingot mold
100mb liquid alloy comes from melting one flawed ingot
flawed ingots come from energizing 9 flawed nuggets with tremendous power
flawed nuggets come from ars enchanting with 8x advanced powders around 1x improved build
*/
});

View File

@ -0,0 +1,107 @@
ServerEvents.recipes(event => {
/*
Energetic grist
none -> basic: plant some trees, make charcoal, collect copper + lapis, visit the nether, make basic solar power and fluxducts
powah solar panels require dielectric paste
starter solar panel should generate enough power to smelt 3 stacks of logs in parallel, plus basic storage grid
dielectric paste requires hammer + energetic grist + primordeal + redstone dust + clay
energetic grist comes from smelting gristy paste, or blast chilling improved energetic grist
gristy paste is block of primordeal basic grist block wrapped in redstone block + copper blocks
basic -> improved: build up basic energizer, dump a ton of energy into things -> mid game energy generation
++blazing crystals require blaze powder plus either infused grist capacitors or improved grist
infused grist capcitors are infused in the ars infuser from activated grist capacitors
activated grist capacitors come from crystalzing destabilized grist into basic powah capacitors
destabilized grist comes from magma crucible with inert grist nuggets, 5mb each
inert grist nuggets come from energizing storage parts? + glass + phyto-gro
build grist provides the huge quantity of sand neeed for glass
agricultural grist provides the phyto-gro and source
intelligent grist provides the storage parts
improved -> radiant: build first niotic tier power generator -> unlock end game power
niotic crystal requires either radiant grist or ..?
..? requires
*/
/*
energetic grist comes from energizing energetic + primordeal
your first energetic comes from smelting grist paste
grist paste comes from redstone, obsidian, and primordeal grist
*/
event.smelting('kubejs:grist_energetic_basic', 'kubejs:grist_paste');
event.shaped('18x kubejs:grist_paste', [
'ADA',
'BCB',
'AAA'
], {
'A': 'minecraft:redstone',
'B': '#forge:storage_blocks/copper',
'C': 'kubejs:grist_primordeal_basic_block',
'D': '#alltheores:ore_hammers'
});
event.recipes.powah.energizing(
['kubejs:grist_primordeal_basic_block', '#kubejs:grist/energetic/basic'],
'2x kubejs:grist_energetic_basic',
3000
);
/*
improved comes from energizing improved grist with primordeal
your first improved comes from apotheosis infusing an unstable grist capacitor
unstable capacitors come from filling an infused capacitor with improved liquid
infused grist capcitors are infused in the ars infuser from activated grist capacitors
activated grist capacitors come from crystalzing destabilized grist into basic powah capacitors
destabilized grist comes from magma crucible with inert grist nuggets, 5mb each
inert grist nuggets come from energizing storage parts? + glass + phyto-gro
blazing crystals require blaze powder plus either infused grist capacitors or improved grist
*/
event.recipes.powah.energizing([
'kubejs:grist_energetic_improved',
'kubejs:grist_energetic_improved',
'kubejs:grist_primordeal_improved_block',
'kubejs:grist_primordeal_improved_block',
], '4x kubejs:grist_energetic_improved',
20000
);
event.recipes.powah.energizing([
'#forge:glass',
'thermal:phytogrow',
'#forge:dusts/redstone',
'thermal:rf_coil',
global.nuggetItem('steel'),
'powah:dielectric_paste'
], 'kubejs:inert_grist_nugget', 50000)
event.recipes.thermal.crucible(
Fluid.of('kubejs:destabilized_grist', 15),
'kubejs:inert_grist_nugget'
);
event.recipes.thermal.crystallizer(
'kubejs:activated_grist_capacitor',
['powah:capacitor_hardened', Fluid.of('kubejs:destabilized_grist', 1750)]
);
event.recipes.ars_nouveau.imbuement(
'kubejs:activated_grist_capacitor',
'kubejs:infused_grist_capacitor',
3000,
[]
);
event.recipes.thermal.bottler(
Item.of('kubejs:unstable_grist_capacitor'),
[Fluid.of('kubejs:destabilized_grist', 1250),
Item.of('kubejs:infused_grist_capacitor')]
);
event.recipes.powah.energizing([
'kubejs:unstable_grist_capacitor',
'kubejs:unstable_grist_capacitor',
'kubejs:unstable_grist_capacitor',
'kubejs:unstable_grist_capacitor',
'kubejs:unstable_grist_capacitor',
], 'kubejs:grist_energetic_improved',
50000
);
/*
radiant comes from niotic crystals?
*/
});

View File

@ -0,0 +1,170 @@
ServerEvents.recipes(event => {
/*
Intelligent grist
none -> basic: dig up lapis, hunt down zombies, build an ars infuser, infuse some primordeal grist -> unlock rf grid + external storage, basic pipes
intelligent grist comes from infusing primordeal grist block with intelligent grist
to make the infuser, you need intelligent grist
your first intelligent grist can come from smelting insightful tincture
insightful tincture comes from cooking insightful blend via farmersdelight with a bucket of liquid primordeal grist and zombie flesh
insightful blend comes from combining sacred flesh, lapis, basic grist with an ore hammer
sacred flesh comes from primordeal grist, rotten flesh, gold dust
*/
//event.smelting('kubejs:grist_intelligent_basic', 'kubejs:insightful_tincture');
event.shapeless('kubejs:insightful_blend', [
'2x minecraft:rotten_flesh',
global.dustItem('lapis', 2),
'kubejs:grist_primordeal_basic',
'#alltheores:ore_hammers'
]);
event.custom({
type: "apotheosis:enchanting",
input: {
item: "kubejs:insightful_tincture"
},
requirements: {
eterna: 10,
quanta: 0,
arcana: 0
},
max_requirements: {
eterna: -1,
quanta: 25,
arcana: -1
},
result: Item.of('kubejs:grist_intelligent_basic', 9).toJson()
});
event.shaped('kubejs:sacred_flesh', [
'CAC',
'ABA',
'CAC'
], {
'A': 'kubejs:grist_primordeal_basic',
'B': 'minecraft:rotten_flesh',
'C': global.dustItem('gold')
});
/*event.custom({
type: 'farmersdelight:cooking',
cookingtime: 400,
experience: 5.0,
ingredients: [
{item: 'kubejs:grist_primordeal_basic_block'},
{item: 'kubejs:sacred_flesh'},
{item: 'kubejs:sacred_flesh'},
{item: 'kubejs:insightful_blend'},
{item: 'kubejs:insightful_blend'},
{item: 'kubejs:insightful_blend'}
],
result: {item: 'kubejs:insightful_tincture', count: 2}
});*/
event.shapeless('2x kubejs:insightful_tincture', [
'kubejs:grist_primordeal_basic_block',
'2x kubejs:sacred_flesh',
'2x kubejs:insightful_blend'
]);
event.shapeless('2x kubejs:insightful_tincture', [
'kubejs:grist_primordeal_basic_block',
'#kubejs:grist/intelligent/basic',
'#alltheores:ore_hammers'
]);
event.recipes.ars_nouveau.imbuement(
'kubejs:grist_primordeal_basic_block',
'kubejs:grist_intelligent_basic',
900,
['kubejs:grist_intelligent_basic']
);
/*event.custom({
type: "thermal:press",
ingredients: [
{ item: 'kubejs:grist_primordeal_basic_block' },
{ tag: "kubejs:grist/intelligent/basic" }
],
result: [{item: 'kubejs:insightful_tincture', count: 2}]
});*/
/*event.recipes.ars_nouveau.imbuement(
'kubejs:grist_intelligent_basic',
'kubejs:insightful_blend',
900,
[]
);*/
/*
Improved grist should probably come from the enchanting apparatus
Improve grist comes from infusing priordeal improved with intelligent improved
first improved grist comes from a summoning ritual with sapient focus + each ars elemental lesser focus
sapient focus comes from apotheosis infusion with intelligent focus
intelligent focus comes from summoning ritual with imbued source gems with cognitive alloy
imbued source gems come source gems imbued with 8 intelligent catalysts
catalysts come from source gems crystalized with basic intelligent fluid and sacred flesh
*/
event.recipes.summoningrituals.altar("kubejs:grist_primordeal_improved")
.itemOutput(Item.of('kubejs:grist_intelligent_improved', 4))
.input(Item.of('kubejs:grist_primordeal_improved_block', 2))
.input(Item.of('kubejs:grist_intelligent_improved', 2))
.blockBelow('ars_nouveau:arcane_core');
event.recipes.summoningrituals.altar("kubejs:sapient_focus")
.itemOutput('kubejs:grist_intelligent_improved')
.input('ars_elemental:lesser_fire_focus')
.input('ars_elemental:lesser_water_focus')
.input('ars_elemental:lesser_air_focus')
.input('ars_elemental:lesser_earth_focus')
.sacrifice('pig', 3)
.weather('rain')
.dayTime('night')
.blockBelow('ars_nouveau:arcane_core');
event.custom({
type: "apotheosis:enchanting",
input: {
item: "kubejs:intelligent_focus"
},
requirements: {
eterna: 40,
quanta: 15,
arcana: 60
},
max_requirements: {
eterna: -1,
quanta: 25,
arcana: -1
},
result: Item.of('kubejs:sapient_focus').toJson()
});
event.recipes.summoningrituals.altar('kubejs:grist_primordeal_improved')
.itemOutput('kubejs:intelligent_focus')
.input(Item.of('kubejs:imbued_source_gem', 8))
.input(Item.of('experienceobelisk:cognitive_alloy_block', 3))
.sacrifice('sheep', 6)
.blockBelow('ars_nouveau:arcane_core');
event.recipes.ars_nouveau.imbuement(
'ars_nouveau:source_gem',
'kubejs:imbued_source_gem',
15000,
[
'kubejs:intelligent_catalyst',
'kubejs:intelligent_catalyst',
'kubejs:intelligent_catalyst',
'kubejs:intelligent_catalyst',
'kubejs:intelligent_catalyst',
'kubejs:intelligent_catalyst',
'kubejs:intelligent_catalyst',
'kubejs:intelligent_catalyst',
]
);
event.recipes.thermal.crystallizer(
'kubejs:intelligent_catalyst',
['4x ars_nouveau:source_gem', '16x kubejs:sacred_flesh', Fluid.of('kubejs:grist_intelligent_basic_fluid', 3000)]
);
/*
Radiant comes from the intelligent processors..? elemental mark of mastery?
*/
});

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