EMI, AE2 Crafting trees, and updates (#82)
* Added EMI and Ae2 Crafting Trees It seems EMI has a issue with category sorting right now? Will look into it more when emi responds to me, as well as I believe the order is currently reversed. * I guess uncenter the search bar so it's more like JEI which players are used to * Updated all mods ExtendedAE has some new blocks that should probably be gregified, I am not exactly the recipe guy however
This commit is contained in:
485
config/emi.css
Normal file
485
config/emi.css
Normal file
@@ -0,0 +1,485 @@
|
|||||||
|
/** EMI Config */
|
||||||
|
|
||||||
|
#general {
|
||||||
|
/**
|
||||||
|
* Whether EMI is enabled and visible.
|
||||||
|
*/
|
||||||
|
enabled: true;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether cheating in items is enabled.
|
||||||
|
*/
|
||||||
|
cheat-mode: false;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* How much EMI should use tooltips and popups to show controls and information.
|
||||||
|
*/
|
||||||
|
help-level: normal;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Where EMI should pull stacks from to populate the index.
|
||||||
|
*/
|
||||||
|
index-source: creative;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether normal search queries should include the tooltip.
|
||||||
|
*/
|
||||||
|
search-tooltip-by-default: true;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether normal search queries should include the mod name.
|
||||||
|
*/
|
||||||
|
search-mod-name-by-default: false;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether normal search queries should include the stack's tags.
|
||||||
|
*/
|
||||||
|
search-tags-by-default: false;
|
||||||
|
}
|
||||||
|
|
||||||
|
#ui {
|
||||||
|
/**
|
||||||
|
* Which action should be performed when clicking the recipe book.
|
||||||
|
*/
|
||||||
|
recipe-book-action: toggle-craftables;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Where to display status effects in the inventory.
|
||||||
|
*/
|
||||||
|
effect-location: top;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether to display a gray overlay when hovering over a stack.
|
||||||
|
*/
|
||||||
|
show-hover-overlay: true;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether to add mod name to tooltips
|
||||||
|
*/
|
||||||
|
append-mod-id: true;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether to add mod name to item tooltips, in case another mod provides behavior
|
||||||
|
*/
|
||||||
|
append-item-mod-id: true;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Prevents recipes being quick crafted from shifting around under the cursor.
|
||||||
|
*/
|
||||||
|
miscraft-prevention: true;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The unit to display fluids as.
|
||||||
|
*/
|
||||||
|
fluid-unit: millibuckets;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether to use the batched render system. Batching is faster, but may have
|
||||||
|
* incompatibilities with shaders or other mods.
|
||||||
|
*/
|
||||||
|
use-batched-renderer: true;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether to have the search bar in the center of the screen, instead of to the
|
||||||
|
* side.
|
||||||
|
*/
|
||||||
|
center-search-bar: false;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Which sidebar type to switch to when searching.
|
||||||
|
*/
|
||||||
|
search-sidebar-focus: index;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Which sidebar type to focus when the search is empty.
|
||||||
|
*/
|
||||||
|
empty-search-sidebar-focus: none;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether the EMI config button should be visible.
|
||||||
|
*/
|
||||||
|
emi-config-button-visibility: shown;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether the recipe tree button should be visible.
|
||||||
|
*/
|
||||||
|
recipe-tree-button-visibility: auto;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The maximum height the recipe screen will grow to be if space is available in
|
||||||
|
* pixels.
|
||||||
|
*/
|
||||||
|
maximum-recipe-screen-height: 256;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The minimum width of the recipe screen in pixels. Controls how many tabs there
|
||||||
|
* can be, and where the page switching buttons go. The default is 176, the width
|
||||||
|
* of most screens.
|
||||||
|
*/
|
||||||
|
minimum-recipe-screen-width: 176;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The amount of vertical margin to give in the recipe screen.
|
||||||
|
*/
|
||||||
|
vertical-margin: 20;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Where to show workstations in the recipe screen
|
||||||
|
*/
|
||||||
|
workstation-location: bottom;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Display cost per batch when hovering a recipe output
|
||||||
|
*/
|
||||||
|
show-cost-per-batch: true;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether recipes should have a button to set as default.
|
||||||
|
*/
|
||||||
|
recipe-default-button: true;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether recipes should have a button to show the recipe tree.
|
||||||
|
*/
|
||||||
|
recipe-tree-button: true;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether recipes should have a button to fill the ingredients in a handler.
|
||||||
|
*/
|
||||||
|
recipe-fill-button: true;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether recipes should have a button to take a screenshot of the recipe.
|
||||||
|
*/
|
||||||
|
recipe-screenshot-button: false;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The GUI scale at which recipe screenshots are saved. Use 0 to use the current
|
||||||
|
* GUI scale.
|
||||||
|
*/
|
||||||
|
recipe-screenshot-scale: 0;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The pages in the left sidebar
|
||||||
|
*/
|
||||||
|
left-sidebar-pages: favorites;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The subpanels in the left sidebar
|
||||||
|
*/
|
||||||
|
left-sidebar-subpanels: none;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* How many columns and rows of ingredients to limit the left sidebar to
|
||||||
|
*/
|
||||||
|
left-sidebar-size: 12, 100;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* How much space to maintain between the left sidebar and obstructions, in pixels
|
||||||
|
*/
|
||||||
|
left-sidebar-margins: 2, 2, 2, 2;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Where to position the left sidebar
|
||||||
|
*/
|
||||||
|
left-sidebar-align: left, top;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether to render the header buttons and page count for the left sidebar
|
||||||
|
*/
|
||||||
|
left-sidebar-header: visible;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Which theme to use for the left sidebar
|
||||||
|
*/
|
||||||
|
left-sidebar-theme: transparent;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The pages in the right sidebar
|
||||||
|
*/
|
||||||
|
right-sidebar-pages: index, craftables;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The subpanels in the right sidebar
|
||||||
|
*/
|
||||||
|
right-sidebar-subpanels: lookup-history 3;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* How many columns and rows of ingredients to limit the right sidebar to
|
||||||
|
*/
|
||||||
|
right-sidebar-size: 12, 100;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* How much space to maintain between the right sidebar and obstructions, in pixels
|
||||||
|
*/
|
||||||
|
right-sidebar-margins: 2, 2, 2, 2;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Where to position the right sidebar
|
||||||
|
*/
|
||||||
|
right-sidebar-align: right, top;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether to render the header buttons and page count for the right sidebar
|
||||||
|
*/
|
||||||
|
right-sidebar-header: visible;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Which theme to use for the right sidebar
|
||||||
|
*/
|
||||||
|
right-sidebar-theme: transparent;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The pages in the top sidebar
|
||||||
|
*/
|
||||||
|
top-sidebar-pages: none;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The subpanels in the top sidebar
|
||||||
|
*/
|
||||||
|
top-sidebar-subpanels: none;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* How many columns and rows of ingredients to limit the top sidebar to
|
||||||
|
*/
|
||||||
|
top-sidebar-size: 9, 9;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* How much space to maintain between the top sidebar and obstructions, in pixels
|
||||||
|
*/
|
||||||
|
top-sidebar-margins: 2, 2, 2, 2;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Where to position the top sidebar
|
||||||
|
*/
|
||||||
|
top-sidebar-align: center, center;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether to render the header buttons and page count for the top sidebar
|
||||||
|
*/
|
||||||
|
top-sidebar-header: visible;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Which theme to use for the top sidebar
|
||||||
|
*/
|
||||||
|
top-sidebar-theme: transparent;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The pages in the bottom sidebar
|
||||||
|
*/
|
||||||
|
bottom-sidebar-pages: none;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The subpanels in the bottom sidebar
|
||||||
|
*/
|
||||||
|
bottom-sidebar-subpanels: none;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* How many columns and rows of ingredients to limit the bottom sidebar to
|
||||||
|
*/
|
||||||
|
bottom-sidebar-size: 9, 9;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* How much space to maintain between the bottom sidebar and obstructions, in
|
||||||
|
* pixels
|
||||||
|
*/
|
||||||
|
bottom-sidebar-margins: 2, 2, 2, 2;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Where to position the bottom sidebar
|
||||||
|
*/
|
||||||
|
bottom-sidebar-align: center, center;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether to render the header buttons and page count for the bottom sidebar
|
||||||
|
*/
|
||||||
|
bottom-sidebar-header: visible;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Which theme to use for the bottom sidebar
|
||||||
|
*/
|
||||||
|
bottom-sidebar-theme: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
#binds {
|
||||||
|
/**
|
||||||
|
* Toggle the visibility of EMI.
|
||||||
|
*/
|
||||||
|
toggle-visibility: "ctrl key.keyboard.o";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Focuses the search bar.
|
||||||
|
*/
|
||||||
|
focus-search: "ctrl key.keyboard.f";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Clears the search bar.
|
||||||
|
*/
|
||||||
|
clear-search: "key.keyboard.unknown";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Display the recipes for creating a stack.
|
||||||
|
*/
|
||||||
|
view-recipes: "key.keyboard.r";
|
||||||
|
view-recipes: "key.mouse.left";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Display the recipes that can be created using a stack.
|
||||||
|
*/
|
||||||
|
view-uses: "key.keyboard.u";
|
||||||
|
view-uses: "key.mouse.right";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Favorite the item to display on the side of the screen opposite of recipies for
|
||||||
|
* quick access.
|
||||||
|
*/
|
||||||
|
favorite: "key.keyboard.a";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the default recipe for a given stack in the output of a recipe to that
|
||||||
|
* recipe.
|
||||||
|
*/
|
||||||
|
default-stack: "ctrl key.mouse.left";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Display the recipe tree for a given stack.
|
||||||
|
*/
|
||||||
|
view-stack-tree: "key.keyboard.unknown";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Display the recipe tree.
|
||||||
|
*/
|
||||||
|
view-tree: "key.keyboard.unknown";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return to the previous page in EMI.
|
||||||
|
*/
|
||||||
|
back: "key.keyboard.backspace";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return to the next page in EMI after going back.
|
||||||
|
*/
|
||||||
|
forward: "key.keyboard.unknown";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* When on a stack with an associated recipe:
|
||||||
|
* Move ingredients for a single result.
|
||||||
|
*/
|
||||||
|
craft-one: "key.mouse.left";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* When on a stack with an associated recipe:
|
||||||
|
* Move ingredients for as many results as possible.
|
||||||
|
*/
|
||||||
|
craft-all: "shift key.mouse.left";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* When on a stack with an associated recipe:
|
||||||
|
* Move ingredients for a single result and put in inventory if possible.
|
||||||
|
*/
|
||||||
|
craft-one-to-inventory: "key.keyboard.unknown";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* When on a stack with an associated recipe:
|
||||||
|
* Move ingredients for as many results as possible and put in inventory if
|
||||||
|
* possible.
|
||||||
|
*/
|
||||||
|
craft-all-to-inventory: "key.keyboard.unknown";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* When on a stack with an associated recipe:
|
||||||
|
* Move ingredients for a single result and put in cursor if possible.
|
||||||
|
*/
|
||||||
|
craft-one-to-cursor: "ctrl key.mouse.left";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Display the recipe that will be used to craft on a stack with no recipe context.
|
||||||
|
*/
|
||||||
|
show-craft: "key.keyboard.left.shift";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Cheat in one of an item into the inventory.
|
||||||
|
*/
|
||||||
|
cheat-one-to-inventory: "ctrl key.mouse.right";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Cheat in a stack of an item into the inventory.
|
||||||
|
*/
|
||||||
|
cheat-stack-to-inventory: "ctrl key.mouse.left";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Cheat in one of an item into the cursor.
|
||||||
|
*/
|
||||||
|
cheat-one-to-cursor: "ctrl key.mouse.middle";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Cheat in a stack of an item into the cursor.
|
||||||
|
*/
|
||||||
|
cheat-stack-to-cursor: "key.keyboard.unknown";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Delete the stack in the cursor when hovering the index
|
||||||
|
*/
|
||||||
|
delete-cursor-stack: "key.mouse.left";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Copies the hovered recipe's ID to the clipboard
|
||||||
|
*/
|
||||||
|
copy-recipe-id: "key.keyboard.unknown";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* In edit mode, hide the hovered stack
|
||||||
|
*/
|
||||||
|
hide-stack: "ctrl key.mouse.left";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* In edit mode, hide stacks with the hovered stack's id
|
||||||
|
*/
|
||||||
|
hide-stack-by-id: "ctrl shift key.mouse.left";
|
||||||
|
}
|
||||||
|
|
||||||
|
#dev {
|
||||||
|
/**
|
||||||
|
* Whether development functions should be enabled. Not recommended for general
|
||||||
|
* play.
|
||||||
|
*/
|
||||||
|
dev-mode: false;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether editing the index is enabled
|
||||||
|
*/
|
||||||
|
edit-mode: false;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether to log untranslated tags as warnings.
|
||||||
|
*/
|
||||||
|
log-untranslated-tags: false;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether to log ingredients that don't have a representative tag as warnings.
|
||||||
|
*/
|
||||||
|
log-non-tag-ingredients: false;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether hovering the output of a recipe should show the recipe's EMI ID.
|
||||||
|
*/
|
||||||
|
show-recipe-ids: false;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether to display additional widgets added to recipes from other mods.
|
||||||
|
* These are typically developer facing and compatibility related, and not useful
|
||||||
|
* for players.
|
||||||
|
*/
|
||||||
|
show-recipe-decorators: false;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether stacks in the index should display a highlight if they have a recipe
|
||||||
|
* default.
|
||||||
|
*/
|
||||||
|
highlight-defaulted: false;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether to display exclusion areas
|
||||||
|
*/
|
||||||
|
highlight-exclusion-areas: false;
|
||||||
|
}
|
||||||
50
index.toml
50
index.toml
@@ -64,6 +64,10 @@ hash = "30b404e7b7dd5bca82b5452fe5cfe55e160fb7b1740bab94ba85018141746c0a"
|
|||||||
file = "config/defaultoptions/options.txt"
|
file = "config/defaultoptions/options.txt"
|
||||||
hash = "7fbf1a7a900a7294102ce0bb406470084d0054d57df53440de3607135fb6ccba"
|
hash = "7fbf1a7a900a7294102ce0bb406470084d0054d57df53440de3607135fb6ccba"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/emi.css"
|
||||||
|
hash = "dba3e615aa3ff50e5f774b215586ce67de03fc4264cc7ad1e59fc5e7359a4357"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/expatternprovider-common.toml"
|
file = "config/expatternprovider-common.toml"
|
||||||
hash = "14ef0bbe6e5eeb3be38eb0cc02dcf7390343df816df23d01e032311298911464"
|
hash = "14ef0bbe6e5eeb3be38eb0cc02dcf7390343df816df23d01e032311298911464"
|
||||||
@@ -420,6 +424,10 @@ hash = "9e5046ac0b9f6d27945b689657835bff24310aec7b11f7461c972b514d0e0658"
|
|||||||
file = "defaultconfigs/sophisticatedbackpacks-server.toml"
|
file = "defaultconfigs/sophisticatedbackpacks-server.toml"
|
||||||
hash = "16064257078b72734d0d52c8c85333f06d9f017bbaf6646c366f3803a510962d"
|
hash = "16064257078b72734d0d52c8c85333f06d9f017bbaf6646c366f3803a510962d"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "kubejs/assets/emi/category/properties/categories.json"
|
||||||
|
hash = "1fec36a6d21f1141d244bb229e94879a34c648b49deb0d6458cb77f64078dc2b"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "kubejs/assets/ftbquests/textures/items/recipestudy/clay_overview.png"
|
file = "kubejs/assets/ftbquests/textures/items/recipestudy/clay_overview.png"
|
||||||
hash = "f81e174e6dc95332d5434480210b0a4f6e9d08f8cdc89928317653fd00225d2d"
|
hash = "f81e174e6dc95332d5434480210b0a4f6e9d08f8cdc89928317653fd00225d2d"
|
||||||
@@ -680,6 +688,11 @@ hash = "b611e4931649648378da167b2cd2c4574614d4efec579959e2d1c87e995f04af"
|
|||||||
file = "kubejs/startup_scripts/recipes/greenhouse.js"
|
file = "kubejs/startup_scripts/recipes/greenhouse.js"
|
||||||
hash = "e3fa23749515ff0720ceff36d06d1c36872b41eb41b62b2d0098ea9d47603add"
|
hash = "e3fa23749515ff0720ceff36d06d1c36872b41eb41b62b2d0098ea9d47603add"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/ae2-crafting-tree.pw.toml"
|
||||||
|
hash = "5db5ab663f1ee8a2f1858c58832e217edf7168c1f8cd6c2c217470fe9941091c"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/alternate-current.pw.toml"
|
file = "mods/alternate-current.pw.toml"
|
||||||
hash = "8afcc0605156507e57a87872fefa808f5753a11163f80193674b5e5e06b42759"
|
hash = "8afcc0605156507e57a87872fefa808f5753a11163f80193674b5e5e06b42759"
|
||||||
@@ -777,7 +790,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/curios.pw.toml"
|
file = "mods/curios.pw.toml"
|
||||||
hash = "d41c8557243ddcda7d0193ac905d4209ebc4753273b967e6c31ec6874dc0a58c"
|
hash = "750841548ae0990fca6a11691760b394623d3316bc1eaad47ad7ee0ec5a906c9"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -790,6 +803,11 @@ file = "mods/embeddium.pw.toml"
|
|||||||
hash = "a1575677daaaf6ea6dac12e5a10073e34025e5ca2c35b6d36ad4a5a0edbc0e82"
|
hash = "a1575677daaaf6ea6dac12e5a10073e34025e5ca2c35b6d36ad4a5a0edbc0e82"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/emi.pw.toml"
|
||||||
|
hash = "e0fd93d60706a63505e69867fe9a56f2b63b5b7cec7819636efe030a6395159f"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/ender-storage-1-8.pw.toml"
|
file = "mods/ender-storage-1-8.pw.toml"
|
||||||
hash = "638f7c447dbe7dc2e85e4bf89d70fb41632db940a57de498094f2be57fa6c18d"
|
hash = "638f7c447dbe7dc2e85e4bf89d70fb41632db940a57de498094f2be57fa6c18d"
|
||||||
@@ -797,7 +815,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/ex-pattern-provider.pw.toml"
|
file = "mods/ex-pattern-provider.pw.toml"
|
||||||
hash = "26f18c40fc72ce1261ad494b47f2351c87bc50136a1b8b1baec41242c6c92959"
|
hash = "7d4ade96e0688b675076c5cce2068e96e9f374b2e7d9fac2529898f57d22c4d5"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -842,7 +860,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/ftb-chunks-forge.pw.toml"
|
file = "mods/ftb-chunks-forge.pw.toml"
|
||||||
hash = "3e6cd0338e376c0b84fbdbc7fed1b97637782087721c694a0bd6092694331c51"
|
hash = "838c8a4cb5e09af28689e7eeb9b729d8aeda4014f40694fa5e9a1d715449f597"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -852,12 +870,12 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/ftb-library-forge.pw.toml"
|
file = "mods/ftb-library-forge.pw.toml"
|
||||||
hash = "a4a0adb85269712ade2399503b6365b87847cac8f34f674c535564bda184bcce"
|
hash = "e7a40fe1098ebe6927703ba59660eec7b90777cd00cfe9baa8fe48e0a888e2b8"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/ftb-quests-forge.pw.toml"
|
file = "mods/ftb-quests-forge.pw.toml"
|
||||||
hash = "800421ac8a23d1a441a1af31747a5742b370e2a2ccbeaf9e498c7b6fc66cbb6e"
|
hash = "f40a0b281164f4d406e19ff256d88e1a96f9c380f47699ad6cea30926699dc5a"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -887,7 +905,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/iceberg.pw.toml"
|
file = "mods/iceberg.pw.toml"
|
||||||
hash = "ad39b6fb2bc55933c421297e8ecf931d82dcb056a5513ba3f3b407fdeaef7b02"
|
hash = "5851bef35e786bfcdb837dfc380c4bd22c857434b2997235a551b3a0cf72d158"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -907,7 +925,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/jade.pw.toml"
|
file = "mods/jade.pw.toml"
|
||||||
hash = "82a4731b5389478bf8e775ba898012644a2a4c02982424a78241a38ec1c58911"
|
hash = "de3310ed1f65e3efa94a7112501307d6439822c7b080c472363e4a3b7eb2e94c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -917,7 +935,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/jei.pw.toml"
|
file = "mods/jei.pw.toml"
|
||||||
hash = "0968cf761fc4608f1d756da1b693314f23148dd8d9a4b8d1c1d046ed7d8f6f39"
|
hash = "60813bd83b6042f9c218e718a990e81757681f19d6a4b9b3860f529c8b651960"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -927,7 +945,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/kubejs.pw.toml"
|
file = "mods/kubejs.pw.toml"
|
||||||
hash = "07efd4cf1c3424849a3b79a7213a3655ebdada80fd901dba0cdcae11d1bbb6af"
|
hash = "873d23ad2ce05e3e92a05e011f3f9a375a745a4ca6ed4c9fffb0518fc8255bf7"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -952,12 +970,12 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/modern-ae2-additions.pw.toml"
|
file = "mods/modern-ae2-additions.pw.toml"
|
||||||
hash = "7864f0dda9fa1ca7b0c22ab276ff18a3c1434ae369e5e9b0cf797cc085138bda"
|
hash = "f865b45e10b01b334cd5a358b8eeb3827fb05b8d32607547e510dfe7760624dd"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/modernfix.pw.toml"
|
file = "mods/modernfix.pw.toml"
|
||||||
hash = "f03861f83a9f0c69606d5e355b9a342838a04d255873cf0751c676dd50ec6e8e"
|
hash = "a2aa83a2702bf9d02a5b6f48ccabb1cbce2708c7e9de40e75a06b673494d8f46"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -1012,17 +1030,17 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/sophisticated-backpacks.pw.toml"
|
file = "mods/sophisticated-backpacks.pw.toml"
|
||||||
hash = "4d0b892ca8d67cb233f3d3be816553da4ecfa820519a1c55ce5efa9061fcf662"
|
hash = "1de243a6e4dec10176f442122666952e0ecb69ee23218503b19d1516be7084c2"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/sophisticated-core.pw.toml"
|
file = "mods/sophisticated-core.pw.toml"
|
||||||
hash = "55cab45f4fc9ef0b382ac8ee1f7680ae1bd42832e47ae4b4cf56ce6bec7a96fe"
|
hash = "595623491c3ce806497c0a4d202a3ff2aba201d1990e5a2552cb9a8183eedc29"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/storage-drawers.pw.toml"
|
file = "mods/storage-drawers.pw.toml"
|
||||||
hash = "3df022d3b507b334ddfcd39fd9db23b1405d5e7be964f92528c29fc7cc79828f"
|
hash = "c99ce51e9f4d59caacb36295e3708b2255ce973d99227d8dbc0348cc82f9da67"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -1037,7 +1055,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/torchmaster.pw.toml"
|
file = "mods/torchmaster.pw.toml"
|
||||||
hash = "cfd9a2802e5471ffd9e2555286ba95fddc4fa75184bf59084bd2e1cb88b14b3c"
|
hash = "51e82d9320effbd610ccfe4571c048c7d0f9c98362b9884faabfaa6f63aa9737"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@@ -1052,7 +1070,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/xaeros-minimap.pw.toml"
|
file = "mods/xaeros-minimap.pw.toml"
|
||||||
hash = "2d8caf83668f6d80ddac661636b44f9bcb74cb0e7ca18d62937172e0769ebc2f"
|
hash = "fc87d67d950a471f25000ca5a5c0cc80eee30d6ab79e3a998bc7ac8a862ab3b7"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
|||||||
165
kubejs/assets/emi/category/properties/categories.json
Normal file
165
kubejs/assets/emi/category/properties/categories.json
Normal file
@@ -0,0 +1,165 @@
|
|||||||
|
{
|
||||||
|
"minecraft:crafting": {
|
||||||
|
"order": 53
|
||||||
|
},
|
||||||
|
"minecraft:anvil": {
|
||||||
|
"order": 52
|
||||||
|
},
|
||||||
|
"minecraft:blasting": {
|
||||||
|
"order": 51
|
||||||
|
},
|
||||||
|
"minecraft:brewing": {
|
||||||
|
"order": 50
|
||||||
|
},
|
||||||
|
"minecraft:campfire": {
|
||||||
|
"order": 49
|
||||||
|
},
|
||||||
|
"minecraft:compostable": {
|
||||||
|
"order": 48
|
||||||
|
},
|
||||||
|
"minecraft:fuel": {
|
||||||
|
"order": 47
|
||||||
|
},
|
||||||
|
"minecraft:furnace": {
|
||||||
|
"order": 46
|
||||||
|
},
|
||||||
|
"minecraft:smithing": {
|
||||||
|
"order": 45
|
||||||
|
},
|
||||||
|
"minecraft:smoking": {
|
||||||
|
"order": 44
|
||||||
|
},
|
||||||
|
"minecraft:stonecutting": {
|
||||||
|
"order": 43
|
||||||
|
},
|
||||||
|
"ae2:attunement": {
|
||||||
|
"order": 42
|
||||||
|
},
|
||||||
|
"ae2:certus_growth": {
|
||||||
|
"order": 41
|
||||||
|
},
|
||||||
|
"ae2:charger": {
|
||||||
|
"order": 40
|
||||||
|
},
|
||||||
|
"ae2:condenser": {
|
||||||
|
"order": 39
|
||||||
|
},
|
||||||
|
"ae2:entropy": {
|
||||||
|
"order": 38
|
||||||
|
},
|
||||||
|
"ae2:inscriber": {
|
||||||
|
"order": 37
|
||||||
|
},
|
||||||
|
"ae2:item_transformation": {
|
||||||
|
"order": 36
|
||||||
|
},
|
||||||
|
"framedblocks:framing_saw": {
|
||||||
|
"order": 35
|
||||||
|
},
|
||||||
|
"ftbquests:loot_crate": {
|
||||||
|
"order": 34
|
||||||
|
},
|
||||||
|
"ftbquests:quest": {
|
||||||
|
"order": 33
|
||||||
|
},
|
||||||
|
"gtceu:alloy_blast_smelter": {
|
||||||
|
"order": 32
|
||||||
|
},
|
||||||
|
"gtceu:alloy_smelter": {
|
||||||
|
"order": 31
|
||||||
|
},
|
||||||
|
"gtceu:arc_furnace": {
|
||||||
|
"order": 30
|
||||||
|
},
|
||||||
|
"gtceu:assembler": {
|
||||||
|
"order": 29
|
||||||
|
},
|
||||||
|
"gtceu:assembly_line": {
|
||||||
|
"order": 28
|
||||||
|
},
|
||||||
|
"gtceu:autoclave": {
|
||||||
|
"order": 27
|
||||||
|
},
|
||||||
|
"gtceu:bedrock_fluid_diagram": {
|
||||||
|
"order": 26
|
||||||
|
},
|
||||||
|
"gtceu:bender": {
|
||||||
|
"order": 25
|
||||||
|
},
|
||||||
|
"gtceu:brewery": {
|
||||||
|
"order": 24
|
||||||
|
},
|
||||||
|
"gtceu:canner": {
|
||||||
|
"order": 23
|
||||||
|
},
|
||||||
|
"gtceu:centrifuge": {
|
||||||
|
"order": 22
|
||||||
|
},
|
||||||
|
"gtceu:chemical_bath": {
|
||||||
|
"order": 21
|
||||||
|
},
|
||||||
|
"gtceu:chemical_reactor": {
|
||||||
|
"order": 20
|
||||||
|
},
|
||||||
|
"gtceu:circuit_assembler": {
|
||||||
|
"order": 19
|
||||||
|
},
|
||||||
|
"gtceu:coke_oven": {
|
||||||
|
"order": 18
|
||||||
|
},
|
||||||
|
"gtceu:combustion_generator": {
|
||||||
|
"order": 17
|
||||||
|
},
|
||||||
|
"gtceu:compressor": {
|
||||||
|
"order": 16
|
||||||
|
},
|
||||||
|
"gtceu:cracker": {
|
||||||
|
"order": 15
|
||||||
|
},
|
||||||
|
"gtceu:cutter": {
|
||||||
|
"order": 14
|
||||||
|
},
|
||||||
|
"gtceu:distillation_tower": {
|
||||||
|
"order": 13
|
||||||
|
},
|
||||||
|
"gtceu:distillery": {
|
||||||
|
"order": 12
|
||||||
|
},
|
||||||
|
"gtceu:electric_blast_furnace": {
|
||||||
|
"order": 11
|
||||||
|
},
|
||||||
|
"gtceu:electric_furnace": {
|
||||||
|
"order": 10
|
||||||
|
},
|
||||||
|
"gtceu:electrolyzer": {
|
||||||
|
"order": 9
|
||||||
|
},
|
||||||
|
"gtceu:electromagnetic_separator": {
|
||||||
|
"order": 8
|
||||||
|
},
|
||||||
|
"gtceu:extractor": {
|
||||||
|
"order": 7
|
||||||
|
},
|
||||||
|
"gtceu:extruder": {
|
||||||
|
"order": 6
|
||||||
|
},
|
||||||
|
"gtceu:fermenter": {
|
||||||
|
"order": 5
|
||||||
|
},
|
||||||
|
"gtceu:fluid_heater": {
|
||||||
|
"order": 4
|
||||||
|
},
|
||||||
|
"gtceu:fluid_solidifier": {
|
||||||
|
"order": 3
|
||||||
|
},
|
||||||
|
"gtceu:forge_hammer": {
|
||||||
|
"order": 2
|
||||||
|
},
|
||||||
|
"gtceu:forming_press": {
|
||||||
|
"order": 1
|
||||||
|
},
|
||||||
|
"gtceu:fusion_reactor": {
|
||||||
|
"order": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
mods/ae2-crafting-tree.pw.toml
Normal file
13
mods/ae2-crafting-tree.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "AE2: Crafting Tree"
|
||||||
|
filename = "ae2ct-1.20.1-1.0.2-beta.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "2a47aaee4f9648ea664a9394a5eb4e6cc178c705"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 5681142
|
||||||
|
project-id = 1086241
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Curios API (Forge/NeoForge)"
|
name = "Curios API (Forge/NeoForge)"
|
||||||
filename = "curios-forge-5.10.0+1.20.1.jar"
|
filename = "curios-forge-5.11.0+1.20.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "e430429e33a1aee50c2baf917daadc0bbb9104ed"
|
hash = "f81eead8c73b88463a3beb335be008fc388c82fa"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 5680164
|
file-id = 5843594
|
||||||
project-id = 309927
|
project-id = 309927
|
||||||
|
|||||||
13
mods/emi.pw.toml
Normal file
13
mods/emi.pw.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name = "EMI"
|
||||||
|
filename = "emi-1.1.18+1.20.1+forge.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "0f4cf0d51db37dca3213bb22ed483a945f9206f6"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 5872526
|
||||||
|
project-id = 580555
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "ExtendedAE"
|
name = "ExtendedAE"
|
||||||
filename = "ExtendedAE-1.20-1.1.14-forge.jar"
|
filename = "ExtendedAE-1.20-1.2.1-forge.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "ec7aa92cda026396cd0b9f45598e06097c215b3f"
|
hash = "34ab7c4e6ae304539d06e0c85eaf50de2292e235"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 5728075
|
file-id = 5867594
|
||||||
project-id = 892005
|
project-id = 892005
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "FTB Chunks (Forge)"
|
name = "FTB Chunks (Forge)"
|
||||||
filename = "ftb-chunks-forge-2001.3.1.jar"
|
filename = "ftb-chunks-forge-2001.3.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "540dfcaae2cbad38d53a6817d70e9c6acdac5ed1"
|
hash = "5f77086c15df7c21c862ac8b03d5483aa2609b86"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 5378090
|
file-id = 5856503
|
||||||
project-id = 314906
|
project-id = 314906
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "FTB Library (Forge)"
|
name = "FTB Library (Forge)"
|
||||||
filename = "ftb-library-forge-2001.2.4.jar"
|
filename = "ftb-library-forge-2001.2.5.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "0f98f24493af3e18e6dbfbca93bac9a659094d35"
|
hash = "de2018dd1a1a5de3437ff6b1ecb4ad5fe8899007"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 5567591
|
file-id = 5874882
|
||||||
project-id = 404465
|
project-id = 404465
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "FTB Quests (Forge)"
|
name = "FTB Quests (Forge)"
|
||||||
filename = "ftb-quests-forge-2001.4.8.jar"
|
filename = "ftb-quests-forge-2001.4.9.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "dc8416b042866f5d8b0d852a7788d7dc138c41d2"
|
hash = "8304908d8a236cd3ba4ebbf758d40f70868e71bc"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 5543955
|
file-id = 5816794
|
||||||
project-id = 289412
|
project-id = 289412
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Iceberg [Forge]"
|
name = "Iceberg [Neo/Forge]"
|
||||||
filename = "Iceberg-1.20.1-forge-1.1.21.jar"
|
filename = "Iceberg-1.20.1-forge-1.1.25.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "1692af84ef74a07b1f2e5dcdbff821effafdd24b"
|
hash = "d551ff55814cfb01403b812459ee5a02b020d87b"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 5138899
|
file-id = 5838149
|
||||||
project-id = 520110
|
project-id = 520110
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Jade 🔍"
|
name = "Jade 🔍"
|
||||||
filename = "Jade-1.20.1-Forge-11.12.1.jar"
|
filename = "Jade-1.20.1-Forge-11.12.2.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "dce3227559374bd67185192ef29b647467ee57c6"
|
hash = "364c39334b7f7c842eecc839de2730a2899e580b"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 5776962
|
file-id = 5876199
|
||||||
project-id = 324717
|
project-id = 324717
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Just Enough Items (JEI)"
|
name = "Just Enough Items (JEI)"
|
||||||
filename = "jei-1.20.1-forge-15.20.0.104.jar"
|
filename = "jei-1.20.1-forge-15.20.0.105.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "6d7ebc086f481ed55ee517885c812249d33d91a6"
|
hash = "80520a596f3d2e7dc744591dae257dc87aaa204e"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 5793297
|
file-id = 5846810
|
||||||
project-id = 238222
|
project-id = 238222
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "KubeJS"
|
name = "KubeJS"
|
||||||
filename = "kubejs-forge-2001.6.5-build.14.jar"
|
filename = "kubejs-forge-2001.6.5-build.16.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "3a40e639a6b7576deeb1f9e5379beaba85c15280"
|
hash = "93fcf0eacc5dc08a4f719eaaed1dc93f0dc80f66"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 5454840
|
file-id = 5853326
|
||||||
project-id = 238086
|
project-id = 238086
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Modern AE2 Additions"
|
name = "Modern AE2 Additions"
|
||||||
filename = "mae2-1.4.1.jar"
|
filename = "mae2-1.4.4.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "b802bdf8313b313ae763dbc95da06546a75c74e0"
|
hash = "2fa90b72e66ad798a71caa3decf128ccead77b9e"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 5741238
|
file-id = 5826205
|
||||||
project-id = 1028068
|
project-id = 1028068
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "ModernFix"
|
name = "ModernFix"
|
||||||
filename = "modernfix-forge-5.19.4+mc1.20.1.jar"
|
filename = "modernfix-forge-5.19.5+mc1.20.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "3475345dc6b407f72e96825ffc7e8e76864cecc9"
|
hash = "a0397e9cd8afb2375579c0f98d470e59cada3376"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 5676014
|
file-id = 5876359
|
||||||
project-id = 790626
|
project-id = 790626
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Sophisticated Backpacks"
|
name = "Sophisticated Backpacks"
|
||||||
filename = "sophisticatedbackpacks-1.20.1-3.20.11.1115.jar"
|
filename = "sophisticatedbackpacks-1.20.1-3.20.11.1121.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "099ec016d2b0f000705da7768201195adea2d31f"
|
hash = "b8636f07022e779ff508b1227b2e2cdb911fe259"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 5787630
|
file-id = 5871986
|
||||||
project-id = 422301
|
project-id = 422301
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Sophisticated Core"
|
name = "Sophisticated Core"
|
||||||
filename = "sophisticatedcore-1.20.1-0.6.34.718.jar"
|
filename = "sophisticatedcore-1.20.1-0.6.35.733.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "4638dd75b65ce5e7ec37619368178deec294dc1a"
|
hash = "5a91d1475b674e93f2e7ad69e634a56d6ee682e0"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 5801688
|
file-id = 5871829
|
||||||
project-id = 618298
|
project-id = 618298
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Storage Drawers"
|
name = "Storage Drawers"
|
||||||
filename = "StorageDrawers-1.20.1-12.9.6.jar"
|
filename = "StorageDrawers-1.20.1-12.9.10.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "d39a79a1101fd2418f4491b44f83616efec95e43"
|
hash = "637c02df6e82802bf0586c8456ac503b3af18b3d"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 5809009
|
file-id = 5870703
|
||||||
project-id = 223852
|
project-id = 223852
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Torchmaster"
|
name = "Torchmaster"
|
||||||
filename = "torchmaster-20.1.8.jar"
|
filename = "torchmaster-20.1.9.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "bd6d880bc09519e07493749300436db42f4936a5"
|
hash = "9a7f4ffdfe0dfe0a8071ac6501e52b1b4e208758"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 5783165
|
file-id = 5849456
|
||||||
project-id = 254268
|
project-id = 254268
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
name = "Xaero's Minimap"
|
name = "Xaero's Minimap"
|
||||||
filename = "Xaeros_Minimap_24.5.0_Forge_1.20.jar"
|
filename = "Xaeros_Minimap_24.6.1_Forge_1.20.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "ec641304297077d8f6eaf86f2669c538bbdb19b6"
|
hash = "dc7d7216a36db344f4f126b88170f783b1d197ea"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 5773012
|
file-id = 5862235
|
||||||
project-id = 263420
|
project-id = 263420
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "d0d1479489a1f8e87f8f766e9bae3a6bfec461c72eb241398af7275705aee828"
|
hash = "b50025259c915c6a2331abf61968e1b084de94f3d147173fe86243120ce76cbe"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.3.6"
|
forge = "47.3.6"
|
||||||
|
|||||||
Reference in New Issue
Block a user