this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add chipped

Falxie_ eeeda426 0fdfe0bc

+29 -3
+1
config/jei/ingredient-list-mod-sort-order.ini
··· 56 56 FramedBlocks 57 57 Spice of Life: Carrot Edition 58 58 Boatload 59 + Chipped
+7
config/jei/recipe-category-sort-order.ini
··· 60 60 tconstruct:part_builder 61 61 tconstruct:severing 62 62 brewinandchewin:fermenting 63 + chipped:alchemy_bench 64 + chipped:botanist_workbench 65 + chipped:carpenters_table 66 + chipped:glassblower 67 + chipped:loom_table 68 + chipped:mason_table 69 + chipped:mechanist_workbench
+7 -2
index.toml
··· 1246 1246 1247 1247 [[files]] 1248 1248 file = "config/jei/ingredient-list-mod-sort-order.ini" 1249 - hash = "946c2fc9e2e16785b898832f870ce8a9b5feabeb90e0d44ff0293317b3d5ec08" 1249 + hash = "90045fdf6cd0d016839565f143202d65e40de3d992caad57427b7baeff0eade4" 1250 1250 1251 1251 [[files]] 1252 1252 file = "config/jei/ingredient-list-type-sort-order.ini" ··· 1254 1254 1255 1255 [[files]] 1256 1256 file = "config/jei/recipe-category-sort-order.ini" 1257 - hash = "2ad15875c301e6eb65bf7d00167261777295544f6d71bd80a33f358371d76028" 1257 + hash = "d8e8547213dce5a11e1f6ff97a279d5828fdeffe2a93d0582ac5690e752da84d" 1258 1258 1259 1259 [[files]] 1260 1260 file = "config/jeiintegration-client.toml" ··· 1740 1740 [[files]] 1741 1741 file = "mods/chimes.pw.toml" 1742 1742 hash = "4e253e12a9b2702b8708228b9f617fa49510939dfa8ce90d30033573543ec351" 1743 + metafile = true 1744 + 1745 + [[files]] 1746 + file = "mods/chipped.pw.toml" 1747 + hash = "7aafdfb2c9dc012eb279b1beae1628ecf969056b8c3939bd39c34ff35acfee44" 1743 1748 metafile = true 1744 1749 1745 1750 [[files]]
+13
mods/chipped.pw.toml
··· 1 + name = "Chipped" 2 + filename = "chipped-1.18.2-1.2.1-forge.jar" 3 + side = "both" 4 + 5 + [download] 6 + hash-format = "sha1" 7 + hash = "38401b09901a3f0555e79fb7897471d026fb8d64" 8 + mode = "metadata:curseforge" 9 + 10 + [update] 11 + [update.curseforge] 12 + file-id = 3748664 13 + project-id = 456956
+1 -1
pack.toml
··· 6 6 [index] 7 7 file = "index.toml" 8 8 hash-format = "sha256" 9 - hash = "30ccd70faafd0ce372769dcb77e4eefc15dc7f88ee27feda22ca81205bed9d13" 9 + hash = "ff0ea9d9a6ad11e6973261b4f19ee00c00cacde8c9f8a043f725e3ef6dd4c223" 10 10 11 11 [versions] 12 12 forge = "40.1.80"