Compare commits

..

21 Commits

Author SHA1 Message Date
tdfischer 0d5b6a69b2 create: crush powders, melt grist, and re-balance ars+functionalstorage 2025-05-08 18:00:30 +02:00
tdfischer 3071387b79 mods: drop refined storage, coins, and createaddition 2025-05-08 17:59:37 +02:00
tdfischer 9fca2d89cc alexcaves: disable biome coloring to fix distanthorizons 2025-05-04 22:50:11 +02:00
tdfischer 755729e2ed packwiz: update 2025-05-03 19:16:36 +02:00
tdfischer 7191a4a87d functionalstorage: gate the storage controller behind intelligent grist 2025-05-03 19:16:29 +02:00
tdfischer d1af21c200 ars: nerf the difficulty on making the enchanting apparatus 2025-05-03 19:16:10 +02:00
tdfischer 161d5576a0 create: buff andesite alloy via thermal 2025-05-03 19:15:52 +02:00
tdfischer 3ef1613daf re-rebalance wormhole artifact 2025-04-27 14:56:36 +02:00
tdfischer a7052907cd typo-- 2025-04-27 14:49:37 +02:00
tdfischer d22dada376 mods: add wormhole_artifact, rebalance functionalstorage, and rebalance create ore line 2025-04-27 14:47:10 +02:00
tdfischer 0f6f626cc0 mods: make packmenu client-side only 2025-04-27 13:16:28 +02:00
tdfischer 011600a199 assets: add the original xcf textures 2025-04-27 13:15:42 +02:00
tdfischer 3bf3ec6d80 mods: add packmenu with custom main menu assets 2025-04-27 13:11:19 +02:00
tdfischer a03567524c mods: downgrade powder power to fix obsidian being unable to mine with diamond pick 2025-04-26 11:49:48 +02:00
tdfischer 9701dad605 mods: add create additions 2025-04-21 18:21:16 +02:00
tdfischer dcd137de00 create: balance it with the grist system 2025-04-21 18:01:56 +02:00
tdfischer 44b1468bf5 create: start integrating create 2025-04-20 15:29:25 +02:00
tdfischer 4f9f896618 packwiz: fix packwizignore to not miss kubejs assets 2025-04-20 12:19:38 +02:00
tdfischer fbac475bc0 add pre-generated textures so automatic updates from git repo works 2025-04-20 12:17:09 +02:00
tdfischer 4977684b63 mods: controllable: limit to client side 2025-04-20 12:14:48 +02:00
tdfischer a4bf8a7d91 add controllable 2025-04-18 17:03:21 +02:00
138 changed files with 1034 additions and 604 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
assets
/assets
Makefile
.vscode
TODO.md
+34
View File
@@ -0,0 +1,34 @@
# Gating TODO:
[x] Cart assembler - mid-game build grist
[x] functional storage - swap out redstone + quartz for grist in controller
[ ] create new age power generator, nuclear reactor
[x] gate wireless redstone behind intelligent grist (create:transmitter)
# create todo:
[x] crush redstone, lapis, copper, ender, prismarine, quartz, tear powder
[x] fix ore doubling and xp overload
[ ] create energetic grist with the energizer?
[x] melt down xp nuggets and blocks into liquid xp
[x] precision mechanism?? where precision mechanism??
[ ] create energized metals with energizing rod
# balance TODO:
[ ] slower health scaling
[ ] could tesla coil replace powah energizer?
# questline todo:
[ ] build an ore crusher in create
[ ] build an ore washer in create
[ ] build a kitchen cooker in create
[ ] build an automatic farmer in create
[ ] wormhole artifact
[ ] redium tool
# ars TODO:
[x] re-balance enchanting apparatus
[x] balance pass on spell runes w/ grist
# mods todo:
[x] remove coins
[x] remove refined storage
[x] remove create additions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -5,7 +5,7 @@ services:
- server-data:/data
environment:
TYPE: "FORGE"
PACKWIZ_URL: "http://172.17.0.1:8080/pack.toml"
PACKWIZ_URL: "http://127.0.0.1:8080/pack.toml"
EULA: "TRUE"
VERSION: "1.20.1"
MEMORY: "8G"
+34
View File
@@ -0,0 +1,34 @@
[visuals]
#whether to cave maps are visible when held by players from the third-person perspective.
cave_maps_visible_in_third_person = true
#whether to shake the screen from tremorsaurus stomping, nuclear explosions, etc.
screen_shaking = true
#true if some block models, like uranium ore or abyssmarine bricks render as fullbright. May increase load time, no gameplay performance impact.
emissive_block_models = true
#whether to make the screen flash white during nuclear explosions.
nuclear_bomb_flash = true
#true if some biomes, such as primordial caves, have ambient light that makes the biome easier to see in.
biome_ambient_light = true
#true if some biomes, such as toxic caves, apply a color to ambient light. May conflict with shaders.
biome_ambient_light_coloring = false
#true if some biomes, such as primordial caves, have an always well-lit sky when in them. May conflict with shaders.
biome_sky_overrides = true
#true if some biomes, such as abyssal chasm, have an thicker water fog to them. May conflict with shaders.
biome_sky_fog_overrides = true
#true if ambersol block renders with rays of light emerging from it.
ambersol_shines = true
#true if irradiated effect makes mobs glow. May conflict with shaders.
radiation_glow_effect = true
#determines how far to the left the subterranodon flight indicator renders on the screen when mounted. Negative numbers will render it on the right.
#Range: -12000 ~ 12000
subterranodon_indicator_x = 22
#determines how far from bottom the subterranodon flight indicator renders on the screen when mounted.
#Range: -12000 ~ 12000
subterranodon_indicator_y = 6
#true if sugar rush makes the world more saturated. May conflict with shaders.
sugar_rush_saturation_effect = true
[audio]
#whether nuclear explosions briefly muffle other sounds.
nuclear_bomb_muffles_sounds = true
+3 -1
View File
@@ -49,7 +49,8 @@
"forge:peanut_butter_and_jam",
"forge:dough",
"forge:steamed_rices",
"forge:rubber"
"forge:rubber",
"forge:cardboard"
],
"materials": [
"aeternium",
@@ -170,6 +171,7 @@
"forge:seeds/barley": ["brewery:barley_seeds"],
"forge:seeds/tomato": ["candlelight:tomato_seeds"],
"forge:seeds/lettuce": ["candlelight:lettuce_seeds"],
"forge:cardboard": ["dustrial_decor:cardboard", "create:cardboard"],
"thermal:crafting/dies": ["ae2:silicon_press", "ae2:engineering_processor_press", "ae2:calculation_processor_press", "ae2:logic_processor_press"]
},
"tagOwnerships": {
@@ -1,11 +0,0 @@
{
id: "2531E4BA24BC5CA2"
loot_size: 1
order_index: 5
rewards: [
{ count: 5, item: "dotcoinmod:copper_coin", weight: 5.0f }
{ item: "dotcoinmod:iron_coin" }
]
title: "Minor Coin Reward"
use_title: true
}
+19
View File
@@ -0,0 +1,19 @@
logo {
I:"Texture Width"=468
I:"Texture Height"=468
I:"Width"=250
I:"Height"=250
I:"X Offset"=-234
I:"Y Offset"=-234
S:"Texture Path"=packmenu:textures/gui/logo.png
S:"Anchor Point"=DEFAULT_LOGO
B:"Enable Logo"=true
}
general {
B:"Draw Title"=false
B:"Draw Splash"=true
B:"Draw Panorama"=false
B:"Folder Pack"=true
B:"Panorama Fade In"=false
}
+261 -107
View File
@@ -2,7 +2,11 @@ hash-format = "sha256"
[[files]]
file = "compose.yaml"
hash = "e4d93964cb1ab3cc6f49a55307851e731ef07d56b076b746184b9f9644b6e814"
hash = "6f43e256eb5d2fddc551f6cfbbf1d306d7b7437bd862dbdd203d2a501d3cbb03"
[[files]]
file = "config/alexcaves-client.toml"
hash = "44a906d712a1858eca8ed9e82cca5cd410a2cff1040b4ea0da137418abecff90"
[[files]]
file = "config/alexsmobs.toml"
@@ -10,7 +14,7 @@ hash = "a60442351eb4a2fb2c74d4a7c62fd25d32faca43c0f192a1c261c13db9a71551"
[[files]]
file = "config/almostunified/unify.json"
hash = "b7860c23ca059bd7c89f1ef2f2eb2debc99a6267d107283b52fd366b72d2273f"
hash = "516f15c2da102c38d83bf941548dafd228a10996d85fec6fdfcf129134c0cccf"
[[files]]
file = "config/apotheosis/adventure.cfg"
@@ -92,10 +96,6 @@ hash = "90840fec7d050f740d743729c0c8f5ea3b046f98b1b0c0f1d13f2eca09fcc805"
file = "config/ftbquests/quests/reward_tables/major_xp.snbt"
hash = "2ccac856c053b02d541b80f86937724210d56c4f7f6552ee2b9a96770bf1ba09"
[[files]]
file = "config/ftbquests/quests/reward_tables/minor_coin_reward.snbt"
hash = "b53d8291ce4353e2d63cc83d6a5edbc4aac1ac2cfc98aaa4a3a937b7669a436e"
[[files]]
file = "config/ftbquests/quests/reward_tables/minor_grist_essence.snbt"
hash = "f49e41e2bd5c0dc5689410e6657426c61a8068010696395ff481823a8314d5e0"
@@ -124,6 +124,10 @@ hash = "e7c7558aaaa943a21e7ca1a05fb505600b9c283aa12593228282407f6e14ca64"
file = "config/miapi.jsonc"
hash = "3e03896b16e429035a401f2d947c01852b39cd7036e8816401f9e6a0700b357a"
[[files]]
file = "config/packmenu.cfg"
hash = "4ba7ff7a0a190e39da08a71862b45a317bdfe210395c1f19f685fd9f2104936a"
[[files]]
file = "config/quark-common.toml"
hash = "febfb0c7770388581a90f230c0c74afa4e3c75ae03b6fbe450222f026bd66ab1"
@@ -197,6 +201,150 @@ file = "global_packs/required_data/repurposed-structures-irons-spells-n-spellboo
hash = "562849ad56d6b05b72495560233703827582608c7b5c9e301090f3d1e4089fb6"
metafile = true
[[files]]
file = "kubejs/assets/malloc/textures/block/grist_basic_agricultural.png"
hash = "4157f8b8d27185032c13c3feb974a88773e206e0046fdf2d9ad86242add7ac4d"
[[files]]
file = "kubejs/assets/malloc/textures/block/grist_basic_build.png"
hash = "2172b303cdf220dc0bfec43c931cb76985cf2fcb96f21902afeea698976d7a3a"
[[files]]
file = "kubejs/assets/malloc/textures/block/grist_basic_energetic.png"
hash = "17db6c4230cab3bcfc1fa0b171ad790722a3e221d48fb66fbc72c5d0d0ff8381"
[[files]]
file = "kubejs/assets/malloc/textures/block/grist_basic_intelligent.png"
hash = "b0d89ba404bd465ce76fe03d647f9186ae70f40f189f411b919a88b660ecb6a2"
[[files]]
file = "kubejs/assets/malloc/textures/block/grist_basic_primordeal.png"
hash = "48428ee171b346353c2b5fe35933b70ff3bc7f00f5d908ee29fa034a9d37f46d"
[[files]]
file = "kubejs/assets/malloc/textures/block/grist_basic_universal.png"
hash = "49ea081eb905ab4adccbf9bbf0f1211fef5deef4f9f7bc3f65a8a43a7eefc1ff"
[[files]]
file = "kubejs/assets/malloc/textures/block/grist_improved_agricultural.png"
hash = "b5fca7db4745620eeea223151ccd62d6184c028c8065b1e82eee3fdab124bd43"
[[files]]
file = "kubejs/assets/malloc/textures/block/grist_improved_build.png"
hash = "3afb26639c69498d764b9ffdc648b9a8c0b9ad9e88a6bb302a8bcddcbe1f0487"
[[files]]
file = "kubejs/assets/malloc/textures/block/grist_improved_energetic.png"
hash = "a2684cda15a0fd26bcb986e52ec9f580e78a8092d5b5c9fdc45e3b11334bf743"
[[files]]
file = "kubejs/assets/malloc/textures/block/grist_improved_intelligent.png"
hash = "acdf9f1aa45ed4f0352619411c5a21ff49e59c1aefd0795a0aab3657e73c3f69"
[[files]]
file = "kubejs/assets/malloc/textures/block/grist_improved_primordeal.png"
hash = "771877a8371f209d9dd3206c8ee59bc32f50b62f8bfbde451db2e03c97a8811e"
[[files]]
file = "kubejs/assets/malloc/textures/block/grist_improved_universal.png"
hash = "31409d00e26ed3262c33cc73355d6d871f85da5e2ce8f847794b10192fb75067"
[[files]]
file = "kubejs/assets/malloc/textures/block/grist_radiant_agricultural.png"
hash = "3da767d107d86c0a7407ce8f05dc54c685db5bcb42ac76f1e9a349c64d604776"
[[files]]
file = "kubejs/assets/malloc/textures/block/grist_radiant_build.png"
hash = "7dd650989f9776bee37a2031118e58aea9cf8c4e3b217e9132d95733722aa7ef"
[[files]]
file = "kubejs/assets/malloc/textures/block/grist_radiant_energetic.png"
hash = "876897bd612554c5883682c37c32d97e3156888cb3bff6113e5e707b88c4f4be"
[[files]]
file = "kubejs/assets/malloc/textures/block/grist_radiant_intelligent.png"
hash = "fe35a1b03022fe43d4aa5e5a4460d4edd354071f42e45f4ff8e574a44137c43a"
[[files]]
file = "kubejs/assets/malloc/textures/block/grist_radiant_primordeal.png"
hash = "36d58ea1c3d50e3cd44bea9e8ea2742ce0484b953ad9f454801fe1a50b0eee7a"
[[files]]
file = "kubejs/assets/malloc/textures/block/grist_radiant_universal.png"
hash = "55829722e32653da9ff65bf67ccc9e5a9c77059c78139b2b8491132084664861"
[[files]]
file = "kubejs/assets/malloc/textures/item/grist_basic_agricultural.png"
hash = "0928fcf48d9462df6e3bfb4f5aa20f50a1a7dbc1883e698336dac763f09f8077"
[[files]]
file = "kubejs/assets/malloc/textures/item/grist_basic_build.png"
hash = "3dbe1237ce1eb166c545559de8abbd8d286722bcd0bf14b57761d603dd94b522"
[[files]]
file = "kubejs/assets/malloc/textures/item/grist_basic_energetic.png"
hash = "9260ef3c94f05d5575a37043c13320af6b4ed87f52adf5983b71931ca1ad6ed8"
[[files]]
file = "kubejs/assets/malloc/textures/item/grist_basic_intelligent.png"
hash = "d3073715656f11d3c7da93cd021429a84e791d8fb643583de19065489245fd38"
[[files]]
file = "kubejs/assets/malloc/textures/item/grist_basic_primordeal.png"
hash = "0464e183ec42d3710c5cd37821bb6a3311891bea86bb518d27188556de5b3062"
[[files]]
file = "kubejs/assets/malloc/textures/item/grist_basic_universal.png"
hash = "eb95cfaa03cbac20edd3d2654439a6cfa885478cbce8517a093ff5e08154b0e4"
[[files]]
file = "kubejs/assets/malloc/textures/item/grist_improved_agricultural.png"
hash = "2a27f23bee9475af8af9b38667ccc1dd9ba0f38236eac33c87fa696bb0b8013f"
[[files]]
file = "kubejs/assets/malloc/textures/item/grist_improved_build.png"
hash = "9daab7e3071020dadc3416882174f929300bbf1e39e853f06183e6b18068660b"
[[files]]
file = "kubejs/assets/malloc/textures/item/grist_improved_energetic.png"
hash = "eebf89c1cf968df4fe9f93c8a1f250f3b2ccf67047e3e4dccc2d558a179d9781"
[[files]]
file = "kubejs/assets/malloc/textures/item/grist_improved_intelligent.png"
hash = "45765319ad23a7f2c63aba3c3d3681ad7347c40a6fa2b790c02e1603c636429d"
[[files]]
file = "kubejs/assets/malloc/textures/item/grist_improved_primordeal.png"
hash = "8e730a9d0485aa32776461cff4743d9f58aaa9b4d48d7703ba6cbdef91791bf4"
[[files]]
file = "kubejs/assets/malloc/textures/item/grist_improved_universal.png"
hash = "b878efa6ce91ec8b3047d1789fb60d8f6dddfc6c94a4b8cbfacf6c29b6d8c1f4"
[[files]]
file = "kubejs/assets/malloc/textures/item/grist_radiant_agricultural.png"
hash = "545145165a6b351f49b2ee1fcd06e82015402c3efec8d6b877c99acfb880833f"
[[files]]
file = "kubejs/assets/malloc/textures/item/grist_radiant_build.png"
hash = "ae9dde243268540fa9e895872da3d3b2346eeb94e1704e5baf05fc6dc22660d7"
[[files]]
file = "kubejs/assets/malloc/textures/item/grist_radiant_energetic.png"
hash = "b956289c0db578ccaaeb1d961095ed2ca6c3d224dbd28a1369d00b7529ac814a"
[[files]]
file = "kubejs/assets/malloc/textures/item/grist_radiant_intelligent.png"
hash = "a74e34a0c98d4dafedbc77d3f86c34aec764a7ff861d4758614c7dba04316750"
[[files]]
file = "kubejs/assets/malloc/textures/item/grist_radiant_primordeal.png"
hash = "419fdc2c111b1a2914948df553bb0a4d45e5f8f9e9ea541958e905509717236d"
[[files]]
file = "kubejs/assets/malloc/textures/item/grist_radiant_universal.png"
hash = "42a2172a02524079b7cbc1f5d2a20a0836f4a5d4bc9a16c5d46b00944e0231ce"
[[files]]
file = "kubejs/client_scripts/jsconfig.json"
hash = "dee1340c5e7927f5675987957c6b198f9ca2e1e731291d72396278dddc066a04"
@@ -275,7 +423,7 @@ hash = "756a69bb0d78276da1aa757a7f10a1597df9795076e153f34b13b6e8180fe5dc"
[[files]]
file = "kubejs/data/kubejs/recipes/gristdex.json"
hash = "064a67114995e9a4cd28541aa4f9d9b073d0c88f0d7064528b38a044875a4678"
hash = "404056efbb3fe6310afb5c9d7c3f881942e4bf8a63a50d82c4a405c65c1fb896"
[[files]]
file = "kubejs/data/miapi/materials/ars/source_gem.json"
@@ -431,23 +579,23 @@ hash = "a5e02c71fd92029ea204f96d071c6b25f59d03b59f65199cb24f96a1858b3ed0"
[[files]]
file = "kubejs/server_scripts/grist/agricultural.js"
hash = "624635c36aaf676596e9418aed0a926f31b5bf4969ca0390c44cf32545eaea90"
hash = "cdf7287193272cb56683c68fd2a6e70ba9afc858e3a2cabafbdecdefddd37245"
[[files]]
file = "kubejs/server_scripts/grist/build.js"
hash = "34da8425c1761cca0b72e40736c03928473b6768a30c9ecbda218eae14eae1fc"
hash = "fb0b2aae3ef5e7c77eb03392f92c043a33df894e7e986cab4b045900d970fa81"
[[files]]
file = "kubejs/server_scripts/grist/energetic.js"
hash = "9b3ba54bf33f4b92baa9cd2e0ab9d9869bc98c3ede6cfb4d34784d04e64551e3"
hash = "5ab83de41e89b9d25acfabb4d26bd6e53579f274c9e8e8abf738d8674b24feb3"
[[files]]
file = "kubejs/server_scripts/grist/intelligent.js"
hash = "b61335760dea47ca0ec5f895c115c9ff2babe72d0b90f40650670dc6e7c23253"
hash = "f922fd6e0bba21f3bb42929d83b4c977178a8421a176adc8e738291c877a27d7"
[[files]]
file = "kubejs/server_scripts/grist/primordeal.js"
hash = "037475b30ce8890c52a1236ad18fc2b699d7af1b07aaaaba7b844ac463ac9e10"
hash = "b2558215fb1aca7efcf3a1c09d41e847f78e8fe61c3aa6652b17bd870edd8b87"
[[files]]
file = "kubejs/server_scripts/grist/tags.js"
@@ -467,7 +615,7 @@ hash = "4dacad5d914c02db31c80e40d7edab7fee89a817444e2f75858209278f9be446"
[[files]]
file = "kubejs/server_scripts/mods/arsnoveau.js"
hash = "ddac634734188906e7e883e2ca9578af71b7546848b2b605cf91ed9a67a44537"
hash = "f25c7a0fd694135d3de66db51519c14377f96a836dbd59081a9f22860fb1878d"
[[files]]
file = "kubejs/server_scripts/mods/bakery.js"
@@ -493,9 +641,13 @@ hash = "09039a31850243a7e37e163a9cc732bf383780f8de9ee42030b4fda5f16876b1"
file = "kubejs/server_scripts/mods/cookingforblockheads.js"
hash = "4717847a6d54f56ed6919a1e2c3591fc73780973708e818a563753132bc7c15e"
[[files]]
file = "kubejs/server_scripts/mods/create.js"
hash = "8cce1a2b55882f19a3c3bf77f6059c8b940d00a31dc3c1f91b8b11a54d2e7a5a"
[[files]]
file = "kubejs/server_scripts/mods/croptopia.js"
hash = "99156025f8d8d31e1fd39238bf22db0b353269374018a901600345ed3e32a084"
hash = "e26329b4528cfa187e27acf924039157bf7ecc3c31c745a338490bde8d81695d"
[[files]]
file = "kubejs/server_scripts/mods/darkutils.js"
@@ -505,10 +657,6 @@ hash = "47114c83f6423c61796d2be393645d0cacb90f6d7251b9bc52b542a5d3b0ddd5"
file = "kubejs/server_scripts/mods/doggytalents.js"
hash = "ba7c9986d8c450f63a34d61d474203ce45ed82f1a5b3af366aa5498c32125fe3"
[[files]]
file = "kubejs/server_scripts/mods/dotcoinmod.js"
hash = "6b48a23fcba274f15ce394e0754c10dfa80deefb5df25d9f2f97940d83758e5e"
[[files]]
file = "kubejs/server_scripts/mods/easy_villagers.js"
hash = "4ae08d926ae9dfd24d59ae6bea4659c400ca89f011f2acc85b7f839956236f35"
@@ -525,6 +673,10 @@ hash = "d635d9125b6a04148ddf506e45c45e88b8c255c4fdfa5a3af1d441931a15bcd0"
file = "kubejs/server_scripts/mods/farmersdelight.js"
hash = "fd8f6de5bb56d08a181e625e450b91c3ea687b33ebf378daf0381e7873515f85"
[[files]]
file = "kubejs/server_scripts/mods/functionalstorage.js"
hash = "3e52a8efbbb035f76a12089f8d86a34dbc51100e08a32e293022f2c60411d282"
[[files]]
file = "kubejs/server_scripts/mods/herbalbrews.js"
hash = "fac25cd8f3980e68315928e4cbfd0a86e5282d511a62a278b9f88f098380f5fd"
@@ -563,16 +715,12 @@ hash = "93b1aee5ea41c226a2dd5e453824518ab0eeb6d15f649f0a74e5b0e4be9a2e17"
[[files]]
file = "kubejs/server_scripts/mods/powder_power.js"
hash = "d51abcbc9c6bd5efdc69aa59c1d5e9a73585db28176db369f70aa05e65f96eae"
hash = "06d82c15a2d41e8408f550c0e24ef41d1bc730b16874e9b3aff5cc5cc143ab00"
[[files]]
file = "kubejs/server_scripts/mods/prettypipes.js"
hash = "b8e97ae2d545b542bd983935eb914709315630d63f921a144f9242943ecfe672"
[[files]]
file = "kubejs/server_scripts/mods/refinedstorage.js"
hash = "36abb6535dd4241dd9db126fd1aebc54550e639613b29e72b1f7d6986164283b"
[[files]]
file = "kubejs/server_scripts/mods/sophisticated.js"
hash = "c193c190e3546c95f4d29a83dfb0faca347b6712889733b418cc3581e3881402"
@@ -597,9 +745,13 @@ hash = "208d9d49c612c84f57ee509ec02d4c44145b673caaa06fe451340dc30b8da5aa"
file = "kubejs/server_scripts/mods/waystones.js"
hash = "a43a56736738975b6189dfa09863db43f9cbefb37c215f78fadc053c21a31305"
[[files]]
file = "kubejs/server_scripts/mods/wormhole_artifact.js"
hash = "4003082f31011049402ff31504a6db0f4fdd6c7076167109c66fa412286be462"
[[files]]
file = "kubejs/server_scripts/ore-processing.js"
hash = "c03b1ad2486616d33092b2084676f1ee083c6f4fd7a863c11f83a39b58255cc9"
hash = "d7d3df2550770a682bf55b8d98df2b6562a4434256beaa435a632fc63a61e6fb"
[[files]]
file = "kubejs/server_scripts/progression/report.js"
@@ -665,7 +817,7 @@ metafile = true
[[files]]
file = "mods/apotheosis.pw.toml"
hash = "a18e377ea27f44fae53686b8875b858770e8a279da7eaf523fa498a09ffad8a5"
hash = "4fc425234d70f254e2b420d7c01d33c4c1666366c64909114c943a1b15e436d0"
metafile = true
[[files]]
@@ -715,7 +867,7 @@ metafile = true
[[files]]
file = "mods/ars-elemental.pw.toml"
hash = "849c136f0dfe59bc4eca4e9776e36e8fb334064ccc81d47ecd3044733aeea5a8"
hash = "edf6b8a4b3daa8579920fd7d4bcf08898465eab1c31f8906f8bf3bba1bdda84a"
metafile = true
[[files]]
@@ -740,7 +892,7 @@ metafile = true
[[files]]
file = "mods/athena.pw.toml"
hash = "2b4edecc8ef931390e61f700105c0e44f3c3b18d8d56df8efb8468a740232499"
hash = "9638d8a308563842fd989970919a51f37ed1bcc82372bff47fc5a5c2e6de738e"
metafile = true
[[files]]
@@ -770,7 +922,7 @@ metafile = true
[[files]]
file = "mods/biomes-o-plenty.pw.toml"
hash = "b0119b17c7c9a075780d55dc87749942a835365db5578102d6250db8875e8267"
hash = "83ba38ab1e5b583227e9d37b8fea91ac1fcb4e2f67ba86800c5d7aa4024d2993"
metafile = true
[[files]]
@@ -810,17 +962,17 @@ metafile = true
[[files]]
file = "mods/caupona.pw.toml"
hash = "caea145bd197b219a009e37c37cd4ed10e9c22d92aad4b68edef01e65ca9a1a2"
hash = "8517132706f5a99edaf7705b6a4c2c934972dabcacca279f6d8abdef874d9949"
metafile = true
[[files]]
file = "mods/chalk.pw.toml"
hash = "6fb02c0604464d93cec49c76107d82d613295306cad88663ecfe98ca124e3aa9"
hash = "e85ac4a7776a805899c99b738ea6cad96cdc6f683958446c6cb99c21462cb97e"
metafile = true
[[files]]
file = "mods/chat-heads.pw.toml"
hash = "4bb858ff22f940c160fcc38c71cd4943168db7dc8f7090abf1b5b0ff691d6afd"
hash = "5c97876343d61f03e04f7def6b161ee886df22e4468c8d2ccda7f02a511501ac"
metafile = true
[[files]]
@@ -835,7 +987,7 @@ metafile = true
[[files]]
file = "mods/chunky-pregenerator-forge.pw.toml"
hash = "2733f69d28696d019a793f9aa79a03c8a397ecdf69837616aec2b5dbdee7c6cb"
hash = "7d3fded0a343b2953e2a77fd1d2ed7abc547d7008f5b1b842546f28b8df1b802"
metafile = true
[[files]]
@@ -873,6 +1025,11 @@ file = "mods/connectivity.pw.toml"
hash = "b110d17098d959631ac663a006fe3145784048d5b443483189949ad8240fb82c"
metafile = true
[[files]]
file = "mods/controllable.pw.toml"
hash = "30b5a90befb055fd18307700fa5eafdf4cd26d4c922fa780b5738f7656f3d650"
metafile = true
[[files]]
file = "mods/controlling.pw.toml"
hash = "1e56f528d8e21b0cf9c52c3d6deea2a4eafa408170b39a070195dbf66617f373"
@@ -890,7 +1047,7 @@ metafile = true
[[files]]
file = "mods/corpse.pw.toml"
hash = "cc2baab30142f37603eea9f415185d1983886c6e17b0b4b91c815f49c002e070"
hash = "cecf861a5103ad5d9509a3b3b74d395640ca8a5f453839b73ab9be5d3dd3ad2a"
metafile = true
[[files]]
@@ -920,12 +1077,12 @@ metafile = true
[[files]]
file = "mods/create.pw.toml"
hash = "04eff00e4383097d9809dec31ab08976a4516fd5a2fe348b88a532507f68e6ba"
hash = "119d501c87aef8afa8cf89ed6f17499518c21240d7781f4331e3007e57957a79"
metafile = true
[[files]]
file = "mods/cristel-lib.pw.toml"
hash = "4ae2c1b627cfede58a8add7fde29c6d889426aa72ea09a852a402a861aa95166"
hash = "6a62d8663df5fe33f18c8a0d3784a3aab183b252c620c45fc98e677a71b06cde"
metafile = true
[[files]]
@@ -950,7 +1107,7 @@ metafile = true
[[files]]
file = "mods/curios.pw.toml"
hash = "1315cd56b0b4a5b3d53374cebf4f1f3cd0546b05058740847bd226c1d1ccab39"
hash = "68960354be9294d5761b636b94e4f54715119602e83c4dd107698021dbeca16b"
metafile = true
[[files]]
@@ -998,11 +1155,6 @@ file = "mods/doggy-talents-next.pw.toml"
hash = "feb48651aef32ab4e9849142c8c3fbf6cb9a49562f14f6db54def6a50bb64d87"
metafile = true
[[files]]
file = "mods/dotcoin-mod.pw.toml"
hash = "83eff3ee9ae60de4e4cc5376deb22b80e83bd8aa7e4d26f79e8952864717952c"
metafile = true
[[files]]
file = "mods/dungeon-now-loading.pw.toml"
hash = "f6c80081f62cd39ef66ba98804bd387fa94c55f0c2bb4b1779fca9a7c1cd5618"
@@ -1025,12 +1177,12 @@ metafile = true
[[files]]
file = "mods/dynamiclights-reforged.pw.toml"
hash = "c0a18e6e3b032ec3acd26bc96f2d090f7f25a26060dae7484370585adafc9088"
hash = "8f2270a50a633db681826cbfb691e6efdb25e1e0c4702125c13d525b52fe229f"
metafile = true
[[files]]
file = "mods/easy-villagers.pw.toml"
hash = "09a9b92282052bf8ab1809916cda0c53550eb60348518b6636793863560dab86"
hash = "9f9d2f8a99a2599ab346e2b3d2a6a70ffa5b1a41dd36f59bad5f14ee96f0e6fd"
metafile = true
[[files]]
@@ -1055,7 +1207,7 @@ metafile = true
[[files]]
file = "mods/emi.pw.toml"
hash = "d48a1ea93de8cd5febb95ba52989d8d9ab4e998cfbdf9c1076a9f2e571d2fcbe"
hash = "b0255e234468055440b05f2160e41f8cd75f61f91942f9d91549654f98899911"
metafile = true
[[files]]
@@ -1085,7 +1237,7 @@ metafile = true
[[files]]
file = "mods/every-compat.pw.toml"
hash = "b95877b8d6f69db8f0c2fb3a4f76f7c6bc2f86896aec004acf350b1102ce27a1"
hash = "8d1837a31fdfc4692e50cff294e293be77095f063049d9912e486250f0191641"
metafile = true
[[files]]
@@ -1100,7 +1252,7 @@ metafile = true
[[files]]
file = "mods/exposure.pw.toml"
hash = "f4dd7d480cd2ad726f65ed4a17c3d2af3c20e212cda2b4c02fa8a59149330baf"
hash = "4835b66cd4c26a027d52b4d15916f010c326537bebaa81350ddd40b9df61cf27"
metafile = true
[[files]]
@@ -1145,7 +1297,7 @@ metafile = true
[[files]]
file = "mods/friends-and-foes-forge.pw.toml"
hash = "499d62c738423235aa1ce0510fb8a3befb3aaba7443bc9638e14e9fab2ff6ca9"
hash = "d7e93654d8f8ba58742e86d26cbd9e7f563be4f8c9683f52d72777a3807d7078"
metafile = true
[[files]]
@@ -1155,7 +1307,7 @@ metafile = true
[[files]]
file = "mods/ftb-chunks-forge.pw.toml"
hash = "c727cdfb22c0a34cafbdb2e33da7504e6aa9e96a0d78e5d913bf5fa9006d44c7"
hash = "e4a60dc6d46d1070e33b8972e2c000a200928d3a401af21df57649f39e207bf5"
metafile = true
[[files]]
@@ -1170,7 +1322,7 @@ metafile = true
[[files]]
file = "mods/ftb-quests-forge.pw.toml"
hash = "2ec083ed1872a8886a63c8f112958fdda1cf802d01c90400272e0d95a82c976d"
hash = "3cac9f3d4dc792068b030c9f260eee8cef70f307d98daa7e6814e0e4375de6e8"
metafile = true
[[files]]
@@ -1190,12 +1342,12 @@ metafile = true
[[files]]
file = "mods/fusion-connected-textures.pw.toml"
hash = "59d22263e36313c43ad7c5e4179cb3554d414f701442b0784d94c0ba2384edfd"
hash = "a37ad44a76d8a607f6859319c89f86c80f7c57abb3be02567380e6512f10b4d5"
metafile = true
[[files]]
file = "mods/geckolib.pw.toml"
hash = "8bd098bd9535460709877edd2aad1a23cccac7d7a48e7bb34c2dc78f01c3ce78"
hash = "598758f152e98916bc6eea2ad73a82b47a6e6934f4b0ba1e1f6593773afd1a50"
metafile = true
[[files]]
@@ -1235,7 +1387,7 @@ metafile = true
[[files]]
file = "mods/immediatelyfast.pw.toml"
hash = "81cff284085ce98a3a3dbcfeecdd127602b421468232eb3f167ebea57bdcf22d"
hash = "92cbaea9e1183e7d0ae7ebe4c867c1e8225295d7aa23eabf4eac6d6618d18c7d"
metafile = true
[[files]]
@@ -1250,7 +1402,7 @@ metafile = true
[[files]]
file = "mods/insanelib.pw.toml"
hash = "6d7e035fcf702247656905b42bb9e4a13f51915650190f9b864088d117bbeada"
hash = "815b4191dd612bc6d1b1b714c507ba4e0884cadff7355b799b5dad39a6e9574a"
metafile = true
[[files]]
@@ -1265,7 +1417,7 @@ metafile = true
[[files]]
file = "mods/item-filters.pw.toml"
hash = "fdf3861309e0c5e87fba58671665a2c5e8a7482d06b7a1c8f9df9d6bcff5205f"
hash = "ff92eddb2bf6f1afe9fa7fc73d63ea9419e0cff77fbd4fd2936b51525fe9340c"
metafile = true
[[files]]
@@ -1285,7 +1437,7 @@ metafile = true
[[files]]
file = "mods/journeymap.pw.toml"
hash = "3979b82d5760d5a21e6bfecc9de4d49163880ae335e24b8de3fbd1c398617c4a"
hash = "664a573384edf644e9b788c7c29fe32593917ac8283bb794cc46b471a0a6504a"
metafile = true
[[files]]
@@ -1325,7 +1477,7 @@ metafile = true
[[files]]
file = "mods/kubejs-ars-nouveau.pw.toml"
hash = "94416feb86dc3a3e476e1c3d761111b0223426c92b9a2b0f388abca81b5b5a57"
hash = "50dde309aba5227016d9901bac4d439899107b495e31671aa150f6788e414570"
metafile = true
[[files]]
@@ -1335,7 +1487,7 @@ metafile = true
[[files]]
file = "mods/kubejs-create.pw.toml"
hash = "7e9ef26310359f482e595815664b3d08381b30c6517c32a58078b0999e1d953a"
hash = "e9ea701c9fc9bb54d1bd3b6998403a229f896449c0d15b5df23dc46e20ac5092"
metafile = true
[[files]]
@@ -1350,7 +1502,7 @@ metafile = true
[[files]]
file = "mods/kubejs.pw.toml"
hash = "07efd4cf1c3424849a3b79a7213a3655ebdada80fd901dba0cdcae11d1bbb6af"
hash = "b6ed220c9069f60704dbfe19fd55c976ca56ada35bcb6918c4ad226cd842b99c"
metafile = true
[[files]]
@@ -1410,7 +1562,7 @@ metafile = true
[[files]]
file = "mods/lootr.pw.toml"
hash = "cd4fe8b667d14c946028050cf9e4c3367868f79d9f429ec18eb47cce34e021a3"
hash = "a3fc2800be76f3406961d01ab4ab6805b4ca5e269f53d3cb2d58ea39d6afa9f2"
metafile = true
[[files]]
@@ -1425,7 +1577,7 @@ metafile = true
[[files]]
file = "mods/measurements.pw.toml"
hash = "2e1da3fbab6e68ef8b09f0b360bed59c2dbb86b2c8427b8d929f30078b47e771"
hash = "0b56bf8c727d35f46ab02b74573112bf80cc57a09c99a72c7d93744bf9888830"
metafile = true
[[files]]
@@ -1440,12 +1592,12 @@ metafile = true
[[files]]
file = "mods/model-gap-fix.pw.toml"
hash = "7af81a2ac8f5b217e081449dbabb71fa8ce469ac9b56990627ee177479221f7e"
hash = "cd3140db1982e4e1b17c60b71e436fc92c22b1a6ce189e6b8197d1275487679c"
metafile = true
[[files]]
file = "mods/modernfix.pw.toml"
hash = "049b2cb43144e1137204f579574a94c8520b33e3d6a39d6ad309f498b9387e40"
hash = "532742fd8bec17663d0f7d8d687aeed2dd896801b67e283db473a4f06b2ca2a2"
metafile = true
[[files]]
@@ -1465,7 +1617,7 @@ metafile = true
[[files]]
file = "mods/mutil.pw.toml"
hash = "6161befd655a400fb4a07d8702b62c3f24f828d5ee6336c3dcacd6bcaff78fc1"
hash = "4e0ebdb97b93b545a2ab458e7aea179a32564234a7828fe4ecbee415d68916a2"
metafile = true
[[files]]
@@ -1515,7 +1667,7 @@ metafile = true
[[files]]
file = "mods/openblocks-elevator.pw.toml"
hash = "228debc73b78da1bfcae7462b6fcd897ac7a0db986683bd62a43c3b409f67f52"
hash = "9d66478fde6c978312f93734d481bcb9ae9c49b74cb4538fce58c65ef15d593c"
metafile = true
[[files]]
@@ -1523,6 +1675,11 @@ file = "mods/packet-fixer.pw.toml"
hash = "5ebfccec321146cf5c65f00b6cb98907930f2b927131d25b727f4c97fd34025e"
metafile = true
[[files]]
file = "mods/packmenu.pw.toml"
hash = "2f8246fb91d5c6082f12f4a5e7540b0fb82be86cdd6809efa0cd3e67ee0bc7be"
metafile = true
[[files]]
file = "mods/patchouli.pw.toml"
hash = "dec2bc011d4ca1d451aaa3eea477f13366bfb13beba0716018f47d9331a50d8e"
@@ -1555,22 +1712,22 @@ metafile = true
[[files]]
file = "mods/polymorph.pw.toml"
hash = "50579877561744484c4174f4ec196863cbba113e75f1b88023972d45dfa8fa8d"
hash = "2a0cb33fb2c23f157e0295ae75f48c7531441e451187cc9fedf5054d728be929"
metafile = true
[[files]]
file = "mods/polymorphic-energistics.pw.toml"
hash = "c9edb1a66d27b10be939921c68e3a5042268b80822457530b8a552015eab35f7"
hash = "2d47877684bd91ad4c597b68bae4a8af3964011bfc0fd52e004469368f23b834"
metafile = true
[[files]]
file = "mods/powah-rearchitected.pw.toml"
hash = "5a8e7b3e15ff1dcab7d63b8162c7a5e976de7be90ec29dd4aaf383258fd7c46c"
hash = "e174b86253f4f2f7c3f7035f7e47e450e1a29f7be512c0629d27ee75348e2f7c"
metafile = true
[[files]]
file = "mods/powder-power.pw.toml"
hash = "44c39dc09b6be7f87dc34a8ecd15805c8d46d05f9420483488dde6c099e7288d"
hash = "f89f06b9555e7ca6b4a3b58ebf529e685127206c12ea6bcc99e4ce8aa9da06bb"
metafile = true
[[files]]
@@ -1585,7 +1742,7 @@ metafile = true
[[files]]
file = "mods/quark.pw.toml"
hash = "1d72ac6ec515db48cb89dae58345b514524f195bc5ab1942d1ce9fb91d30defd"
hash = "2f3081029fe8b579d4a60d2191613ed17cb4bff3390280c56817cb8149422aef"
metafile = true
[[files]]
@@ -1598,34 +1755,14 @@ file = "mods/rechiseled.pw.toml"
hash = "3e8c59c1817babb68d49af1bd816d6d00ffbaa8343968ad324996a0d5deb9c69"
metafile = true
[[files]]
file = "mods/refined-cooking.pw.toml"
hash = "41f41372b6c4b4866b5f12856dea4d11554fb32b95cf2aa140ed8985f4e1eda1"
metafile = true
[[files]]
file = "mods/refined-polymorphism.pw.toml"
hash = "27910723422823edab72eb616d7b7ba717f505061367ccc590d78a92d9c8392f"
metafile = true
[[files]]
file = "mods/refined-storage-addons.pw.toml"
hash = "70b949dab65474c3687c98063f66282c7a580e0bf82f33615fac247fdc29019b"
metafile = true
[[files]]
file = "mods/refined-storage.pw.toml"
hash = "4f8fa2d8bba834bac3240024294ff9f2881fe20e11d775a93497dec5d25be571"
metafile = true
[[files]]
file = "mods/repurposed-structures.pw.toml"
hash = "30f17f7199ed0010be19105c9d5c06546e652ccbb5dc4f2626010c3ba95c997b"
hash = "1947cc239ea0752b836011ef95182e588e45b38ab793c9c24c6f468f85f54052"
metafile = true
[[files]]
file = "mods/resourceful-config.pw.toml"
hash = "692ed5c4b3794053fbfb08107a2b0b0f90eec49b005a13be6ca86321e80df7ba"
hash = "e242387207a2538b5ccb55697174c65e549e1eb2fef9da37e1ad3734e0372b65"
metafile = true
[[files]]
@@ -1635,7 +1772,7 @@ metafile = true
[[files]]
file = "mods/rhino.pw.toml"
hash = "cf6c7974d46bba617f63da63cb589fa42f26c8b04d9230c43fd7f72b3e30c2d8"
hash = "ca4411ac6d8a9a892948bb63cd0ba52ae5523ca5e257632d6ae8c933b660c5ee"
metafile = true
[[files]]
@@ -1660,12 +1797,12 @@ metafile = true
[[files]]
file = "mods/selene.pw.toml"
hash = "e7d596f25bd16e1cd85b34896f69c8801312de601f5af48cb412a2be505f09fb"
hash = "74605dbc168a001511741a85318364fc67d83f975528d279005304a182d87762"
metafile = true
[[files]]
file = "mods/shiny-horses-forge-enchantable-horse-armor.pw.toml"
hash = "0b1f39e92fed4e20ddf899f233d16b29000cdba3bcc489ffba389f68f70a7570"
hash = "c67d0db30193b97238a65f4e57266ee4f6114c6deaa6e1f91533a27ef1f21b9a"
metafile = true
[[files]]
@@ -1680,7 +1817,7 @@ metafile = true
[[files]]
file = "mods/simple-voice-chat.pw.toml"
hash = "058ffeb5d53f7390b2cb3b91017ede768427893e43a433ec5d6e4b267547d5a6"
hash = "703a46fa7d4918e855cc6ee841d4542741494851023ff49ba4087092a8d70b20"
metafile = true
[[files]]
@@ -1705,32 +1842,32 @@ metafile = true
[[files]]
file = "mods/sooty-chimneys.pw.toml"
hash = "8bf04693eac8fc35571207223c2e6e144358e5b7862c311a36fed81228980564"
hash = "e8f11d351338010339f2bfe8d3a28e7b56fbb802b29c74f205490e46e2a5ea14"
metafile = true
[[files]]
file = "mods/sophisticated-backpacks.pw.toml"
hash = "d03b81a12dd6fa5c46d7b51c22b4f1d51f5f5c48e57c9c8c53930b9a18d71f36"
hash = "1e09564045d3ba4a1306793b4a910f2555c06eff1d043224bbf6118e1408d81d"
metafile = true
[[files]]
file = "mods/sophisticated-core.pw.toml"
hash = "871902a25fb57bb0322349a3a84821010c40a35a3ff85b56a211690d7efce3f1"
hash = "11bb9a0a9664c467dc342c24b49548ee65353f052698f1073a37ab580964d9c8"
metafile = true
[[files]]
file = "mods/sophisticated-storage-create-integration.pw.toml"
hash = "30924a285b07f898b84e5c9a54170c05a69a97d79ed7913882e0723b2cabd26d"
hash = "dc140b5b941a695483e28c705a1f294a6f264366f879e48c8846d11376bbae44"
metafile = true
[[files]]
file = "mods/sophisticated-storage.pw.toml"
hash = "41436abf0d2cacc2b7bfb792dce7a6bc6bb1bf95543e2f2a633ec24cbf0e925e"
hash = "40186a7bd1fea347d86c0540aa1ed5c33360f509b86a7591b6eeeb050f19d285"
metafile = true
[[files]]
file = "mods/sound-physics-remastered.pw.toml"
hash = "d9f3d57d117172e45d8b7a84fbfb36b19ebb6cbdac6856f312be13a455dd5729"
hash = "3071daca4905386e82defcbbfd743f0e56db87cb13e6b8a0d5ab264774e1b6fc"
metafile = true
[[files]]
@@ -1755,7 +1892,7 @@ metafile = true
[[files]]
file = "mods/supermartijn642s-core-lib.pw.toml"
hash = "44a8b560a3d0072edc7362f20023145a22a3ecf6ad84fbc9a47f44008e14cf02"
hash = "4ddff1daf862f7e481a6c30c4cbb4bb32165f2c73cefc908dbf62b18f0d46a56"
metafile = true
[[files]]
@@ -1775,7 +1912,7 @@ metafile = true
[[files]]
file = "mods/terrablender.pw.toml"
hash = "570d8ea67256d5fdcbba9504cb77c49dac326c1116d84e3c48ae5a6113fdf8a7"
hash = "fde3d3b1607636100e382dce1bba80ab4608ebfa1ef888a37b86bc8c7dcbafe5"
metafile = true
[[files]]
@@ -1840,7 +1977,7 @@ metafile = true
[[files]]
file = "mods/towns-and-towers.pw.toml"
hash = "7c9ac6ada5e41d1e1a36ae7c7a4a258f2bfcc6c1e8b965dc9dba5cd4f2879f3a"
hash = "00a0cba74675174812eea16aca533adfe9bac7b30a81a7e33dd81bd9343b45c4"
metafile = true
[[files]]
@@ -1875,12 +2012,12 @@ metafile = true
[[files]]
file = "mods/wares.pw.toml"
hash = "2f694ee8159b5133bda89ce4fbd4102985d4c7daac774d23e286f106eb1464a4"
hash = "781312254556427d94858b2441e76ccc5bb10225c49ca072d17c2a52de710258"
metafile = true
[[files]]
file = "mods/waystones.pw.toml"
hash = "b408c5f1be6f3a0af123a351f4334e72d2ace21973096d7862243e109f28fbec"
hash = "79410bb7c19d56a75b324e27d32192e1d239385f77db26140fa54f3974e6b25f"
metafile = true
[[files]]
@@ -1893,6 +2030,11 @@ file = "mods/when-dungeons-arise.pw.toml"
hash = "0cb70caa22009a495a64a4332480b5ae80cb7fc7ba34c0a48ab8aff7df20b4f7"
metafile = true
[[files]]
file = "mods/wormhole-artifact.pw.toml"
hash = "82c3e06e170b004a916a5ea0cf6d59d32690d72109110ee8c7a9e71342b49eab"
metafile = true
[[files]]
file = "mods/yungs-api.pw.toml"
hash = "d0d14c38427cf19c6f1244d4a6a0d05ad1a3d22d9f8b4f0eb083cef7f2ad407d"
@@ -1950,9 +2092,21 @@ metafile = true
[[files]]
file = "mods/zeta.pw.toml"
hash = "d0a8b2b9ba78bc8171e96ac4bf0ee800fff6bc326c8b5e582e9d36d19d845e1c"
hash = "98a5f14605e51677639c024541e9453a95911cbc21edfe94057b0ac4a8073ddd"
metafile = true
[[files]]
file = "packmenu/resources/assets/packmenu/textures/gui/background.png"
hash = "0f7e7c5c503a0d1392e79818d228b9215ecd57a7b61be05a80100d2c5bb3376f"
[[files]]
file = "packmenu/resources/assets/packmenu/textures/gui/logo.png"
hash = "1e4cdf47b4a2e8405c27f93ce4a149d70374848636a68a8de451a4b3dadd8bcc"
[[files]]
file = "packmenu/resources/pack.mcmeta"
hash = "157a33d968ad30a59edae72d0a1b870a9d8b1867601f45494072f9773e7bc21d"
[[files]]
file = "patchouli_books/gristdex/book.json"
hash = "eb43d8a28d3db692204451abe158b2ba3259b1cd1665d47c71fe258455b9260c"
@@ -1 +0,0 @@
grist_*.png
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

@@ -1 +0,0 @@
grist_*.png
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

+1 -1
View File
@@ -8,5 +8,5 @@
"item": "minecraft:book"
}
],
"book": "gristdex"
"book": "patchouli:gristdex"
}
+8 -8
View File
@@ -4,8 +4,8 @@ ServerEvents.recipes(event => {
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
basic grist comes from basic grist + block of primordeal + dough + sugar
your first basic grist comes from chutney + primordeal + meat + dough + sugar
chutney comes from primordeal grist + sugar + fruit + caupona vinegar + chives
*/
event.custom({
@@ -20,7 +20,7 @@ ServerEvents.recipes(event => {
{tag: 'forge:fruits'},
{item: 'caupona:chives_spice_jar'},
],
result: {item: 'kubejs:grist_chutney'}
result: {item: 'kubejs:grist_chutney', count: 2}
});
event.custom({
type: 'farmersdelight:cooking',
@@ -30,10 +30,10 @@ ServerEvents.recipes(event => {
{item: 'kubejs:grist_primordeal_basic_block'},
{item: 'kubejs:grist_chutney'},
{tag: 'forge:foods/meat/cooked'},
{tag: 'forge:doughs'},
{item: 'bakery:yeast'}
{tag: 'forge:dough'},
{item: 'minecraft:gunpowder'}
],
result: {item: 'kubejs:grist_agricultural_basic', count: 2}
result: {item: 'kubejs:grist_agricultural_basic', count: 16}
});
event.custom({
type: 'farmersdelight:cooking',
@@ -42,8 +42,8 @@ ServerEvents.recipes(event => {
ingredients: [
{item: 'kubejs:grist_primordeal_basic_block'},
{tag: 'kubejs:grist/agricultural/basic'},
{tag: 'forge:doughs'},
{item: 'bakery:yeast'}
{tag: 'forge:dough'},
{item: 'minecraft:gunpowder'}
],
result: {item: 'kubejs:grist_agricultural_basic', count: 2}
});
+49 -37
View File
@@ -16,70 +16,82 @@ ServerEvents.recipes(event => {
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
coarse aggregate comes from combining sand, clay, gravel, primordeal with an ore hammer.
Instead of an ore hammer, you can use a heated mixer with create
*/
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.custom({
type: 'create:mixing',
ingredients: [
'#kubejs:grist/build/basic',
'kubejs:grist_primordeal_basic_block',
],
heatRequirement: "heated",
results: [
'2x kubejs:grist_build_basic'
]
});
event.smelting('16x 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'
]);
]).id('kubejs:coarse_grist_aggregate_manual_only');
event.custom({
type: 'create:mixing',
ingredients: [
'3x #forge:sand',
'minecraft:clay_ball',
'3x #forge:gravel',
'kubejs:grist_primordeal_basic_block'
],
heatRequirement: "heated",
results: [
'kubejs:coarse_grist_aggregate'
]
});
event.recipes.shapeless(
'kubejs:reduced_grist_aggregate', [
'#alltheores:ore_hammers',
'minecraft:granite',
'kubejs:grist_primordeal_basic',
'6x kubejs:coarse_grist_aggregate'
]);
]).id('kubejs:reduced_grist_aggregate_manual_only');
event.custom({
type: 'create:mixing',
ingredients: [
'minecraft:granite',
'kubejs:grist_primordeal_basic',
'6x kubejs:coarse_grist_aggregate'
],
heatRequirement: "heated",
results: [
'kubejs:reduced_grist_aggregate'
]
});
event.recipes.shapeless(
'2x kubejs:refined_grist_aggregate', [
'#alltheores:ore_hammers',
'kubejs:grist_primordeal_basic',
'5x kubejs:reduced_grist_aggregate'
]);
]).id('kubejs:refined_grist_aggregate_manual_only');
event.custom(
{
type: "thermal:pulverizer",
type: 'create:mixing',
ingredients: [
{item: "kubejs:coarse_grist_aggregate"},
'kubejs:grist_primordeal_basic',
'5x kubejs:reduced_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
}
heatRequirement: "heated",
results: [
'kubejs:refined_grist_aggregate'
]
}
);
+2 -2
View File
@@ -26,8 +26,8 @@ ServerEvents.recipes(event => {
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', [
event.smelting('16x kubejs:grist_energetic_basic', 'kubejs:grist_paste');
event.shaped('2x kubejs:grist_paste', [
'ADA',
'BCB',
'AAA'
+1 -1
View File
@@ -32,7 +32,7 @@ ServerEvents.recipes(event => {
quanta: 25,
arcana: -1
},
result: Item.of('kubejs:grist_intelligent_basic', 9).toJson()
result: Item.of('kubejs:grist_intelligent_basic', 16).toJson()
});
event.shaped('kubejs:sacred_flesh', [
+41 -4
View File
@@ -7,6 +7,17 @@ ServerEvents.recipes(event => {
], {
'A': '#forge:cobblestone',
'B': '#forge:gravel'
}).id('kubejs:grist_primordeal_basic_manual_only');
event.custom({
type: 'create:mixing',
ingredients: [
'8x #forge:cobblestone',
'#forge:gravel',
],
heatRequirement: "heated",
results: [
'2x kubejs:grist_primordeal_basic'
]
});
event.shaped('2x kubejs:grist_primordeal_basic_block', [
'AAA',
@@ -15,6 +26,17 @@ ServerEvents.recipes(event => {
], {
'A': '#forge:cobblestone',
'B': 'kubejs:grist_essence'
}).id('kubejs:grist_primordeal_basic_block_manual_only');
event.custom({
type: 'create:mixing',
ingredients: [
'8x #forge:cobblestone',
'kubejs:grist_essence',
],
heatRequirement: "heated",
results: [
'2x kubejs:grist_primordeal_basic_block'
]
});
// Conversions between fluids and items
global.Grist.forEach(grist => {
@@ -23,6 +45,7 @@ ServerEvents.recipes(event => {
let blockID = grist.block().id();
event.recipes.thermal.crucible(Fluid.of(fluidID, 250), id);
event.recipes.thermal.chiller(id, Fluid.of(fluidID, 250));
event.recipes.createMixing(Fluid.of(fluidID, 250), id).heated();
// convert between block and normal item
event.shapeless(blockID, [`9x ${id}`]);
@@ -66,7 +89,7 @@ ServerEvents.recipes(event => {
'C': `kubejs:grist_energetic_${upgrade.from}`,
'D': `kubejs:grist_intelligent_${upgrade.from}`,
'E': `kubejs:grist_primordeal_${upgrade.from}`,
});
}).id(`kubejs:grist_primordeal_${upgrade.to}_manual_only`);
// After you've unlocked the next tier, you can use the elements of this tier plus one lower primordeal to make more primordeal
event.shaped(`8x kubejs:grist_primordeal_${upgrade.to}_block`, [
@@ -79,7 +102,7 @@ ServerEvents.recipes(event => {
'C': `kubejs:grist_energetic_${upgrade.to}`,
'D': `kubejs:grist_intelligent_${upgrade.to}`,
'E': `kubejs:grist_primordeal_${upgrade.from}`,
});
}).id(`kubejs:grist_primordeal_${upgrade.to}_block_manual_only`);
// Universal grist is cobble surrounded by lower tier universal and primordeal
event.shaped(`kubejs:grist_universal_${upgrade.to}`, [
@@ -90,7 +113,7 @@ ServerEvents.recipes(event => {
'A': `kubejs:grist_universal_${upgrade.from}`,
'B': `kubejs:grist_primordeal_${upgrade.from}`,
'C': '#forge:cobblestone'
});
}).id(`kubejs:grist_universal_${upgrade.to}_manual_only`);
})
// Basic primordeal gets a special case..
@@ -104,6 +127,20 @@ ServerEvents.recipes(event => {
'C': `kubejs:grist_energetic_basic`,
'D': `kubejs:grist_intelligent_basic`,
'E': '#forge:cobblestone',
}).id('kubejs:grist_primordeal_basic_block_manual_only');
event.custom({
type: 'create:mixing',
ingredients: [
'2x kubejs:grist_agricultural_basic',
'2x kubejs:grist_build_basic',
'2x kubejs:grist_energetic_basic',
'2x kubejs:grist_intelligent_basic',
'#forge:cobblestone',
],
heatRequirement: "heated",
results: [
'4x kubejs:grist_primordeal_basic_block'
]
});
// Finally, start creative-tier grist
@@ -117,5 +154,5 @@ ServerEvents.recipes(event => {
'C': '#kubejs:grist/energetic/radiant',
'D': '#kubejs:grist/intelligent/radiant',
'E': '#kubejs:grist/primordeal/radiant'
})
}).id('kubejs:grist_universal_basic_block_manual_only');
});
+63 -1
View File
@@ -2,7 +2,18 @@ ServerEvents.recipes(event => {
event.replaceInput(
{id: 'ars_nouveau:enchanting_apparatus'},
'minecraft:diamond',
'#kubejs:grist/intelligent/improved'
'kubejs:grist_intelligent_basic_block'
);
event.replaceInput(
{id: 'ars_nouveau:enchanting_apparatus'},
'minecraft:gold_nugget',
'#kubejs:grist/primordeal/basic'
);
event.replaceInput(
{id: 'ars_nouveau:enchanting_apparatus'},
'minecraft:gold_ingot',
'#kubejs:grist/intelligent/basic'
);
event.shaped('ars_nouveau:imbuement_chamber', [
@@ -27,6 +38,57 @@ ServerEvents.recipes(event => {
'#kubejs:grist/energetic/basic'
);
event.replaceInput(
{output: 'ars_nouveau:arcane_core'},
'ars_nouveau:source_gem',
'#kubejs:grist/intelligent/basic'
);
// Gating elements behind grist
event.replaceInput(
{output: 'ars_nouveau:air_essence'},
'ars_nouveau:source_gem',
'#kubejs:grist/build/basic'
);
event.replaceInput(
{output: 'ars_nouveau:earth_essence'},
'ars_nouveau:source_gem',
'#kubejs:grist/build/basic'
);
event.replaceInput(
{output: 'ars_nouveau:manipulation_essence'},
'ars_nouveau:source_gem',
'#kubejs:grist/intelligent/basic'
);
event.replaceInput(
{output: 'ars_nouveau:water_essence'},
'ars_nouveau:source_gem',
'#kubejs:grist/energetic/basic'
);
event.replaceInput(
{output: 'ars_nouveau:fire_essence'},
'ars_nouveau:source_gem',
'#kubejs:grist/energetic/basic'
);
event.replaceInput(
{output: 'ars_nouveau:abjuration_essence'},
'ars_nouveau:source_gem',
'#kubejs:grist/agricultural/basic'
);
event.replaceInput(
{output: 'ars_nouveau:conjuration_essence'},
'ars_nouveau:source_gem',
'#kubejs:grist/agricultural/basic'
);
event.replaceInput(
{output: 'ars_elemental:anima_essence'},
'ars_nouveau:source_gem',
'#kubejs:grist/agricultural/improved'
);
event.shaped('ars_nouveau:novice_spell_book', [
' A ',
'ABA',
+76
View File
@@ -0,0 +1,76 @@
ServerEvents.recipes(event => {
// Gate create behind finding tin and basic ore crushing hammers
event.remove({output: 'create:andesite_alloy'});
event.shapeless('2x create:andesite_alloy', [
'2x minecraft:andesite',
global.dustItem('tin', 2),
]);
event.recipes.thermal.smelter(
'6x create:andesite_alloy',
['2x minecraft:andesite', '#forge:dusts/tin']
);
event.shapeless('2x create:cogwheel', [
'thermal:tin_gear',
'#minecraft:planks',
]);
// Cart assembler is gated behind mid-game grist
event.replaceInput({output: 'create:cart_assembler'},
'#forge:dusts/redstone',
'#kubejs:grist/build/improved'
);
// Gate wireless stuff behind intelligent grist
event.replaceInput({output: 'create:transmitter'},
'#forge:dusts/redstone',
'#kubejs:grist/intelligent/basic'
);
// Allow certus quartz to be used for rose quartz
event.replaceInput({output: 'create:rose_quartz'},
'minecraft:quartz',
'#forge:gems/quartz',
);
event.shapeless('create:rose_quartz', [
'ae2:certus_quartz_crystal',
'8x minecraft:redstone',
]);
// Crushing wheels can either come from finding diamonds (expensive) or build grist (cheap, eventually)
event.shaped('create:crushing_wheel', [
'CBC',
'BAB',
'CBC'
], {
'A': '#kubejs:grist/build/basic',
'B': 'thermal:tin_gear',
'C': 'create:andesite_alloy',
});
event.shaped('create:crushing_wheel', [
'CBC',
'BAB',
'CBC'
], {
'A': 'minecraft:diamond',
'B': 'thermal:tin_gear',
'C': 'create:andesite_alloy',
});
// Melt down XP nuggets and blocks into raw XP
// 1 nugget == 60mb cognitium
event.recipes.createMixing(Fluid.of('experienceobelisk:cognitium', 60), 'create:experience_nugget').heated();
event.recipes.createMixing(Fluid.of('experienceobelisk:cognitium', 60 * 9), 'create:experience_block').heated();
// Precision mechanisms should require intelligent grist
event.recipes.createSequencedAssembly([
Item.of('create:precision_mechanism'),
], '#forge:ingots/brass', [
event.recipes.createDeploying('create:incomplete_precision_mechanism', ['create:incomplete_precision_mechanism', '#kubejs:grist/intelligent/basic']),
event.recipes.createDeploying('create:incomplete_precision_mechanism', ['create:incomplete_precision_mechanism', 'create:cogwheel']),
event.recipes.createDeploying('create:incomplete_precision_mechanism', ['create:incomplete_precision_mechanism', '#forge:gears/copper'])
]).transitionalItem('create:incomplete_precision_mechanism').loops(3);
});
+12 -1
View File
@@ -1,5 +1,10 @@
ServerEvents.recipes(event => {
event.recipes.thermal.pulverizer("3x croptopia:flour", ['minecraft:wheat']);
event.recipes.thermal.pulverizer("4x croptopia:flour", ['minecraft:wheat']);
event.custom({
type: 'create:crushing',
ingredients: ['minecraft:wheat'],
results: ['3x croptopia:flour']
});
event.shapeless('2x croptopia:flour', ['minecraft:wheat', '#alltheores:ore_hammers']);
let jamFruits = ['apricot', 'blackberry', 'blueberry', 'cherry', 'elderberry', 'grape', 'peach', 'raspberry', 'straberry'];
@@ -37,4 +42,10 @@ ServerEvents.recipes(event => {
'#forge:tomato_sauces'
);
});
event.custom({
type: 'create:mixing',
ingredients: ['#forge:flour', {fluid: 'minecraft:water', amount: 50}],
results: ['4x croptopia:dough']
})
});
-46
View File
@@ -1,46 +0,0 @@
ServerEvents.recipes(event => {
// Economy setup
let coinPress = Ingredient.of("thermal:press_coin_die")
let unpackingPress = Ingredient.of("thermal:press_unpacking_die")
let makeCoinPressConversion = (fromType, toType, qty) => {
event.custom({
type: "thermal:press",
ingredients: [
{ item: fromType, count: qty },
{ item: "thermal:press_coin_die" }
],
result: [Item.of(toType).toJson()]
});
event.custom({
type: "thermal:press",
ingredients: [
{ item: toType },
{ item: "thermal:press_unpacking_die" }
],
result: [Item.of(fromType).withCount(qty).toJson()]
});
};
makeCoinPressConversion("minecraft:cobblestone", "dotcoinmod:copper_coin", 9)
makeCoinPressConversion("dotcoinmod:copper_coin", "dotcoinmod:iron_coin", 10)
makeCoinPressConversion("dotcoinmod:iron_coin", "dotcoinmod:gold_coin", 10)
makeCoinPressConversion("dotcoinmod:gold_coin", "dotcoinmod:platinum_coin", 10)
})
/*LootJS.modifiers((event) => {
event.enableLogging();
event.removeGlobalModifier("@dotcoinmod");
event.addBlockLootModifier("minecraft:stone").pool((p) => {
p.addLoot("dotcoinmod:copper_coin");
p.applyOreBonus("minecraft:fortune");
}).randomChance(0.3).anyBiome("forge:is_mountain");
});*/
LootJS.modifiers((event) => {
event.addBlockLootModifier("minecraft:stone")
.randomChance(0.05)
.applyOreBonus("minecraft:fortune")
.addLoot("kubejs:grist_essence");
});
@@ -0,0 +1,34 @@
ServerEvents.recipes(event => {
event.replaceInput({output: 'functionalstorage:storage_controller'},
'minecraft:comparator',
'#kubejs:grist/intelligent/basic'
);
event.replaceInput({output: 'functionalstorage:storage_controller'},
'minecraft:quartz_block',
'minecraft:andesite'
);
event.replaceInput({output: 'functionalstorage:framed_storage_controller'},
'minecraft:quartz_block',
'minecraft:andesite'
);
event.replaceInput({output: 'functionalstorage:framed_storage_controller'},
'minecraft:comparator',
'#kubejs:grist/intelligent/basic'
);
event.replaceInput({output: 'functionalstorage:linking_tool'},
'minecraft:diamond',
'#kubejs:grist/intelligent/basic'
);
event.replaceInput({mod: 'functionalstorage'},
'minecraft:piston',
'#kubejs:grist/build/basic'
);
event.replaceInput({mod: 'functionalstorage'},
'minecraft:netherite_ingot',
'#kubejs:grist/intelligent/improved'
);
});
+8 -6
View File
@@ -1,10 +1,12 @@
ServerEvents.recipes(event => {
event.recipes.thermal.pulverizer('powder_power:powder_redstone', ['#forge:dusts/redstone']);
event.recipes.thermal.pulverizer('powder_power:powder_lapis', ['#forge:dusts/lapis']);
event.recipes.thermal.pulverizer('powder_power:powder_copper', ['#forge:dusts/copper']);
// Powders are created by further crushing dusts
event.recipes.thermal.pulverizer('powder_power:powder_end_pearl', ['#forge:dusts/ender_pearl']);
event.recipes.thermal.pulverizer('powder_power:powder_prismarine', ['#forge:dusts/prismarine']);
event.recipes.thermal.pulverizer('powder_power:powder_obsidian', ['#forge:obsidian']);
event.recipes.createCrushing(`powder_power:powder_end_pearl`, `#forge:dusts/ender_pearl`);
event.recipes.thermal.pulverizer('powder_power:powder_nether_quartz', ['#forge:dusts/quartz']);
event.recipes.thermal.pulverizer('powder_power:powder_ghast_tear', ['minecraft:ghast_tear']);
event.recipes.createCrushing(`powder_power:powder_nether_quartz`, `#forge:dusts/quartz`);
['redstone', 'lapis', 'copper', 'prismarine', 'obsidian', 'ghast_tear'].forEach(element => {
event.recipes.thermal.pulverizer(`powder_power:powder_${element}`, [`#forge:dusts/${element}`]);
event.recipes.createCrushing(`powder_power:powder_${element}`, `#forge:dusts/${element}`);
});
});
@@ -1,101 +0,0 @@
ServerEvents.recipes(event => {
// Refined storage is gated behind basic tier
event.replaceInput(
{id: 'refinedstorage:raw_advanced_processor'},
'minecraft:glowstone_dust',
'#kubejs:grist/intelligent/improved'
)
event.replaceInput(
{mod: 'refinedstorage'},
'minecraft:diamond',
'#kubejs:grist/intelligent/basic'
)
event.replaceInput(
{id: 'refinedstorage:cable'},
'minecraft:redstone',
'#kubejs:grist/energetic/basic'
)
// Everything wireless is behind intelligent procs
event.replaceInput(
{mod: 'refinedstorage'},
'#forge:ender_pearls',
'kubejs:intelligent_processor'
)
event.replaceInput(
{id: 'refinedstorage:construction_core'},
'minecraft:glowstone_dust',
'#kubejs:grist/build/basic'
)
event.replaceInput(
{id: 'refinedstorage:destruction_core'},
'minecraft:quartz',
'#kubejs:grist/intelligent/basic'
)
event.replaceInput(
{id: 'refinedstorage:raw_improved_processor'},
'minecraft:glowstone',
'#kubejs:grist/intelligent/basic'
)
// smelt quartz dust for sillicon
event.smelting("refinedstorage:silicon", "thermal:quartz_dust");
// Custom malloc gating of autocrafting
event.shaped('kubejs:raw_intelligent_processor', [
'AB',
'CD'
], {
'A': "refinedstorage:processor_binding",
'B': '#kubejs:grist/intelligent/radiant',
'C': "refinedstorage:silicon",
'D': global.ingotItem('steel')
});
event.shaped('kubejs:raw_deep_intelligent_processor', [
'AB',
'CD'
], {
'A': "kubejs:raw_intelligent_processor",
'B': '#kubejs:grist/intelligent/radiant',
'C': "refinedstorage:silicon",
'D': '#kubejs:grist/energetic/improved'
});
event.smelting('kubejs:intelligent_processor', 'kubejs:raw_intelligent_processor');
event.smelting('kubejs:deep_intelligent_processor', 'kubejs:raw_deep_intelligent_processor');
event.replaceInput(
{id: "refinedstorage:crafter"},
"refinedstorage:construction_core",
'kubejs:deep_intelligent_processor'
)
event.replaceInput(
{id: "refinedstorage:crafter"},
"refinedstorage:destruction_core",
"refinedstorage:basic_processor"
);
event.replaceInput(
{id: 'refinedstorage:disk_drive'},
'#handcrafted:chests',
'#kubejs:grist/intelligent/improved'
);
event.replaceInput(
{id: 'refinedstorage:1k_disk_part'},
'minecraft:redstone',
'#kubejs:grist/intelligent/improved'
);
event.recipes.thermal.smelter('2x refinedstorage:improved_processor', ["minecraft:gold_ingot", 'refinedstorage:silicon', '#kubejs:grist/intelligent/basic']);
event.recipes.thermal.smelter('2x refinedstorage:basic_processor', ["minecraft:iron_ingot", 'refinedstorage:silicon', '#kubejs:grist/intelligent/basic']);
event.recipes.thermal.smelter('2x refinedstorage:advanced_processor', ["minecraft:redstone", 'refinedstorage:silicon', '#kubejs:grist/intelligent/basic']);
event.recipes.thermal.smelter('2x refinedstorage:improved_processor', ["minecraft:gold_ingot", 'thermal:quartz_dust', '#kubejs:grist/intelligent/basic']);
event.recipes.thermal.smelter('2x refinedstorage:basic_processor', ["minecraft:iron_ingot", 'thermal:quartz_dust', '#kubejs:grist/intelligent/basic']);
event.recipes.thermal.smelter('2x refinedstorage:advanced_processor', ["minecraft:redstone", 'thermal:quartz_dust', '#kubejs:grist/intelligent/basic']);
});
@@ -0,0 +1,16 @@
ServerEvents.recipes(event => {
event.replaceInput({mod: 'wormhole_artifact'},
'minecraft:ender_pearl',
'#kubejs:grist/intelligent/basic'
);
event.replaceInput({mod: 'wormhole_artifact'},
'minecraft:glowstone_dust',
'#kubejs:grist/intelligent/basic'
);
event.replaceInput({mod: 'wormhole_artifact'},
'minecraft:crying_obsidian',
'#forge:ingots/lead'
);
});
+136 -20
View File
@@ -26,10 +26,10 @@ ServerEvents.recipes(event => {
return itemType;
}
event.shapeless('thermal:quartz_dust', ['8x minecraft:granite', '#alltheores:ore_hammers']);
event.shapeless('thermal:quartz_dust', ['minecraft:quartz', '#alltheores:ore_hammers']);
event.shapeless('thermal:quartz_dust', ['8x minecraft:granite', '#alltheores:ore_hammers']).id('kubejs:quartz_dust_from_granit_crushing_manual_only');
event.shapeless('thermal:quartz_dust', ['minecraft:quartz', '#alltheores:ore_hammers']).id('kubejs:quartz_dust_crushing_manual_only');
// All metals can be processed in the pulverizer, make plates in the press, and make gears with the die
// All metals can be processed in the pulverizer/crusher, make plates in the press, and make gears with the die
{
let _ = ['copper', 'rose_gold', 'aluminum', 'constantan', 'iron', 'tin', 'nickel', 'gold', 'zinc', 'brass', 'invar', 'bronze', 'silver', 'platinum', 'lead', 'iridium', 'osmium', 'lumium', 'enderium', 'electrum', 'signalum', 'steel', 'uranium'].forEach(metal => {
console.log(`Setting up ${metal} processing...`);
@@ -40,6 +40,7 @@ ServerEvents.recipes(event => {
let ingotType = metalForm(metal, 'ingots', 'ingot');
let rawType = metalForm(metal, 'raw_materials', 'ore');
let blockType = metalForm(`raw_${metal}`, 'storage_blocks', 'block');
let crushedType = Item.of(`create:crushed_raw_${metal}`);
event.remove({output: gearType});
event.remove({output: plateType});
@@ -51,6 +52,17 @@ ServerEvents.recipes(event => {
event.remove({output: dustType, type: 'minecraft:crafting'});
event.remove({output: ingotType, input: 'minecraft:fire_charge'});
// Remove the default conversion of ingot to nuggets from create
event.remove({input: ingotType, type: 'create:crushing'});
// And completely eliminate the default refining line with create crushed ores
if (crushedType.id != 'minecraft:air') {
event.remove({input: crushedType});
event.remove({output: crushedType});
} else {
console.log(`metals: Missing create:crushed_raw_${metal}`);
}
event.remove({id: `alltheores:${metal}_dust_from_alloy_blending`});
console.log(`crushing ${rawType.toJson()} ${dustType.toJson()}`);
@@ -66,6 +78,21 @@ ServerEvents.recipes(event => {
],
experience: 0.5
});
if (crushedType.id != 'minecraft:air') {
event.custom({
type: "create:crushing",
ingredients: [
{tag: `forge:raw_materials/${metal}`}
],
results: [
{item: crushedType.id, chance: 1},
{item: crushedType.id, chance: 0.25},
{item: dustType.id, chance: 0.05},
{item: 'create:experience_nugget', count: 2, chance: 0.75}
],
});
}
}
if (blockType.id != "minecraft:air") {
@@ -75,11 +102,53 @@ ServerEvents.recipes(event => {
{tag: `forge:storage_blocks/raw_${metal}`}
],
result: [
{item: dustType.id, chance: 1.05 * 9},
{item: dustType.id, chance: 0.25 * 9}
{item: dustType.id, count: 9, chance: 1},
{item: dustType.id, count: 9, chance: 0.25}
],
experience: 0.5
});
if (crushedType.id != 'minecraft:air') {
event.custom({
type: "create:crushing",
ingredients: [
{tag: `forge:storage_blocks/raw_${metal}`}
],
results: [
{item: crushedType.id, count: 9, chance: 1},
{item: crushedType.id, count: 9, chance: 0.25},
{item: dustType.id, count: 9, chance: 0.05},
{item: 'create:experience_nugget', count: 2 * 9, chance: 0.75}
],
});
}
}
// Set up the parallel create-based ore washing line
if (crushedType.id != 'minecraft:air') {
event.custom({
type: "create:splashing",
ingredients: [
{item: crushedType.id }
],
results: [
{item: dustType.id, count: 2, chance: 1},
{item: dustType.id, chance: 0.25},
{item: dustType.id, chance: 0.05},
],
});
event.custom({
type: "thermal:centrifuge",
ingredients: [
{item: crushedType.id }
],
result: [
{item: dustType.id, count: 3, chance: 3.0},
{item: dustType.id, chance: 0.75},
{item: "twigs:pebble", chance: 0.05}
],
});
}
// 1 dust = 1 ingot
@@ -93,6 +162,16 @@ ServerEvents.recipes(event => {
],
});
event.custom({
type: "create:crushing",
ingredients: [
ingotType.toJson()
],
results: [
dustType.toJson()
],
});
// 4 ingots = 1 gear
event.custom({
type: "thermal:press",
@@ -111,6 +190,13 @@ ServerEvents.recipes(event => {
],
result: [plateType.toJson()]
});
event.custom({
type: "create:pressing",
ingredients: [
ingotType.toJson(),
],
results: [plateType.toJson()]
});
});}
// But only these metals can be processed without a machine
@@ -127,16 +213,16 @@ ServerEvents.recipes(event => {
'A': global.ingotItem(metal),
'B': '#forge:gems'
});
event.shapeless(plateID, [global.ingotItem(metal, 2), '#alltheores:ore_hammers']);
event.shapeless(dustID, [global.ingotItem(metal), '#alltheores:ore_hammers']);
event.shapeless(plateID, [global.ingotItem(metal, 2), '#alltheores:ore_hammers']).id(`kubejs:plate_crushing_${metal}_manual_only`);
event.shapeless(dustID, [global.ingotItem(metal), '#alltheores:ore_hammers']).id(`kubejs:ore_crushing_${metal}_manual_only`);
});}
// And only these ores can be hammered
// And only these ores can be hammered or crushed
{let _ = ['copper', 'iron', 'tin', 'nickel', 'zinc', 'lead', 'aluminum', 'gold'].forEach(ore => {
console.log(`Setting up ${ore} hammering...`);
let dustType = metalForm(ore, 'dusts', 'dust');
event.shapeless(dustType.withCount(2), [`#forge:raw_materials/${ore}`, '#alltheores:ore_hammers']);
event.shapeless(dustType.withCount(2 * 9), [`#forge:storage_blocks/raw_${ore}`, '#alltheores:ore_hammers']);
event.shapeless(dustType.withCount(2), [`#forge:raw_materials/${ore}`, '#alltheores:ore_hammers']).id(`kubejs:ore_crushing_2_${ore}_manual_only`);
event.shapeless(dustType.withCount(2 * 9), [`#forge:storage_blocks/raw_${ore}`, '#alltheores:ore_hammers']).id(`kubejs:ore_block_crushing_${ore}_manual_only`);
});}
// And only copper can be smelted without pulverizing
@@ -144,26 +230,56 @@ ServerEvents.recipes(event => {
console.log(`Setting up blends...`);
// These are the only blends you can make by hand, aka pre-smelter alloys
event.shapeless(Item.of(metalForm('bronze', 'dusts', 'dust').withCount(2)), [
// FIXME: Remove the hammer from the create mixer
event.shapeless(Item.of(metalForm('bronze', 'dusts', 'dust').withCount(4)), [
global.dustItem('tin', 2),
global.dustItem('copper', 2),
'#alltheores:ore_hammers'
]);
event.shapeless(Item.of(metalForm('brass', 'dusts', 'dust').withCount(2)), [
]).id('kubejs:bronze_mixing_manual_only');
event.custom({
type: "create:mixing",
ingredients: [
global.dustItem('tin', 2),
global.dustItem('copper', 2),
],
results: [global.dustItem('tin', 4)]
});
event.shapeless(Item.of(metalForm('brass', 'dusts', 'dust').withCount(4)), [
global.dustItem('copper', 3),
global.dustItem('zinc'),
global.dustItem('zinc', 1),
'#alltheores:ore_hammers'
]);
event.shapeless(Item.of(metalForm('invar', 'dusts', 'dust').withCount(2)), [
]).id(`kubejs:brass_mixing_manual_only`);
event.custom({
type: "create:mixing",
ingredients: [
global.dustItem('copper', 3),
global.dustItem('zinc', 1),
],
results: [global.dustItem('brass', 4)]
});
event.shapeless(Item.of(metalForm('invar', 'dusts', 'dust').withCount(4)), [
global.dustItem('iron', 2),
global.dustItem('nickel', 2),
'#alltheores:ore_hammers'
]);
]).id('kubejs:invar_mixing_manual_only');
event.custom({
type: "create:mixing",
ingredients: [
global.dustItem('iron', 2),
global.dustItem('nickel', 2),
],
results: [global.dustItem('invar', 4)]
});
// Constantan dust consumes your first build grist, and it unlocks the basic grist production line
event.shapeless(Item.of(metalForm('constantan', 'dusts', 'dust').withCount(4)),[
global.ingotItem('nickel', 2), global.ingotItem('copper', 2), '#kubejs:grist/build/basic', '#alltheores:ore_hammers'
]);
global.ingotItem('nickel', 2),
global.ingotItem('copper', 2),
'#kubejs:grist/build/basic',
'#alltheores:ore_hammers'
]).id('kubejs:constantan_dust_mixing_manual_only');
// Constantan is the only metal you can't work on the bench except for gears
event.shaped('thermal:constantan_gear', [
' A ',
@@ -196,7 +312,7 @@ ServerEvents.recipes(event => {
],
experience: 0.5
});
event.shapeless("2x thermal:lapis_dust", ["minecraft:lapis_lazuli", '#alltheores:ore_hammers']);
event.shapeless("2x thermal:lapis_dust", ["minecraft:lapis_lazuli", '#alltheores:ore_hammers']).id('kubejs:lapis_dust_crushing_manual_only');
// Create clay by centrifuging gravel and ash bricks
event.custom({
+3 -3
View File
@@ -1,13 +1,13 @@
name = "Apotheosis"
filename = "Apotheosis-1.20.1-7.4.7.jar"
filename = "Apotheosis-1.20.1-7.4.6.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "84f7151980fde2a3df74e1d121cc254bae8e6065"
hash = "ec24db8178753c473c30dbdf9dd871625ae50c50"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 6427226
file-id = 6147871
project-id = 313970
+3 -3
View File
@@ -1,13 +1,13 @@
name = "Ars Elemental"
filename = "ars_elemental-1.20.1-0.6.7.jar"
filename = "ars_elemental-1.20.1-0.6.7.8.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "2d3748fa7eec1cf5a5ee47753ce6abb809cbfe15"
hash = "fedd4064ac48108ce56f87f89478a2783c8f26bd"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5742727
file-id = 6390889
project-id = 561470
+3 -3
View File
@@ -1,13 +1,13 @@
name = "Athena"
filename = "athena-forge-1.20.1-3.1.0.jar"
filename = "athena-forge-1.20.1-3.1.2.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "1d0add63cbd0e985ec4e1715d5d7a4fba57e9a87"
hash = "2acee24454af859988a691f0506271a465f68f7b"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4718179
file-id = 5176879
project-id = 841890
+3 -3
View File
@@ -1,13 +1,13 @@
name = "Biomes O' Plenty"
filename = "BiomesOPlenty-1.20.1-18.0.0.598.jar"
filename = "BiomesOPlenty-forge-1.20.1-19.0.0.96.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "c10ccda2a31e7ea9dbcb1db9688ee3d66bee25c8"
hash = "957adcd274e7c64853c93293976ecdd388a3b7fe"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4764804
file-id = 6364065
project-id = 220318
+3 -3
View File
@@ -1,13 +1,13 @@
name = "Caupona"
filename = "caupona-1.20.1-0.4.11.jar"
filename = "caupona-1.20.1-0.4.13.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "2ef661aeed693109541fdd84ea7c874571a0f5ec"
hash = "694e0fa4f01c100b421a120bce42b82245dc6f8b"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 6177010
file-id = 6406685
project-id = 656147
+3 -3
View File
@@ -1,13 +1,13 @@
name = "Chalk"
filename = "chalk-1.20.1-1.6.4.jar"
filename = "chalk-1.20.1-1.6.5.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "22f996677b1525316ec35c3cabb9099788847b62"
hash = "e4dee75dfe5f8ca8ec21f89ff877d3564bd5c9df"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5275068
file-id = 5979807
project-id = 533748
+3 -3
View File
@@ -1,13 +1,13 @@
name = "Chat Heads"
filename = "chat_heads-0.13.17-forge-1.20.jar"
filename = "chat_heads-0.13.13-forge-1.20.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "f7c16bd0a456bf1d0d06ac9b39e6da55e219749d"
hash = "08be219d79d6b42551bc6ade3dd4e9297c46c3d1"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 6424995
file-id = 6171085
project-id = 407206
+3 -3
View File
@@ -1,13 +1,13 @@
name = "Chunky (Forge/NeoForge)"
filename = "Chunky-1.3.136.jar"
filename = "Chunky-1.3.146.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "6da1a5e6bc0a9796590854c1441ec37eea6e6648"
hash = "0b782d12b4ac3b03a94c28f32e9b2d5587d1dd50"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5109405
file-id = 5320028
project-id = 485681
+13
View File
@@ -0,0 +1,13 @@
name = "Controllable"
filename = "controllable-forge-1.20.1-0.21.7.jar"
side = "client"
[download]
hash-format = "sha1"
hash = "45bf6729d334de98a86e717e81475365607b4a6b"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 6171424
project-id = 317269
+3 -3
View File
@@ -1,13 +1,13 @@
name = "Corpse"
filename = "corpse-1.20.1-1.0.9.jar"
filename = "corpse-forge-1.20.1-1.0.20.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "9f04c3997653581e06037ccec6d79209d5c76c6c"
hash = "fc5cd03dd52f24467c879b44296ddc70b85398f4"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4913871
file-id = 6121243
project-id = 316582
+6 -6
View File
@@ -3,11 +3,11 @@ filename = "create-1.20.1-6.0.4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "1b57eab3600805d705bb64933bc0cb7836b41886"
mode = "metadata:curseforge"
url = "https://cdn.modrinth.com/data/LNytGWDc/versions/xoKzmnen/create-1.20.1-6.0.4.jar"
hash-format = "sha512"
hash = "9dc60349a07d3367977fc935a65053db63cdfab4fc244db06e97a62e9c9d1154c1b8b66d4083f5a4c4a1403716a06c3251cd8d0ddfccb5e9de7177c8c2c45d25"
[update]
[update.curseforge]
file-id = 6323270
project-id = 328085
[update.modrinth]
mod-id = "LNytGWDc"
version = "xoKzmnen"
+3 -3
View File
@@ -1,13 +1,13 @@
name = "Cristel Lib"
filename = "cristellib-1.1.5-forge.jar"
filename = "cristellib-1.1.6-forge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "8a43951083ea9096a91f81757004465f4afc7cab"
hash = "524ecf0f93f28be2f5db21d87dd81bdbc1a450e1"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4861833
file-id = 5869180
project-id = 856996
+3 -3
View File
@@ -1,13 +1,13 @@
name = "Curios API (Forge/NeoForge)"
filename = "curios-forge-5.14.1+1.20.1.jar"
filename = "curios-forge-5.14.0+1.20.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "452175b95ad3db6ff58bb8968f6bf7a9d1e0f480"
hash = "b6af8744c03676a291537bf9038cb3d3748eea31"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 6418456
file-id = 6406027
project-id = 309927
-13
View File
@@ -1,13 +0,0 @@
name = "Dot Coin Mod (Forge)"
filename = "dotcoinmod-forge-20.18.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "f9caa2839bada6ad0b6dd0d7b84eb0c1158e201b"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5575654
project-id = 458261
+3 -3
View File
@@ -1,13 +1,13 @@
name = "Sodium/Embeddium Dynamic Lights"
filename = "dynamiclightsreforged-1.20.1_v1.6.0.jar"
filename = "sodiumdynamiclights-forge-1.0.10-1.20.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "323498a94ba91e24417c0ae1bc34bb4b461c0a3a"
hash = "d27524e85bed0f0af83c03be46f9ca3eb02a1be9"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4731947
file-id = 6044481
project-id = 551736
+3 -3
View File
@@ -1,13 +1,13 @@
name = "Easy Villagers"
filename = "easy_villagers-1.20.1-1.0.17.jar"
filename = "easy-villagers-forge-1.20.1-1.1.27.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "16ea0fd7fdb5a465cc51d59a59411c1bb7ed79a7"
hash = "700bb80611c74331897f3574875ec5f5b41543bf"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4942245
file-id = 6410326
project-id = 400514
+3 -3
View File
@@ -1,13 +1,13 @@
name = "EMI"
filename = "emi-1.1.22+1.20.1+forge.jar"
filename = "emi-1.1.21+1.20.1+forge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "d8049d6ec86befcd100a0ff0fc8ebc289f735997"
hash = "a119b3c26b5661b2a697e3a2736eab0dc776cc10"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 6420945
file-id = 6362010
project-id = 580555
+3 -3
View File
@@ -1,13 +1,13 @@
name = "Every Compat (Wood Good)"
filename = "everycomp-1.20-2.7.26.jar"
filename = "everycomp-1.20-2.7.25.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "b8d22e09bab0746408b4373c6d75a443ff97dd41"
hash = "fe79faa8dab50f170cf2bab5a8cf90f3772a4844"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 6428229
file-id = 6386575
project-id = 628539
+3 -3
View File
@@ -1,13 +1,13 @@
name = "Exposure"
filename = "exposure-1.20.1-1.7.7-forge.jar"
filename = "exposure-1.20.1-1.7.10-forge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "eda99c8659c675f2b3a9362129a061c4c11f7b2f"
hash = "a8595144c369937987152ba3661f04c821443c4d"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5751145
file-id = 6304406
project-id = 871755
+3 -3
View File
@@ -1,13 +1,13 @@
name = "Friends&Foes (Forge/NeoForge)"
filename = "friendsandfoes-forge-mc1.20.1-2.0.10.jar"
filename = "friendsandfoes-forge-mc1.20.1-3.0.9.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "7525c31e258152a9d7dd346c14882954950ae4b8"
hash = "f8c84d824c433e7e6e9f44ae6d4885925a08087f"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5184455
file-id = 6354624
project-id = 602059
+3 -3
View File
@@ -1,13 +1,13 @@
name = "FTB Chunks (Forge)"
filename = "ftb-chunks-forge-2001.3.6.jar"
filename = "ftb-chunks-forge-2001.3.5.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "7fde7917655a3356cab92f17ad2bca34962c4928"
hash = "9bdd61b79dde43a063f9807e1c3437bd8077843a"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 6431735
file-id = 6160246
project-id = 314906
+3 -3
View File
@@ -1,13 +1,13 @@
name = "FTB Quests (Forge)"
filename = "ftb-quests-forge-2001.4.13.jar"
filename = "ftb-quests-forge-2001.4.12.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "ad087e2dc897c7e2eea36901a05da9518bc0673f"
hash = "71777d98779e8a5fef390b0ac50fccec956931cf"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 6431737
file-id = 6259628
project-id = 289412
+3 -3
View File
@@ -1,13 +1,13 @@
name = "Fusion (Connected Textures)"
filename = "fusion-1.1.1-forge-mc1.20.1.jar"
filename = "fusion-1.2.7-forge-mc1.20.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "d45b7aa1be6d65a6c8c1d0b8fb7da07f1ea56c2f"
hash = "00b22928e753e32fed22f652e8253cb69a535209"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5129294
file-id = 6417060
project-id = 854949
+3 -3
View File
@@ -1,13 +1,13 @@
name = "GeckoLib"
filename = "geckolib-forge-1.20.1-4.7.jar"
filename = "geckolib-forge-1.20.1-4.7.1.2.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "698d4374fb062edf68b93e05f3bf3b5873cdd260"
hash = "c2b5d7ccf77f505996701ba477741d7e5cd034e1"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 6027567
file-id = 6333474
project-id = 388172
+3 -3
View File
@@ -1,13 +1,13 @@
name = "ImmediatelyFast"
filename = "ImmediatelyFast-NeoForge-1.2.15+1.20.4.jar"
filename = "ImmediatelyFast-Forge-1.5.0+1.20.4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "bd44c1fd07c24be6e7643b88fb08e809c9ed75a6"
hash = "653fb9d1ce673b9987b18dfc0a9db4b9cb48d1de"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5356030
file-id = 6312293
project-id = 686911
+3 -3
View File
@@ -1,13 +1,13 @@
name = "InsaneLib"
filename = "InsaneLib-1.18.1-mc1.20.1.jar"
filename = "insanelib-1.19.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "042848b3e57959f2216b81d8fb0332c40a9a42dd"
hash = "c776cb740fcd010618bb76c639512f0097eec3f7"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 6192649
file-id = 6362613
project-id = 465109
+3 -3
View File
@@ -1,13 +1,13 @@
name = "Item Filters"
filename = "item-filters-forge-2001.1.0-build.55.jar"
filename = "item-filters-forge-2001.1.0-build.59.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "b2ba276e3904c29667992a76378d5cdceeb9e86a"
hash = "55a7f032c59489eca96069a7841601de2ff97590"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4728209
file-id = 4838266
project-id = 309674
+3 -3
View File
@@ -1,13 +1,13 @@
name = "JourneyMap"
filename = "journeymap-1.20.1-5.9.18-neoforge.jar"
filename = "journeymap-1.20.1-5.10.3-forge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "67e67dde4cfa1288fa9d1c77a788c85b6fb0ef29"
hash = "d0bbe7c23049892b154b6417904dd027fb53a37a"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4873863
file-id = 5789363
project-id = 32274
+2 -2
View File
@@ -4,10 +4,10 @@ side = "both"
[download]
hash-format = "sha1"
hash = "4f9ea0636f208d3f7ab5b8fe609a943889d32d75"
hash = "e54620c7e9879768d947827325f1e133b75c283d"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4862554
file-id = 4920407
project-id = 833926
+6 -6
View File
@@ -3,11 +3,11 @@ filename = "kubejs-create-forge-2001.3.0-build.8.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "cbeb6643d1cea979a7e01c87cfb08b9210a1c393"
mode = "metadata:curseforge"
url = "https://cdn.modrinth.com/data/T38eAZQC/versions/5vppyenb/kubejs-create-forge-2001.3.0-build.8.jar"
hash-format = "sha512"
hash = "1c6fa2b3dc52683bdf124ebfc507ad5adb5f1ceb147181466be4e495bc6eab1411976911477df538369ff2529607cb73bf3b4a05a8ed2f24804f4891d7635981"
[update]
[update.curseforge]
file-id = 6265498
project-id = 429371
[update.modrinth]
mod-id = "T38eAZQC"
version = "5vppyenb"
+7 -7
View File
@@ -1,13 +1,13 @@
name = "KubeJS"
filename = "kubejs-forge-2001.6.5-build.14.jar"
filename = "kubejs-forge-2001.6.5-build.16.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "3a40e639a6b7576deeb1f9e5379beaba85c15280"
mode = "metadata:curseforge"
url = "https://cdn.modrinth.com/data/umyGl7zF/versions/g5igndAv/kubejs-forge-2001.6.5-build.16.jar"
hash-format = "sha512"
hash = "819f730d2a9d980bb246d30d67793f06f6a1608381c7ce3577cf25e70dd3d595271f8fcfbf3ae037168842f660e79e49846756bd18c79793b310ff18ab826cbd"
[update]
[update.curseforge]
file-id = 5454840
project-id = 238086
[update.modrinth]
mod-id = "umyGl7zF"
version = "g5igndAv"
+3 -3
View File
@@ -1,13 +1,13 @@
name = "Lootr (Forge & NeoForge)"
filename = "lootr-forge-1.20-0.7.35.90.jar"
filename = "lootr-forge-1.20-0.7.35.91.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "919a1e75d8fac3081743c9dcbe6679a28c867ec9"
hash = "4175b32e3bc25b05c45cc84f70b585279a871d3c"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5976109
file-id = 6330326
project-id = 361276

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