Initial Sync!

This commit is contained in:
2026-07-26 13:21:37 +01:00
parent dcc2b22c5f
commit e6182d37ff
1582 changed files with 87325 additions and 1 deletions
@@ -0,0 +1,9 @@
{
"formatVersion": 2,
"phaseIncompatible": {
"Registering recipes": [
"yungscavebiomes:jei_plugin",
"endergetic:endergetic"
]
}
}
View File
@@ -0,0 +1,153 @@
Minecraft
Amendments
Comforts
End's Delight
Farmer's Delight
Farmer's Delight: Plus
More Delight
My Nether's Delight
Nature's Compass
Supplementaries
Bountiful
Dynamic Trees
Dynamic Trees Plus
More Villagers
Philips Ruins
Piglet Structures
The Graveyard
Waystones
YUNG's Cave Biomes
Dynamic Trees for Regions Unexplored
Regions Unexplored
Tinkers' Construct
Alex's Delight
Alex's Mobs
Building Gadgets 2
Deeper and Darker
Exposure
Exposure Polaroid
Exposure: Expanded
Guard Villagers
Iron Chests
XP Tome
[Let's Do Addon] Corn Expansion
[Let's Do] Bakery
[Let's Do] Beachparty
[Let's Do] BloomingNature
[Let's Do] Brewery
[Let's Do] Camping
[Let's Do] Candlelight
[Let's Do] Farm & Charm
[Let's Do] Furniture
[Let's Do] HerbalBrews
[Let's Do] Meadow
[Let's Do] Vinery
[Let's Do] Wilder Nature
cataclysm
AE2WTLib
Animal Feeding Trough
Applied Energistics 2
Ars Additions
Ars Expanded Combat
Ars Nouveau
Ars Nouveau's Flavors & Delight
Ars Énergistique
Backpacked
Brewin' And Chewin'
Chimes
Chisel Reborn
CoFH Core
Display Delight
Draconic Evolution
Dynamic Trees for Ars Nouveau
EC L_Ender's Cataclysm Plugin
Expanded Combat
ExtendedAE
Factory Blocks
Game Discs
Goblin Traders
Immersive Melodies
Miner's Delight
Mystical Agradditions
Mystical Agriculture
Paraglider
Patchouli
Plushie Buddies
Thermal Series
Animal Pen
CBMicroblock
Easel Does It
Engineered Schematics
Engineers Delight
Grappling Hook Mod
Immersive Engineering
Immersive Petroleum
Immersive Posts
Infinity Buttons
Mighty Mail
Monobank
More Immersive Wires
Pet Cemetery
ProjectRed Core
ProjectRed Illumination
ProjectRed Integration
ProjectRed Transmission
The Midnight
The Undergarden
goat_man
I Wanna Skate
Just Outdoor Stuffs
Measurements
Mobs of Sins
Pirate Hats
Realm RPG: Imps & Demons
Ribbits
SimpleHats
Snad
Sons of Sins
Stardew Fishing
InWitched
Magic Vibe Decorations
Signal Flares
TarotCards
Immersive Technology
[NoCube's] Undergarden Delight
Ars Elemental
Ars Instrumentum
Biomes O' Plenty
Dynamic Trees for Biomes o' Plenty
Mob Compack
Seaworthy Boats
Every Compat
Call of Yucatán
Dynamic Trees for Alex's Mobs
Extended Tools
MEGA Cells
Tinkers' Compatibility
Wardrobe
Yucutan Delight
Compressed Fuel
Immersive Aircraft
Immersive Aircraft: Better Engines
Man of Many Planes
Moving Elevators
Trash Cans
SSDH Backport
Serene Seasons
Voltaic
Assembly Line
Ballistix
Blastcraft
Dynamic Electricity
Electrodynamics
Modular Forcefields
Nuclear Science
Blast Travel [Forge Port]
Piglet
TCIntegrations
Ad Astra
Advent Of Ascension
Aesthetic Stairs
More Slabs Stairs & Walls
VinURL
Crafting Station
@@ -0,0 +1,7 @@
net.minecraft.world.item.ItemStack
net.minecraftforge.fluids.FluidStack
slimeknights.mantle.recipe.ingredient.EntityIngredient$EntityInput
slimeknights.tconstruct.library.modifiers.ModifierEntry
slimeknights.tconstruct.library.recipe.partbuilder.Pattern
slimeknights.tconstruct.library.tools.SlotType$SlotCount
voltaic.api.gas.GasStack
+260
View 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
View 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
View 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
View 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 = blue italic
+204
View File
@@ -0,0 +1,204 @@
minecraft:crafting
minecraft:anvil
minecraft:blasting
minecraft:brewing
minecraft:campfire
minecraft:compostable
minecraft:fuel
minecraft:furnace
minecraft:smithing
minecraft:smoking
minecraft:stonecutting
farmersdelight:cooking
farmersdelight:cutting
farmersdelight:decomposition
farmersdelightplus:pancake_filling
jei:information
mynethersdelight:forgoting
piglet_structures:ancient_furniture_crafter_jei_recipe_type
piglet_structures:clay_cutter_jei_recipe_type
piglet_structures:debowiser_jei_recipe_type
piglet_structures:dirtpetrifier_jei_recipe_type
piglet_structures:gold_upgrader_jei_recipe_type
piglet_structures:minecart_chest_remover_jei_recipe_type
piglet_structures:petrdirtifier_jei_recipe_type
piglet_structures:sandstone_crusher_jei_recipe_type
waystones:warp_plate
tconstruct:alloy
tconstruct:casting_basin
tconstruct:casting_table
tconstruct:entity_melting
tconstruct:foundry
tconstruct:melting
tconstruct:modifiers
tconstruct:molding
tconstruct:part_builder
tconstruct:severing
tconstruct:tool_recipes
tconstruct:worktable
alexsmobs:capsid
bakery:caking
beachparty:mini_fridge_freezing
beachparty:palm_bar_mixing
brewery:brewing
cataclysm:altar_of_amethyst
cataclysm:weapon_infusion
exposure:photograph_printing
exposure:photograph_stacking
farm_and_charm:cooking_pot
farm_and_charm:doughing
farm_and_charm:drying
farm_and_charm:mincer
farm_and_charm:roaster
farm_and_charm:stove
herbalbrews:cauldron_brewing
herbalbrews:tea_kettle_brewing
meadow:cheese
meadow:cooking_cauldron
meadow:woodcutting
vinery:apple_press_fermenting
vinery:apple_press_mashing
vinery:wine_fermentation
ae2:attunement
ae2:certus_growth
ae2:charger
ae2:condenser
ae2:entropy
ae2:inscriber
ae2:item_transformation
ars_additions:locate_structure
ars_nouveau:armor_upgrade
ars_nouveau:budding_conversion
ars_nouveau:crush
ars_nouveau:enchanting_apparatus
ars_nouveau:enchantment_apparatus
ars_nouveau:glyph_recipe
ars_nouveau:imbuement
ars_nouveau:scry_ritual
brewinandchewin:aging
brewinandchewin:fermenting
draconicevolution:fusion_crafting
expanded_combat:fletching
expanded_combat:shield_smithing
expatternprovider:circuit_cutter
justenoughbreeding:allay_duplication
justenoughbreeding:breeding
justenoughbreeding:taming
justenoughbreeding:temper
justenoughbreeding:transformation
justenoughbreeding:trusting
justenoughprofessions:professions
miners_delight:cooking
mysticalagriculture:awakening
mysticalagriculture:crux
mysticalagriculture:enchanter
mysticalagriculture:infusion
mysticalagriculture:reprocessor
mysticalagriculture:soul_extractor
mysticalagriculture:soulium_spawner
plushie_buddies:workbench
thermal:bottler
thermal:brewer
thermal:centrifuge
thermal:chiller
thermal:compression_fuel
thermal:crucible
thermal:crystallizer
thermal:disenchantment_fuel
thermal:furnace
thermal:gourmand_fuel
thermal:insolator
thermal:insolator_catalyst
thermal:lapidary_fuel
thermal:magmatic_fuel
thermal:numismatic_fuel
thermal:press
thermal:pulverizer
thermal:pulverizer_catalyst
thermal:pyrolyzer
thermal:refinery
thermal:rock_gen
thermal:sawmill
thermal:smelter
thermal:smelter_catalyst
thermal:stirling_fuel
thermal:tree_extractor
animal_pen:item_info_animal_cage
animal_pen:item_info_bird_cage
animal_pen:item_info_water_container
immersiveengineering:alloy
immersiveengineering:arc_furnace
immersiveengineering:arc_recycling
immersiveengineering:blast_furnace
immersiveengineering:blast_furnace_fuel
immersiveengineering:blueprint
immersiveengineering:bottling_machine
immersiveengineering:cloche
immersiveengineering:coke_oven
immersiveengineering:crusher
immersiveengineering:fermenter
immersiveengineering:fertilizer
immersiveengineering:metal_press
immersiveengineering:mixer
immersiveengineering:refinery
immersiveengineering:sawmill
immersiveengineering:squeezer
immersivepetroleum:cokerunit
immersivepetroleum:distillation
immersivepetroleum:hydrotreater
sons_of_sins:etheric_blood_imbibation
immersivetechnology:advanced_coke_oven
immersivetechnology:boiler_liquid
immersivetechnology:boiler_solid
immersivetechnology:boiler_tank
immersivetechnology:cooling_tower
immersivetechnology:distiller
immersivetechnology:electrolytic_crucible_battery
immersivetechnology:gas_turbine
immersivetechnology:heat_exchanger
immersivetechnology:melting
immersivetechnology:radiator
immersivetechnology:solar_tower
immersivetechnology:steam_turbine
ars_elemental:armor_upgrade
ars_elemental:netherite_upgrade
call_of_yucutan:divinity_sacrifice
call_of_yucutan:ritual_transmutation
blastcraft:blast_compressor_recipe
electrodynamics:blasting
electrodynamics:chemical_crystallizer_recipe
electrodynamics:chemical_mixer_recipe
electrodynamics:electrolytic_separator_recipe
electrodynamics:energized_alloyer_recipe
electrodynamics:fermentation_plant_recipe
electrodynamics:gas_condensing
electrodynamics:gas_evaporating
electrodynamics:lathe_recipe
electrodynamics:mineral_crusher_recipe
electrodynamics:mineral_grinder_recipe
electrodynamics:mineral_washer_recipe
electrodynamics:oxidation_furnace_recipe
electrodynamics:reinforced_alloyer_recipe
electrodynamics:smelting
electrodynamics:wire_mill_recipe
nuclearscience:chemical_extractor_recipe
nuclearscience:fission_reactor_recipe
nuclearscience:fuel_reprocessor_recipe
nuclearscience:gascentrifuge
nuclearscience:msrfuel_preprocessor_recipe
nuclearscience:nuclear_boiler_recipe
nuclearscience:particalacceleratorantimatter
nuclearscience:particalacceleratordarkmatter
nuclearscience:radioactive_processor_recipe
piglet:vanilla_item_decorations_table_jei_recipe_type
ad_astra:alloying
ad_astra:compressing
ad_astra:cryo_freezing
ad_astra:nasa_workbench
ad_astra:oxygen_loading
ad_astra:refining
aoa3:frame_bench
aoa3:imbuing
aoa3:infusion
aoa3:upgrade_kit
aoa3:whitewashing
@@ -0,0 +1,100 @@
T:{Count:1b,id:"cyclic:flint_block"}
T:{Count:1b,id:"itemfilters:tag",tag:{value:"monumental_experience:crafter"}}
T:{Count:1b,id:"draconicevolution:draconium_chest"}
T:{Count:1b,id:"draconicevolution:draconic_wireless_crystal"}
T:{Count:1b,id:"draconicevolution:draconic_relay_crystal"}
T:{Count:1b,id:"draconicevolution:draconic_io_crystal"}
T:{Count:1b,id:"draconicevolution:reactor_stabilizer"}
T:{Count:1b,id:"draconicevolution:reactor_injector"}
T:{Count:1b,id:"draconicevolution:reactor_core"}
T:{Count:1b,id:"draconicevolution:draconic_sword"}
T:{Count:1b,id:"draconicevolution:wyvern_io_crystal"}
T:{Count:1b,id:"draconicevolution:basic_io_crystal"}
T:{Count:1b,id:"minecraft:iron_sword",tag:{Damage:0}}
T:{Count:1b,id:"alexscaves:cave_map",tag:{BiomeTargetResourceKey:"alexscaves:magnetic_caves"}}
T:{Count:1b,id:"alexscaves:cave_book"}
T:{Count:1b,id:"alexscaves:cave_codex",tag:{CaveBiome:"alexscaves:magnetic_caves"}}
T:{Count:1b,id:"alexscaves:magnetic_light"}
T:{Count:1b,id:"alexscaves:hologram_projector"}
T:{Count:1b,id:"alexscaves:magnetic_activator"}
T:{Count:1b,id:"alexscaves:heart_of_iron"}
T:{Count:1b,id:"alexscaves:azure_magnet"}
T:{Count:1b,id:"alexscaves:block_of_azure_neodymium"}
T:{Count:1b,id:"alexscaves:azure_neodymium_pillar"}
T:{Count:1b,id:"alexscaves:azure_neodymium_node"}
T:{Count:1b,id:"alexscaves:scarlet_magnet"}
T:{Count:1b,id:"alexscaves:block_of_scarlet_neodymium"}
T:{Count:1b,id:"alexscaves:scarlet_neodymium_pillar"}
T:{Count:1b,id:"alexscaves:scarlet_neodymium_node"}
T:{Count:1b,id:"alexscaves:heavy_bone"}
T:{Count:1b,id:"alexscaves:tough_hide"}
T:{Count:1b,id:"alexscaves:primordial_soup"}
T:{Count:1b,id:"alexscaves:seething_stew"}
T:{Count:1b,id:"alexscaves:serene_salad"}
T:{Count:1b,id:"alexscaves:dinosaur_nugget"}
T:{Count:1b,id:"alexscaves:amber_curiosity"}
T:{Count:1b,id:"alexscaves:pewen_sap"}
T:{Count:1b,id:"alexscaves:pine_nuts"}
T:{Count:1b,id:"alexscaves:cave_tablet",tag:{CaveBiome:"alexscaves:primordial_caves"}}
T:{Count:1b,id:"alexscaves:quarry"}
T:{Count:1b,id:"alexscaves:magnetic_levitation_rail"}
T:{Count:1b,id:"alexscaves:limestone"}
T:{Count:1b,id:"alexscaves:amber_monolith"}
T:{Count:1b,id:"alexscaves:ambersol"}
T:{Count:1b,id:"alexscaves:amber"}
T:{Count:1b,id:"alexscaves:footprint_pottery_sherd"}
T:{Count:1b,id:"alexscaves:dinosaur_pottery_sherd"}
T:{Count:1b,id:"alexscaves:extinction_spear",tag:{Damage:0}}
T:{Count:1b,id:"alexscaves:tectonic_shard"}
T:{Count:1b,id:"alexscaves:ominous_catalyst"}
T:{Count:1b,id:"alexscaves:primordial_pants",tag:{Damage:0}}
T:{Count:1b,id:"alexscaves:primordial_tunic",tag:{Damage:0}}
T:{Count:1b,id:"alexscaves:primordial_helmet",tag:{Damage:0}}
T:{Count:1b,id:"alexscaves:limestone_spear"}
T:{Count:1b,id:"alexscaves:primitive_club",tag:{Damage:0}}
T:{Count:1b,id:"alexscaves:atlatitan_egg"}
T:{Count:1b,id:"alexscaves:relicheirus_egg"}
T:{Count:1b,id:"alexscaves:tremorsaurus_egg"}
T:{Count:1b,id:"alexscaves:grottoceratops_egg"}
T:{Count:1b,id:"alexscaves:vallumraptor_egg"}
T:{Count:1b,id:"alexscaves:subterranodon_egg"}
T:{Count:1b,id:"alexscaves:curly_fern"}
T:{Count:1b,id:"alexscaves:fiddlehead"}
T:{Count:1b,id:"alexscaves:pewen_wood"}
T:{Count:1b,id:"alexscaves:pewen_pines"}
T:{Count:1b,id:"alexscaves:pewen_sapling"}
T:{Count:1b,id:"alexscaves:pewen_branch"}
T:{Count:1b,id:"alexscaves:pewen_sign"}
T:{Count:1b,id:"alexscaves:cave_codex",tag:{CaveBiome:"alexscaves:toxic_caves"}}
T:{Count:1b,id:"alexscaves:cave_tablet",tag:{CaveBiome:"alexscaves:toxic_caves"}}
T:{Count:1b,id:"alexscaves:volcanic_core"}
T:{Count:1b,id:"alexscaves:flood_basalt"}
T:{Count:1b,id:"alexscaves:primal_magma"}
T:{Count:1b,id:"alexscaves:fern_thatch"}
T:{Count:1b,id:"alexscaves:tree_star"}
T:{Count:1b,id:"alexscaves:ancient_sapling"}
T:{Count:1b,id:"alexscaves:archaic_vine"}
T:{Count:1b,id:"alexscaves:cycad"}
T:{Count:1b,id:"alexscaves:radgill"}
T:{Count:1b,id:"alexscaves:cooked_radgill"}
T:{Count:1b,id:"alexscaves:radon_bottle"}
T:{Count:1b,id:"alexscaves:cinder_brick"}
T:{Count:1b,id:"alexscaves:spelunkie"}
T:{Count:1b,id:"alexscaves:raygun"}
T:{Count:1b,id:"alexscaves:remote_detonator"}
T:{Count:1b,id:"alexscaves:charred_remnant"}
T:{Count:1b,id:"alexscaves:fissile_core"}
T:{Count:1b,id:"alexscaves:hazmat_boots",tag:{Damage:0}}
T:{Count:1b,id:"alexscaves:hazmat_leggings",tag:{Damage:0}}
T:{Count:1b,id:"alexscaves:hazmat_chestplate",tag:{Damage:0}}
T:{Count:1b,id:"alexscaves:hazmat_mask",tag:{Damage:0}}
T:{Count:1b,id:"alexscaves:polymer_plate"}
T:{Count:1b,id:"alexscaves:toxic_paste"}
T:{Count:1b,id:"alexscaves:green_soylent"}
T:{Count:1b,id:"alexscaves:slam"}
T:{Count:1b,id:"alexscaves:music_disc_fusion"}
T:{Count:1b,id:"alexscaves:disc_fragment_fusion"}
T:{Count:1b,id:"alexscaves:acidic_radrock"}
T:{Count:1b,id:"alexscaves:radrock_uranium_ore"}
T:{Count:1b,id:"alexscaves:underweed"}
T:{Count:1b,id:"alexscaves:waste_drum"}
@@ -0,0 +1,54 @@
T:{Count:1b,id:"minecraft:smoker"}
T:{Count:1b,id:"minecraft:furnace"}
T:{Count:1b,id:"minecraft:iron_ingot"}
T:{Count:1b,id:"thermal:nickel_ingot"}
T:{Count:1b,id:"thermal:invar_ingot"}
T:{Count:1b,id:"thermal:invar_gear"}
T:{Count:1b,id:"thermal:machine_crucible"}
T:{Count:1b,id:"thermal:invar_dust"}
T:{Count:1b,id:"thermal:machine_frame"}
T:{Count:1b,id:"thermal:tin_gear"}
T:{Count:1b,id:"minecraft:magma_cream"}
I:fluid_stack&fluid:minecraft:lava
T:{Count:1b,id:"minecraft:conduit"}
T:{Count:1b,id:"dynamicelectricity:motoraclv"}
T:{Count:1b,id:"dynamicelectricity:stator"}
T:{Count:1b,id:"electrodynamics:tanksteel"}
T:{Count:1b,id:"minecraft:cauldron"}
T:{Count:1b,id:"dynamicelectricity:commutator"}
T:{Count:1b,id:"electrodynamics:coil"}
T:{Count:1b,id:"minecraft:raw_copper"}
T:{Count:1b,id:"dynamicelectricity:ringiron"}
T:{Count:1b,id:"electrodynamics:upgradetransformer"}
T:{Count:1b,id:"thermal:bronze_dust"}
T:{Count:1b,id:"dynamicelectricity:shaftsteel"}
T:{Count:1b,id:"immersiveengineering:hammer",tag:{Damage:0}}
T:{Count:1b,id:"electrodynamics:insulation"}
T:{Count:1b,id:"minecraft:stonecutter"}
T:{Count:1b,id:"minecraft:deepslate_bricks"}
T:{Count:1b,id:"minecraft:deepslate_brick_wall"}
T:{Count:1b,id:"chisel:chisel"}
T:{Count:1b,id:"electrodynamics:battery",tag:{maximumcapacity:1666666.0d}}
T:{Count:1b,id:"electrodynamics:batterybox"}
T:{Count:1b,id:"wardrobe:goat_fur"}
T:{Count:1b,id:"electrodynamics:coalgenerator"}
T:{Count:1b,id:"electrodynamics:wiremill"}
T:{Count:1b,id:"electrodynamics:lathe"}
T:{Count:1b,id:"dynamicelectricity:alternator"}
T:{Count:1b,id:"dynamicelectricity:motordclv"}
T:{Count:1b,id:"electrodynamics:advancedsolarpanel"}
T:{Count:1b,id:"electrodynamics:solarpanelplate"}
T:{Count:1b,id:"electrodynamics:solarpanel"}
T:{Count:1b,id:"aoa3:raw_limonite"}
T:{Count:1b,id:"electrodynamics:electricfurnace"}
T:{Count:1b,id:"electrodynamics:electricfurnacedouble"}
T:{Count:1b,id:"electrodynamics:circuitbasic"}
T:{Count:1b,id:"electrodynamics:motor"}
T:{Count:1b,id:"thermal:steel_plate"}
T:{Count:1b,id:"electrodynamics:electricarcfurnace"}
T:{Count:1b,id:"voltaic:guidebook"}
T:{Count:1b,id:"immersiveengineering:plate_aluminum"}
T:{Count:1b,id:"dynamicelectricity:ringsteel"}
T:{Count:1b,id:"immersive_melodies:vielle",tag:{}}
T:{Count:1b,id:"immersiveengineering:potion_bucket",tag:{Potion:"alexsmobs:bug_pheromones"}}
T:{Count:1b,id:"immersive_melodies:lute",tag:{}}
@@ -0,0 +1,69 @@
T:{Count:1b,id:"ars_nouveau:earth_essence"}
T:{Count:1b,id:"ars_nouveau:fire_essence"}
T:{Count:1b,id:"ars_nouveau:water_essence"}
T:{Count:1b,id:"ars_nouveau:air_essence"}
T:{Count:1b,id:"ars_nouveau:manipulation_essence"}
T:{Count:1b,id:"mysticalagriculture:air_essence"}
T:{Count:1b,id:"mysticalagriculture:earth_essence"}
T:{Count:1b,id:"mysticalagriculture:fire_essence"}
T:{Count:1b,id:"mysticalagriculture:water_essence"}
T:{Count:1b,id:"minecraft:barrier"}
T:{Count:1b,id:"mysticalagriculture:witherproof_glass"}
T:{Count:1b,id:"undergarden:sediment_glass"}
T:{Count:1b,id:"mysticalagriculture:soul_dust"}
T:{Count:1b,id:"mysticalagriculture:soul_glass"}
T:{Count:1b,id:"mcwwindows:one_way_glass"}
T:{Count:1b,id:"gobber2:gobber2_glass"}
T:{Count:1b,id:"gobber2:gobber2_glob_nether"}
T:{Count:1b,id:"gobber2:gobber2_glass_nether"}
T:{Count:1b,id:"mekanism:structural_glass"}
T:{Count:1b,id:"alexscaves:sea_glass_shards"}
T:{Count:1b,id:"alexscaves:depth_glass"}
T:{Count:1b,id:"apotheotic_additions:luminous_glass"}
T:{Count:1b,id:"blue_skies:midnight_glass"}
T:{Count:1b,id:"blue_skies:crystal_glass"}
T:{Count:1b,id:"alexsmobs:rainbow_jelly"}
T:{Count:1b,id:"alexsmobs:rainbow_glass"}
T:{Count:1b,id:"ae2:quartz_vibrant_glass"}
T:{Count:1b,id:"ae2:quartz_glass"}
T:{Count:1b,id:"ae2:quartz_fiber"}
T:{Count:1b,id:"farmersdelight:rice_bag"}
T:{Count:1b,id:"farmersdelight:safety_net"}
T:{Count:1b,id:"farmersdelight:tatami"}
T:{Count:1b,id:"brewery:rope"}
T:{Count:1b,id:"supplementaries:rope"}
T:{Count:1b,id:"beautify:rope"}
T:{Count:1b,id:"farmersdelight:rope"}
T:{Count:1b,id:"minecraft:bone_meal"}
T:{Count:1b,id:"mcwbyg:rope_florus_bridge"}
T:{Count:1b,id:"mcwbyg:florus_rope_bridge_stair"}
T:{Count:1b,id:"farmersdelight:acacia_cabinet"}
T:{Count:1b,id:"farmersdelight:hot_cocoa"}
T:{Count:1b,id:"farmersdelight:milk_bottle"}
T:{Count:1b,id:"farmersdelight:canvas_sign"}
T:{Count:1b,id:"farmersdelight:netherite_knife",tag:{Damage:0}}
T:{Count:1b,id:"minecraft:enchanted_book",tag:{StoredEnchantments:[{id:"farmersdelight:backstabbing",lvl:7s}]}}
T:{Count:1b,id:"farmersdelight:golden_knife",tag:{Damage:0}}
T:{Count:1b,id:"farmersdelight:stove"}
T:{Count:1b,id:"farmersdelight:skillet",tag:{Damage:0}}
T:{Count:1b,id:"farmersdelight:cutting_board"}
T:{Count:1b,id:"farmersdelight:cooking_pot"}
T:{Count:1b,id:"croptopia_additions:pad_thai"}
T:{Count:1b,id:"wfc:chocolate_waffle"}
T:{Count:1b,id:"wfc:waffle_iron",tag:{Damage:0}}
T:{Count:1b,id:"croptopia_additions:frosted_churro"}
T:{Count:1b,id:"croptopia_additions:churro"}
T:{Count:1b,id:"croptopia:knife"}
T:{Count:1b,id:"croptopia:frying_pan"}
T:{Count:1b,id:"croptopia:food_press"}
T:{Count:1b,id:"croptopia:cooking_pot"}
T:{Count:1b,id:"croptopia:tuna_sandwich"}
T:{Count:1b,id:"croptopia:chicken_and_dumplings"}
T:{Count:1b,id:"croptopia:buttered_toast"}
T:{Count:1b,id:"croptopia:scrambled_eggs"}
T:{Count:1b,id:"alltheores:lead_dust"}
T:{Count:1b,id:"alltheores:lead_ingot"}
T:{Count:1b,id:"mcwfurnitures:crimson_desk"}
T:{Count:1b,id:"industrialforestry:industrial_scoop",tag:{}}
T:{Count:1b,id:"industrialforestry:industrial_squeezer"}
T:{Count:1b,id:"industrialforestry:industrial_centrifuge"}