Initial commit
This commit is contained in:
0
pack/config/jei/blacklist.cfg
Normal file
0
pack/config/jei/blacklist.cfg
Normal file
34
pack/config/jei/ingredient-list-mod-sort-order.ini
Normal file
34
pack/config/jei/ingredient-list-mod-sort-order.ini
Normal file
@@ -0,0 +1,34 @@
|
||||
Minecraft
|
||||
CoFH Core
|
||||
Create
|
||||
Create Crafts & Additions
|
||||
Create: Steam 'n' Rails
|
||||
Essentials
|
||||
Hang Glider
|
||||
Immersive Aircraft
|
||||
Man of Many Planes
|
||||
Quark
|
||||
RSRequestify
|
||||
Refined Storage
|
||||
Refined Storage Addons
|
||||
YUNG's Cave Biomes
|
||||
Yttr
|
||||
tetra
|
||||
Every Compat
|
||||
Valkyrien Skies 2
|
||||
Crossroads
|
||||
Trackwork Mod
|
||||
Clockwork
|
||||
Kelvin
|
||||
Dynamic Trees
|
||||
Patchouli
|
||||
Walkie-Talkie
|
||||
Dynamic Trees for Traverse
|
||||
Traverse Reforged
|
||||
Dynamic Trees for Quark
|
||||
Decorative Blocks
|
||||
Spectrum
|
||||
Heartstone
|
||||
Heartstone: Connection
|
||||
Lootr
|
||||
KitchenKarrot
|
||||
4
pack/config/jei/ingredient-list-type-sort-order.ini
Normal file
4
pack/config/jei/ingredient-list-type-sort-order.ini
Normal file
@@ -0,0 +1,4 @@
|
||||
net.minecraft.world.item.ItemStack
|
||||
net.minecraftforge.fluids.FluidStack
|
||||
com.Da_Technomancer.crossroads.integration.jei.ReagIngr
|
||||
org.valkyrienskies.kelvin.api.recipe.KelvinGasIngredient
|
||||
260
pack/config/jei/jei-client.ini
Normal file
260
pack/config/jei/jei-client.ini
Normal file
@@ -0,0 +1,260 @@
|
||||
[appearance]
|
||||
# Description: Move the JEI search bar to the bottom center of the screen.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
CenterSearch = false
|
||||
|
||||
# Description: Max recipe GUI height.
|
||||
# Valid Values: Any integer greater than or equal to 175
|
||||
# Default Value: 350
|
||||
RecipeGuiHeight = 350
|
||||
|
||||
|
||||
[cheat_mode]
|
||||
# Description: Choose if JEI should give ingredients directly to the inventory or pick them up with the mouse.
|
||||
# Valid Values: [INVENTORY, MOUSE_PICKUP]
|
||||
# Default Value: MOUSE_PICKUP
|
||||
GiveMode = MOUSE_PICKUP
|
||||
|
||||
# Description: Enable cheating items into the hotbar by using Shift + numeric keys.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
CheatToHotbarUsingHotkeysEnabled = false
|
||||
|
||||
# Description: Enable showing items that are not in the creative menu.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
ShowHiddenItems = false
|
||||
|
||||
|
||||
[bookmarks]
|
||||
# Description: Add new bookmarks to the front of the bookmark list instead of the end.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
AddBookmarksToFrontEnabled = false
|
||||
|
||||
# Description: Extra features for bookmark tooltips.
|
||||
# Valid Values: A comma-separated list containing values of:
|
||||
# [PREVIEW, INGREDIENTS]
|
||||
# Default Value: PREVIEW
|
||||
BookmarkTooltipFeatures = PREVIEW
|
||||
|
||||
# Description: Hold Shift to show bookmark tooltip features.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
HoldShiftToShowBookmarkTooltipFeatures = true
|
||||
|
||||
# Description: Drag bookmarks to rearrange them in the list.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
DragToRearrangeBookmarksEnabled = true
|
||||
|
||||
|
||||
[lookupHistory]
|
||||
# Description: Display or hide the lookup history overlay.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
Enabled = false
|
||||
|
||||
# Description: Max number of rows to display in the lookup history overlay.
|
||||
# Valid Values: An integer in the range [1, 7] (inclusive)
|
||||
# Default Value: 2
|
||||
MaxRows = 2
|
||||
|
||||
# Description: Max number of lookup history ingredients to save.
|
||||
# Valid Values: An integer in the range [10, 1000] (inclusive)
|
||||
# Default Value: 100
|
||||
MaxIngredients = 100
|
||||
|
||||
# Description: Side of the screen to display the lookup history overlay.
|
||||
# Valid Values: [LEFT, RIGHT]
|
||||
# Default Value: LEFT
|
||||
DisplaySide = LEFT
|
||||
|
||||
|
||||
[advanced]
|
||||
# Description: Set low-memory mode (makes search very slow but uses less RAM).
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
LowMemorySlowSearchEnabled = false
|
||||
|
||||
# Description: Catch render errors from ingredients and attempt to recover from them instead of crashing.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
CatchRenderErrorsEnabled = true
|
||||
|
||||
# Description: When looking up recipes with items that contain fluids, also look up recipes for the fluids.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
lookupFluidContentsEnabled = false
|
||||
|
||||
# Description: When searching for item tags, also include tags for the default blocks contained in the items.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
lookupBlockTagsEnabled = true
|
||||
|
||||
# Description: Show recipes for ingredient tags like item tags and block tags.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
showTagRecipesEnabled = false
|
||||
|
||||
# Description: Show creative tab names in ingredient tooltips.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
showCreativeTabNamesEnabled = false
|
||||
|
||||
|
||||
[input]
|
||||
# Description: Number of milliseconds before a long mouse click is considered a drag operation.
|
||||
# Valid Values: An integer in the range [0, 1000] (inclusive)
|
||||
# Default Value: 150
|
||||
dragDelayInMilliseconds = 150
|
||||
|
||||
# Description: Scroll rate for scrolling the mouse wheel in smooth-scrolling scroll boxes. Measured in pixels.
|
||||
# Valid Values: An integer in the range [1, 50] (inclusive)
|
||||
# Default Value: 9
|
||||
smoothScrollRate = 9
|
||||
|
||||
|
||||
[sorting]
|
||||
# Description: Sorting order for the ingredient list.
|
||||
# Valid Values: A comma-separated list containing values of:
|
||||
# [MOD_NAME, INGREDIENT_TYPE, ALPHABETICAL, CREATIVE_MENU, TAG, ARMOR, MAX_DURABILITY]
|
||||
# Default Value: MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU
|
||||
IngredientSortStages = MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU
|
||||
|
||||
# Description: Sorting order for displayed recipes.
|
||||
# Valid Values: A comma-separated list containing values of:
|
||||
# [BOOKMARKED, CRAFTABLE]
|
||||
# Default Value: BOOKMARKED, CRAFTABLE
|
||||
RecipeSorterStages = BOOKMARKED, CRAFTABLE
|
||||
|
||||
|
||||
[tags]
|
||||
# Description: Show tag content in tooltips.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
TagContentTooltipEnabled = true
|
||||
|
||||
# Description: Hide tags that only have 1 ingredient.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
HideSingleIngredientTagsEnabled = true
|
||||
|
||||
|
||||
[search]
|
||||
# Description: Search mode for mod names (prefix: @).
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: REQUIRE_PREFIX
|
||||
ModNameSearchMode = REQUIRE_PREFIX
|
||||
|
||||
# Description: Search mode for tooltips (prefix: #).
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: ENABLED
|
||||
TooltipSearchMode = ENABLED
|
||||
|
||||
# Description: Search mode for tags (prefix: $).
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: REQUIRE_PREFIX
|
||||
TagSearchMode = REQUIRE_PREFIX
|
||||
|
||||
# Description: Search mode for colors (prefix: ^).
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: DISABLED
|
||||
ColorSearchMode = DISABLED
|
||||
|
||||
# Description: Search mode for resource locations (prefix: &).
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: DISABLED
|
||||
ResourceLocationSearchMode = DISABLED
|
||||
|
||||
# Description: Search mode for creative mode tab names (prefix: %).
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: DISABLED
|
||||
CreativeTabSearchMode = DISABLED
|
||||
|
||||
# Description: Search in advanced tooltips (visible with F3 + H).
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
SearchAdvancedTooltips = false
|
||||
|
||||
# Description: Search mod IDs in addition to mod names.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
SearchModIds = true
|
||||
|
||||
# Description: Search by the shorthand first letters of a mod's name.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
SearchShortModNames = true
|
||||
|
||||
# Description: Search ingredient aliases (alternative names) that are added by plugins, in addition to ingredient names.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
SearchIngredientAliases = true
|
||||
|
||||
|
||||
[IngredientList]
|
||||
# Description: Max number of rows shown.
|
||||
# Valid Values: An integer in the range [1, 100] (inclusive)
|
||||
# Default Value: 16
|
||||
MaxRows = 16
|
||||
|
||||
# Description: Max number of columns shown.
|
||||
# Valid Values: An integer in the range [4, 100] (inclusive)
|
||||
# Default Value: 9
|
||||
MaxColumns = 9
|
||||
|
||||
# Description: Horizontal alignment of the ingredient grid inside the available area.
|
||||
# Valid Values: [LEFT, CENTER, RIGHT]
|
||||
# Default Value: RIGHT
|
||||
HorizontalAlignment = RIGHT
|
||||
|
||||
# Description: Vertical alignment of the ingredient grid inside the available area.
|
||||
# Valid Values: [TOP, CENTER, BOTTOM]
|
||||
# Default Value: TOP
|
||||
VerticalAlignment = TOP
|
||||
|
||||
# Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages.
|
||||
# Valid Values: [ENABLED, AUTO_HIDE, DISABLED]
|
||||
# Default Value: ENABLED
|
||||
ButtonNavigationVisibility = ENABLED
|
||||
|
||||
# Description: Enable this to draw a background texture behind the GUI.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DrawBackground = false
|
||||
|
||||
|
||||
[BookmarkList]
|
||||
# Description: Max number of rows shown.
|
||||
# Valid Values: An integer in the range [1, 100] (inclusive)
|
||||
# Default Value: 16
|
||||
MaxRows = 16
|
||||
|
||||
# Description: Max number of columns shown.
|
||||
# Valid Values: An integer in the range [4, 100] (inclusive)
|
||||
# Default Value: 9
|
||||
MaxColumns = 9
|
||||
|
||||
# Description: Horizontal alignment of the ingredient grid inside the available area.
|
||||
# Valid Values: [LEFT, CENTER, RIGHT]
|
||||
# Default Value: LEFT
|
||||
HorizontalAlignment = LEFT
|
||||
|
||||
# Description: Vertical alignment of the ingredient grid inside the available area.
|
||||
# Valid Values: [TOP, CENTER, BOTTOM]
|
||||
# Default Value: TOP
|
||||
VerticalAlignment = TOP
|
||||
|
||||
# Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages.
|
||||
# Valid Values: [ENABLED, AUTO_HIDE, DISABLED]
|
||||
# Default Value: ENABLED
|
||||
ButtonNavigationVisibility = ENABLED
|
||||
|
||||
# Description: Enable this to draw a background texture behind the GUI.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DrawBackground = false
|
||||
|
||||
|
||||
8
pack/config/jei/jei-colors.ini
Normal file
8
pack/config/jei/jei-colors.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[colors]
|
||||
# Description: Color values to search for.
|
||||
# Valid Values: A comma-separated list containing values of:
|
||||
# Any color name and an RGB hex color, separated by a ':'
|
||||
# Default Value: White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0
|
||||
SearchColors = White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0
|
||||
|
||||
|
||||
32
pack/config/jei/jei-debug.ini
Normal file
32
pack/config/jei/jei-debug.ini
Normal file
@@ -0,0 +1,32 @@
|
||||
[debug]
|
||||
# Description: Debug mode enabled.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DebugMode = false
|
||||
|
||||
# Description: Debug GUIs enabled.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DebugGuis = false
|
||||
|
||||
# Description: Debug inputs enabled.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DebugInputs = false
|
||||
|
||||
# Description: Add debug information to ingredient tooltips when advanced tooltips are enabled.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
debugInfoTooltipsEnabled = false
|
||||
|
||||
# Description: Adds ingredients to JEI that intentionally crash, to help debug JEI.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
CrashingTestItemsEnabled = false
|
||||
|
||||
# Description: Log information about the suffix trees used for searching, to help debug JEI.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
logSuffixTreeStats = false
|
||||
|
||||
|
||||
11
pack/config/jei/jei-mod-id-format.ini
Normal file
11
pack/config/jei/jei-mod-id-format.ini
Normal file
@@ -0,0 +1,11 @@
|
||||
[modname]
|
||||
# Description: Formatting for the mod names in tooltips for JEI GUIs. Leave blank to disable.
|
||||
# Valid Values: A chat formatting string.
|
||||
# Use these formatting colors:
|
||||
# black dark_blue dark_green dark_aqua dark_red dark_purple gold gray dark_gray blue green aqua red light_purple yellow white
|
||||
# With these formatting options:
|
||||
# obfuscated bold strikethrough underline italic
|
||||
# Default Value: blue italic
|
||||
ModNameFormat =
|
||||
|
||||
|
||||
62
pack/config/jei/recipe-category-sort-order.ini
Normal file
62
pack/config/jei/recipe-category-sort-order.ini
Normal file
@@ -0,0 +1,62 @@
|
||||
minecraft:crafting
|
||||
minecraft:anvil
|
||||
minecraft:blasting
|
||||
minecraft:brewing
|
||||
minecraft:campfire
|
||||
minecraft:compostable
|
||||
minecraft:fuel
|
||||
minecraft:furnace
|
||||
minecraft:smithing
|
||||
minecraft:smoking
|
||||
minecraft:stonecutting
|
||||
create:automatic_brewing
|
||||
create:automatic_packing
|
||||
create:automatic_shaped
|
||||
create:automatic_shapeless
|
||||
create:block_cutting
|
||||
create:crushing
|
||||
create:deploying
|
||||
create:draining
|
||||
create:fan_blasting
|
||||
create:fan_haunting
|
||||
create:fan_smoking
|
||||
create:fan_washing
|
||||
create:item_application
|
||||
create:mechanical_crafting
|
||||
create:milling
|
||||
create:mixing
|
||||
create:mystery_conversion
|
||||
create:packing
|
||||
create:pressing
|
||||
create:sandpaper_polishing
|
||||
create:sawing
|
||||
create:sequenced_assembly
|
||||
create:spout_filling
|
||||
createaddition:charging
|
||||
createaddition:liquid_burning
|
||||
createaddition:rolling
|
||||
jei:information
|
||||
crossroads:beam_extractor
|
||||
crossroads:blast_furnace
|
||||
crossroads:centrifuge
|
||||
crossroads:copshowium
|
||||
crossroads:detailed_crafter
|
||||
crossroads:fluid_cooling
|
||||
crossroads:formulation_vat
|
||||
crossroads:heating_crucible
|
||||
crossroads:icebox
|
||||
crossroads:incubator
|
||||
crossroads:lens_beam
|
||||
crossroads:millstone
|
||||
crossroads:ore_cleanser
|
||||
crossroads:reaction
|
||||
crossroads:reag_info
|
||||
crossroads:stamp_mill
|
||||
crossroads:transmute_beam
|
||||
kelvin:gas_reaction_recipe
|
||||
kitchenkarrot:air_compressor
|
||||
kitchenkarrot:brewing_barrel
|
||||
kitchenkarrot:cocktail
|
||||
kitchenkarrot:plate
|
||||
exposure:photograph_printing
|
||||
exposure:photograph_stacking
|
||||
@@ -0,0 +1 @@
|
||||
T:{Count:1b,id:"minecraft:spruce_trapdoor"}
|
||||
@@ -0,0 +1 @@
|
||||
T:{Count:1b,id:"bloomingnature:red_bricks"}
|
||||
2
pack/config/jei/world/local/New_World__31/bookmarks.ini
Normal file
2
pack/config/jei/world/local/New_World__31/bookmarks.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
T:{Count:1b,id:"dynamictrees:oak_seed"}
|
||||
T:{Count:1b,id:"kitchenkarrot:popacorn",tag:{Damage:0}}
|
||||
100
pack/config/jei/world/local/New_World__31/lookupHistory.ini
Normal file
100
pack/config/jei/world/local/New_World__31/lookupHistory.ini
Normal file
@@ -0,0 +1,100 @@
|
||||
T:{Count:1b,id:"kitchenkarrot:canned_candied_apple"}
|
||||
T:{Count:1b,id:"kitchenkarrot:canned_pork_beetroot"}
|
||||
T:{Count:1b,id:"kitchenkarrot:canned_beef_potato"}
|
||||
T:{Count:1b,id:"kitchenkarrot:canned_sweet_berry_milk"}
|
||||
T:{Count:1b,id:"kitchenkarrot:canned_mutton_pumpkin"}
|
||||
T:{Count:1b,id:"minecraft:beetroot"}
|
||||
T:{Count:1b,id:"kitchenkarrot:canned_hoglin_confit"}
|
||||
T:{Count:1b,id:"refinedstorage:raw_improved_processor"}
|
||||
T:{Count:1b,id:"refinedstorage:raw_advanced_processor"}
|
||||
T:{Count:1b,id:"refinedstorage:basic_processor"}
|
||||
T:{Count:1b,id:"refinedstorage:improved_processor"}
|
||||
T:{Count:1b,id:"refinedstorage:external_storage"}
|
||||
T:{Count:1b,id:"refinedstorage:16k_storage_disk"}
|
||||
T:{Count:1b,id:"yttr:ultrapure_silica"}
|
||||
T:{Count:1b,id:"refinedstorage:quartz_enriched_iron"}
|
||||
T:{Count:1b,id:"refinedstorage:quartz_enriched_iron_block"}
|
||||
T:{Count:1b,id:"crossroads:pure_quartz"}
|
||||
T:{Count:1b,id:"refinedstorage:1k_storage_disk"}
|
||||
T:{Count:1b,id:"yttr:xl_iron_ingot"}
|
||||
T:{Count:1b,id:"yttr:gadolinite"}
|
||||
T:{Count:1b,id:"yttr:raw_gadolinite"}
|
||||
T:{Count:1b,id:"yttr:yttrium_dust"}
|
||||
T:{Count:1b,id:"yttr:yttrium_ingot"}
|
||||
T:{Count:1b,id:"yttr:ultrapure_yttrium"}
|
||||
T:{Count:1b,id:"yttr:brookite"}
|
||||
T:{Count:1b,id:"yttr:brookite_ore"}
|
||||
T:{Count:1b,id:"refinedstorage:wireless_crafting_monitor"}
|
||||
T:{Count:1b,id:"create:mechanical_press"}
|
||||
T:{Count:1b,id:"create:iron_sheet"}
|
||||
T:{Count:1b,id:"crossroads:nugget_tin"}
|
||||
T:{Count:1b,id:"crossroads:gear_base",tag:{material:"tin"}}
|
||||
T:{Count:1b,id:"kitchenkarrot:empty_can"}
|
||||
T:{Count:1b,id:"createaddition:seed_oil_bucket"}
|
||||
T:{Count:1b,id:"kitchenkarrot:sashimi"}
|
||||
T:{Count:1b,id:"kitchenkarrot:bikini_bottom_sub"}
|
||||
T:{Count:1b,id:"dynamictrees:small_fir_seed"}
|
||||
T:{Count:1b,id:"kitchenkarrot:soothing_tea"}
|
||||
T:{Count:1b,id:"kitchenkarrot:ice_cubes"}
|
||||
T:{Count:1b,id:"kitchenkarrot:sweet_loaf_slice"}
|
||||
T:{Count:1b,id:"kitchenkarrot:milk"}
|
||||
T:{Count:1b,id:"kitchenkarrot:birch_sap"}
|
||||
T:{Count:1b,id:"dynamictrees:birch_seed"}
|
||||
T:{Count:1b,id:"kitchenkarrot:chorus_mousse"}
|
||||
T:{Count:1b,id:"minecraft:ice"}
|
||||
T:{Count:1b,id:"kitchenkarrot:small_chorus_mousse"}
|
||||
T:{Count:1b,id:"kitchenkarrot:acorn_oil"}
|
||||
T:{Count:1b,id:"yttr:delrene"}
|
||||
T:{Count:1b,id:"yttr:squeeze_log"}
|
||||
T:{Count:1b,id:"dynamictrees:oak_seed"}
|
||||
T:{Count:1b,id:"kitchenkarrot:acorn_wine"}
|
||||
T:{Count:1b,id:"kitchenkarrot:acorn_wine_base"}
|
||||
T:{Count:1b,id:"kitchenkarrot:popacorn",tag:{Damage:0}}
|
||||
T:{Count:1b,id:"kitchenkarrot:acorn"}
|
||||
T:{Count:1b,id:"dynamictrees:dark_oak_seed"}
|
||||
T:{Count:1b,id:"kitchenkarrot:slime_mousse"}
|
||||
I:fluid_stack&fluid:createaddition:seed_oil
|
||||
T:{Count:1b,id:"kitchenkarrot:sunflower_oil"}
|
||||
T:{Count:1b,id:"kitchenkarrot:chorus_oil"}
|
||||
T:{Count:1b,id:"spectrum:bitter_oils"}
|
||||
T:{Count:1b,id:"kitchenkarrot:mixed_nuts_mooncake"}
|
||||
T:{Count:1b,id:"kitchenkarrot:crimson_fungi_spring_roll"}
|
||||
T:{Count:1b,id:"kitchenkarrot:raw_vegan_pork"}
|
||||
T:{Count:1b,id:"kitchenkarrot:raw_vegan_beef"}
|
||||
T:{Count:1b,id:"kitchenkarrot:cooked_vegan_beef"}
|
||||
T:{Count:1b,id:"kitchenkarrot:gem_carrot"}
|
||||
T:{Count:1b,id:"kitchenkarrot:carrot_spices"}
|
||||
T:{Count:1b,id:"kitchenkarrot:stone_shore_quiche"}
|
||||
T:{Count:1b,id:"minecraft:bread"}
|
||||
T:{Count:1b,id:"kitchenkarrot:beetroot_crepe"}
|
||||
T:{Count:1b,id:"kitchenkarrot:kelp_with_sunflower_seed"}
|
||||
T:{Count:1b,id:"kitchenkarrot:fishermens_delight"}
|
||||
T:{Count:1b,id:"kitchenkarrot:sea_salt"}
|
||||
T:{Count:1b,id:"kitchenkarrot:fine_salt"}
|
||||
T:{Count:1b,id:"kitchenkarrot:rock_salt"}
|
||||
T:{Count:1b,id:"kitchenkarrot:raw_beef_in_dripleaf"}
|
||||
T:{Count:1b,id:"kitchenkarrot:beef_in_dripleaf"}
|
||||
T:{Count:1b,id:"kitchenkarrot:crispy_bread_with_kelp"}
|
||||
T:{Count:1b,id:"kitchenkarrot:sweet_roll"}
|
||||
T:{Count:1b,id:"kitchenkarrot:woodland_tater_puree"}
|
||||
T:{Count:1b,id:"kitchenkarrot:birch_sap_donut"}
|
||||
T:{Count:1b,id:"kitchenkarrot:buche_de_noel"}
|
||||
T:{Count:1b,id:"kitchenkarrot:glow_berry_lager"}
|
||||
T:{Count:1b,id:"kitchenkarrot:iced_melon_lager"}
|
||||
T:{Count:1b,id:"kitchenkarrot:kelp_soda"}
|
||||
T:{Count:1b,id:"spectrum:titration_barrel"}
|
||||
T:{Count:1b,id:"spectrum:clotted_cream"}
|
||||
T:{Count:1b,id:"kitchenkarrot:hi_nrg_brulee"}
|
||||
T:{Count:1b,id:"kitchenkarrot:grilled_fish_and_cactus"}
|
||||
T:{Count:1b,id:"kitchenkarrot:flower_cake"}
|
||||
T:{Count:1b,id:"kitchenkarrot:birch_sap_chocolate_bar"}
|
||||
T:{Count:1b,id:"kitchenkarrot:cheese_slice"}
|
||||
T:{Count:1b,id:"kitchenkarrot:pillager_pie"}
|
||||
T:{Count:1b,id:"kitchenkarrot:chinese_crepe"}
|
||||
T:{Count:1b,id:"kitchenkarrot:croque_madame"}
|
||||
T:{Count:1b,id:"kitchenkarrot:seed_pie"}
|
||||
T:{Count:1b,id:"kitchenkarrot:bamboo_potato"}
|
||||
T:{Count:1b,id:"kitchenkarrot:raw_sweet_loaf"}
|
||||
T:{Count:1b,id:"kitchenkarrot:sweet_loaf"}
|
||||
T:{Count:1b,id:"kitchenkarrot:cocktail",tag:{cocktail:"kitchenkarrot:cocktails/shooting_star"}}
|
||||
T:{Count:1b,id:"kitchenkarrot:cocktail",tag:{cocktail:"kitchenkarrot:cocktails/red_lizard"}}
|
||||
@@ -0,0 +1,5 @@
|
||||
T:{Count:1b,id:"vs_clockwork:physics_infuser"}
|
||||
T:{Count:1b,id:"vs_clockwork:wanderlite_matrix"}
|
||||
T:{Count:1b,id:"vs_clockwork:wanderlite_cube"}
|
||||
T:{Count:1b,id:"vs_clockwork:wanderlite_nyx_ore"}
|
||||
T:{Count:1b,id:"vs_clockwork:wanderlite_crystal"}
|
||||
Reference in New Issue
Block a user