Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Extended" fixes and improvements #1926

Merged
merged 91 commits into from
Dec 25, 2021

Commits on Dec 25, 2021

  1. 🧮 Craft.zs - recipe making helpers

    Repo: https://github.com/Krutoy242/Craft.zs
    
    Tested:
    - Bone right-click functionality
    - Adding and removing recipes programmatically
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    ac9cc8c View commit details
    Browse the repository at this point in the history
  2. ⚙️ Process.zs: update compats and capabilities

    - Fluid steps. When liquid amount various for different output it clamps to 100/500 etc
    - MekEnrichment as one of processing methods
    - New process: `process.mash`
    - New process: `process.magic`
    - `process.squeeze` accept array of inputs
    - ID Squeezer input liquid rounded up
    - Add IE Mixer
    - Add IE Kiln
    
    Tested:
    - Old process recipes
    - Recipes in new machines (Kiln)
    - Parsed XML output in `crafttweaker.log`
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    ce73075 View commit details
    Browse the repository at this point in the history
  3. 𝓩𝒮 D.zs: Safe working with IData

    Use global function D(data) to wrap IData and get values from it.
    
    Source: https://github.com/Krutoy242/D.zs
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    066dbd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60a151e View commit details
    Browse the repository at this point in the history
  5. 𝓩𝒮 Misc OreDict.zs changes

    - Set priority
    - Add [Fertilized Essence] to fertilizers
    - Remove purged Sawdust from Forestry, ExCompressum and Mekanism
      (they not obtainable anymore)
    
    Tested:
    - New oredicts actually added
    - Any other wood pulp except from TE is unobtainable
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    b98a11f View commit details
    Browse the repository at this point in the history
  6. 📭 Storage Drawers: Half 4x4 size Fix

    Without this change, half 4x4 had same size as full 4x4
    
    Tests:
    - Drawer became smaller ingame
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    30a3e08 View commit details
    Browse the repository at this point in the history
  7. 📭 Storage Drawers: [Creative Storage Upgrade] craft

    Tests:
    - Tested crafting (from previously crafted Black Hole unit, not taken from JEI)
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    3ddbbae View commit details
    Browse the repository at this point in the history
  8. 📭 Storage Drawers: Buff [Storage Upgrade (every)], but make harder re…

    …cipes
    
    Usually, all tiers of storage upgrades was skipped.
    First days of playing you use (III) level, and then move straight to last (V).
    With this change, relatively same storage size (x15) would be achieved by level (III).
    
    Full stack of 7 upgrades (V) would make [Basic Drawer] size of 1,806,336 items (28,224 stacks)
    
    Tested:
    - Tier V craftable
    - 7 upgrades enlarges drawer to 28,224 stacks
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    476042f View commit details
    Browse the repository at this point in the history
  9. 📭 Storage Drawers: Add Sealed content Tooltip

    When broken and sealed (saved content inside),
    drawers would have tooltip with name of first item inside
    
    For example:
    `Sealed: Cobblestone`
    
    Tested:
    - Tooltip added ![Screenshot with tooltip](https://i.imgur.com/KMKcjXf.png)
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    c70735d View commit details
    Browse the repository at this point in the history
  10. 🩸 Blood Magic: More animals give different amount of blood

    When using [Dagger of Sacrifice] near altair
    
    Tests:
    - Killed Longhorn Bull on Tier V altair gives about ~3400 blood
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    9925f94 View commit details
    Browse the repository at this point in the history
  11. 🩸 Blood Magic: Fix [Liquid Dirt Bucket] recipe

    Was uncraftable
    
    Tests:
    - Craftable, bucket consumed, sigil - not.
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    59d1ae8 View commit details
    Browse the repository at this point in the history
  12. 🩸 Blood Magic: [Awakended Activation Crystal] simplify

    Its used to not so powerful rituals to be that pricy
    
    Tests:
    - Returned to default recipe, craftable ![Recipe Screenshot](https://i.imgur.com/Rmb1NqP.png)
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    a0382e2 View commit details
    Browse the repository at this point in the history
  13. 🩸 Blood Magic: [Blood Tank Tier 1] simplify

    It should be very cheap because can hold only 16 buckets of liquid
    
    Tests:
    - Craftable ![New Recipe](https://i.imgur.com/Qgx3buf.png)
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    cce8f33 View commit details
    Browse the repository at this point in the history
  14. 🧬 Draconic Evolution: [Draconium Chest] cheaper

    Draconic chest is Chest + Furnace + Crafting table.
    But no one need such early game stuff on endgame.
    Moving craft to early DE should give chests more uses.
    
    Also [Draconic Core] in ingredient could be replaced to [Draconium Block]
    to make even cheaper, because [Large Storage Crate]
    have actually even more space (351) than Draconium Chest (260)
    
    Tests:
    - Craftable on AA Empowerer ![Crafting Process Screenshot](https://i.imgur.com/1KXfCM5.png)
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    c228f65 View commit details
    Browse the repository at this point in the history
  15. 🧬 Draconic Evolution: [Ender Energy Manipulator] cheaper

    EEM allows to extract [Dragon Egg] from living dragon.
    Without this simplify, it would be easier to spawn and defeat
    another dragon rather than craft EEM
    
    Tests:
    - Craftable on Extended Crafting Piedestal ![Crafting process screenshot](https://i.imgur.com/HhUmlzH.png)
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    04f64d1 View commit details
    Browse the repository at this point in the history
  16. 🛸 EnderIO: Disable Blink Through Unbreakable Blocks

    This would prevent exploiting [Staff of Traveling] in Twilight Forest
    
    Tested:
    - Traveled to Twilight forest, unable to teleport between Maze levels (they separated with bedrock)
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    3c8d978 View commit details
    Browse the repository at this point in the history
  17. 🛸 EnderIO: x2 Buff [Power Buffer]

    Power Buffer is twice cheaper than [Basic Capacitor Bank]
    but can be increased with good installed capacitor.
    With [Basic Capacitor] it gave 40MRF.
    With lvl5 Capacotor - 520MRF
    
    This should induce players combine Loot Capacitors together.
    
    Also, fix Basic Capacitor Bank max storage (seems like `0` was missed)
    
    Tests:
    - Power buffer with T1 capacitor give 40Mrf storage
    - Basic Capacitor Bank store 100Mrf
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    98496db View commit details
    Browse the repository at this point in the history
  18. 🛸 EnderIO: [Impulse Hopper] cheaper

    This is basically quantity filter with auto input/output
    
    Tested:
    - Craftable
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    1db229c View commit details
    Browse the repository at this point in the history
  19. 🛸 EnderIO: Remove [Ender Pearl] -> [Ender Pearl Powder] grinding

    Pearl should be grinded into [Ender Dust] (applied)
    
    Tests:
    - Pearl grinds in Ender Dust in AE Quartz Grindstone
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    fa9a0fe View commit details
    Browse the repository at this point in the history
  20. ▦ ExNihilio: [Wooden Crook] changes

    - Crooks can process any [Leaves] to [Silkworm]
    - [Eyebulb] can be crooked into [Spider Eye]
    
    Tested:
    - Croocking TF leaves drops worms
    - Only bottom Eyebulb part drops Spider Eye when croocking
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    2573575 View commit details
    Browse the repository at this point in the history
  21. ▦ ExNihilio: [Scented Hive] and [Artificial Hive] craft

    Scented hives used to spawn Forestry hives
    
    Tested:
    - Craftable
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    f87ea1d View commit details
    Browse the repository at this point in the history
  22. ▦ ExNihilio: More Compressed Entities

    Just brings more fun to game.
    Always happy to find compressed Cow or such
    
    Tests:
    - Spawned ~20 Jersey Bulls, one was compressed. When killed it, it spawns more Jersey Bulls
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    d71aea0 View commit details
    Browse the repository at this point in the history
  23. 🌾 Farming For Blockheads: Add [Sunflower]

    Tested:
    - Actually Buyable
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    f9e1d9a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f737ea5 View commit details
    Browse the repository at this point in the history
  25. 🐝 Bee Diversity Store - unique way to collect time from breeding bees

    Adds recipe functions to store bee data inside special device.
    When new bee specie added, reward accumulated in form of ticks.
    
    As much species are stored, as much time added, exponentially.
    
    Tested:
    - Bee Diversity Store item craftable
    - Time added when aplying bees
    - Time moved from BDS to Time In The Bottle propertly
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    71ab618 View commit details
    Browse the repository at this point in the history
  26. 🐝 Forestry: More fertilizers for Farms with different values

    [Fertilizer] (AA)
    [Fertilizer] (IF)
    [Floral Fertilizer]
    [Mystical Fertilizer]
    [Fertilized Essence]
    [Phyto-Gro]
    [Rich Phyto-Gro]
    [Fluxed Phyto-Gro]
    
    Tested:
    - Arboretum (Managed) works normally with Fertilizer from Industrial Foregoing
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    7a9e5ee View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d4f9b44 View commit details
    Browse the repository at this point in the history
  28. 🐝 Forestry: [Woven (every) Backpack] cheaper

    Comparing to other backpack, like Iron Backpacks, they still have too few slots
    
    Tested:
    - Crafted Woven Mining Backpack
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    721e5a2 View commit details
    Browse the repository at this point in the history
  29. 🐝 Forestry: [Impregnated Casing] make OreDicted recipe

    Tested:
    - Impregnated Casing craftable
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    b948c11 View commit details
    Browse the repository at this point in the history
  30. 🐝 Fix [(every) Circuit Board] (forestry) occurances

    This change would make recipes ask for right tier of Circuit,
    but no matter of NBT tags.
    Still, in JEI it would be shown right way with tooltip
    `Fit X Electron Tubes`
    
    This change would also fix their "stuck" problem in ME auto-crafts
    
    Tested:
    - Made recipe pattern for Machine Circuitry from JEI ("+" button) into ME crafting network
    - Crafted Intricate Circuit Board in Carpenter
    - Placed this Circuit in ME system
    - Order Machine Circuitry in ME Terminal
    - Circuitry crafted fine (before this change, ME would be unable to find Intricate Circuit Board in network)
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    764ef39 View commit details
    Browse the repository at this point in the history
  31. 🖥 OpenComputers: Disable Buffer

    Makes possible editing code from RL computer.
    This is tricky option some people dont know exist.
    Extremely handy for programming.
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    705e2b4 View commit details
    Browse the repository at this point in the history
  32. 🖥 OpenComputers: Add missed items to JEI, like [Robot]

    Tested:
    - ![New Items in JEI](https://i.imgur.com/2zRD9IB.png)
    - Robot and Tablets are duplicated with their creative versions, but without change they wont shown anyway
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    95455f6 View commit details
    Browse the repository at this point in the history
  33. 🔩 RFTools: Add all blocks from **Quark** and **Rustic** to dimlets

    All of this blocks are harmless and mostly non-exploitable.
    This change mostly needed to add decorative blocks like [Slate] or [Cave Crystal]
    to build even more beautiful custom worlds
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    3a361b4 View commit details
    Browse the repository at this point in the history
  34. 🧙‍♂️ Cyclic: [Magic Bean] huge drop list

    Magic beans rather than other "thrash" loot tables have HUGE
    amount items, and rare of them are actually valuable
    Through, automating farming would be a challenge, because get desirable item
    would only have chance 1/1000
    
    [There is current list of items](https://imgur.com/UV2wgY4)
    (except for mods that not present in E2E like Deep Mob Learning)
    
    Tested:
    - Planted Magic Bean, fertilized it, get tonns of random items
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    2227170 View commit details
    Browse the repository at this point in the history
  35. 🧙‍♂️ Cyclic: Add uses for [Packager] and [Hydrator]

    Tested:
    - Crafted White Alabaster
    - Crafted some Rice Slimeballs from Rice Dough
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    cb3a892 View commit details
    Browse the repository at this point in the history
  36. 🧃 Open Blocks: [fluid:Essence] (IF) make valid

    Tested:
    - Fueled up Auto Anvil with Essence, merged two books
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    9b205bd View commit details
    Browse the repository at this point in the history
  37. 🌠 AstralSorcery: [Resplendent Prism] craft in **Starlight Crafting En…

    …gine**
    
    Tested:
    - Craft 1 Resplendent Prism in MM machine
    - Prism got stats when entered inventory
    - Recraft prism with second recipe gave another clear prism, that got stats when placed in inventory
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    a9a4f3a View commit details
    Browse the repository at this point in the history
  38. 🌠 AstralSorcery: [Scroll of Written Expertise] craft with ALL knowledge

    As a reward for players who advanced into endgame and dont want to
    search for each missed constellation
    
    Tested:
    - Scroll is craftable
    - Gol all knowledge when used
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    313d729 View commit details
    Browse the repository at this point in the history
  39. 📙 AkashicTome: Add **Forestry** guide

    Also align code
    
    Tested:
    - Book present in Tome ![Screenshot of opened tome](https://i.imgur.com/aM1hLfz.png)
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    57d67de View commit details
    Browse the repository at this point in the history
  40. 🪓 Add saw [Magical Wood] -> [Magical Planks], add saw for [Dreadwood …

    …Log]
    
    Tested:
    - Magical Wood -> 4x Planks in Block Cutting machine
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    080e664 View commit details
    Browse the repository at this point in the history
  41. 🌳 TwilightForest: Increasing the durability of rare items

    Tested:
    - Ore Magnet actually have 128 uses
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    750dcbc View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    6653149 View commit details
    Browse the repository at this point in the history
  43. 🔨 TCon: Molten Quartz and Lapis -> Blocks cast

    Tested:
    - Crafted Quartz Block from molten Questz
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    3910a39 View commit details
    Browse the repository at this point in the history
  44. 🔨 TCon: Clearing of [Seared Tank] & [Seared Gauge]

    Tested:
    - Seared Gauge cleared in inventory
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    1d1fef3 View commit details
    Browse the repository at this point in the history
  45. 🔨 TCon: Super [Pattern Chest] with all avaliable patterns

    Need when you dont want to repeatedly craft each ~20 patterns
    This item have shining texture when crafted
    
    Tested:
    - Crafted Pattern Chest
    - Crafted chest has glowing
    - Placed, all patterns inside
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    22ba06d View commit details
    Browse the repository at this point in the history
  46. 🔨 TCon: Missed melt recipe for [Block Of Ender Pearls]

    Tested:
    - Melted in Crucible just fine
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    565e07e View commit details
    Browse the repository at this point in the history
  47. 🦯 Thaumcraft: [Salis Mundis] visible recipe (original is hidden in JEI)

    This recipe wont change actual mechannics of crafting Salis Mundis
    Just make it visible
    
    Tested:
    - Placing different crystals in Crafting Table result fine ![Crafting Station recipe](https://i.imgur.com/9tKuhaI.png)
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    50944d4 View commit details
    Browse the repository at this point in the history
  48. 🦯 Thaumcraft: Add aspects for some items

    This items would be handy to melt into aspects
    
    Tested:
    - Melted Beeswax in crucible fine
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    110c445 View commit details
    Browse the repository at this point in the history
  49. 💼 Actually Additionals: Buff [Leaf Generator]

    Cause AA ingredients cost much more, Leaf Gen need to be signif. buffed
    Now it could  be used on Forestry or other tree farms to get rid of excess leaves
    
    Tested:
    - Leaf Generator working, output 450 RF/T into near Capacitor Bank
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    06aecb9 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    7ea8a1c View commit details
    Browse the repository at this point in the history
  51. 💼 Actually Additionals: More efficient way to mash items

    Alternative recipe for [Bio-mash], [French Fry] and [Bacon] (actually)
    
    Tested:
    - Porkchop mashed into Bacon
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    31e5b05 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    24fb228 View commit details
    Browse the repository at this point in the history
  53. 💼 Actually Additionals: Fix [Lens Of Color] conversions

    Before, lens would give acces to free [Lapis Lazuri] from, basically, flowers.
    Now Lens accept __any__ ore-dicted dyes, but output only last ones
    (mostly Artificial Dyes)
    
    Cost - this items lose their color oredict:
    - [Fertilizer] (IndustrialForegoing)
      [Organic Brown Dye]
      [Organic Green Dye]
    Through, they are so pricy, nobody should notice that.
    
    Tested:
    - Cycled all 16 dyes under lens, all output non-exploitable dyes
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    8d602bd View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    090ccad View commit details
    Browse the repository at this point in the history
  55. 🧱 Format XML files with custom recipes

    This commit not add changes, only formates files from
    Advanced Rocketry and EnderIO, that would be changed in next commits
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    6a534c8 View commit details
    Browse the repository at this point in the history
  56. 🪐 AdvRocketry: Add [Electric Mushroom] as fuel for [(any) Enervation …

    …Dynamo]
    
    Electric Mushroom spawns rarely on one far planet
    
    Tested:
    - Enervation Dynamo consumed Electric Mushroom, output 640 RF/t
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    4c7e208 View commit details
    Browse the repository at this point in the history
  57. 🪐 AdvRocketry: Format and sort some xml recipes

    No ingame changes, except [HSLA Steel Ingot] recipe now oredicted
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    b1c935a View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    1c6f53d View commit details
    Browse the repository at this point in the history
  59. 🐮 Animania: Mash [(every) Cheese Wheel] and some Prime Meat into pieces

    More efficient and automatable way
    
    Tested:
    - Mashed Wheel on Presser, got 6 pieces
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    b4f66cb View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    5d76f2e View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    41fcde9 View commit details
    Browse the repository at this point in the history
  62. 🌴 BiomesOPlenty: [Blue Fire Jar] make stackable

    For building purposes
    
    Tested:
    - Actually stackable
    - When used, not duped
    - When picked up, merged with not full stacks
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    166075b View commit details
    Browse the repository at this point in the history
  63. 🌴 BiomesOPlenty: [Bramble] add recycling

    Tested:
    - Bramble recycled in Forestry's Squeezer succesfully
    - Potion filled in Fluid Transposer into bottle
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    3060f46 View commit details
    Browse the repository at this point in the history
  64. 🍃 Botania: [Orechid]: [Yellorite Ore] remove, add other 5 Ores

    - [Thorium Ore]
    [Magnesium Ore]
    [Lithium Ore]
    [Boron Ore]
    [Prosperity Ore]
    
    Tested:
    - Working orechid spawned new ores and not spawned Yellorite
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    25b690c View commit details
    Browse the repository at this point in the history
  65. 🍃 Botania: Add more saplings to [Mana Pool] sapling cycling

    Tested:
    - Full cycle working fine
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    f07dfad View commit details
    Browse the repository at this point in the history
  66. 🍃 Botania: Add Colored Glass -> Quark Cave Crystals conversions

    For example:
    [White Stained Glass] -> [White Cave Crystals]
    
    Tested:
    - Glass transformed fine
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    2f12168 View commit details
    Browse the repository at this point in the history
  67. 🏴 DarkUtilities: [Ender Hopper] and [Pearled Ender Hopper] cheaper

    They work too slow and have short radius
    (in comparsion with other ranged hoppers)
    
    Tested:
    - Craftable Just fine
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    f586584 View commit details
    Browse the repository at this point in the history
  68. 👿 Extra Utilities 2: [Ender Pearl] mash -> [Ender Shard]

    Tested:
    - Mashed fine, through, output in 16 items in stack, that more then 8 items max
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    0ef9d83 View commit details
    Browse the repository at this point in the history
  69. 🛢️ Immersive Engineering: Add missed Metal Slabs recipes

    Recipes would be oredicted now.
    Examples: [Copper Slab] [Electrum Slab]
    
    Tested:
    - Cheseled Block Of Copper -> Slab recipe
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    f2d160f View commit details
    Browse the repository at this point in the history
  70. 🛢️ Immersive Engineering: Cheaper [Conveyor Belt]

    Modpack have many Conveyors types.
    IE ones could be nice early alternatives for early game,
    but they require too much Iron.
    New recipes would make them much affordable
    
    Tested:
    - Craftable
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    f89fa19 View commit details
    Browse the repository at this point in the history
  71. 🔌 IC2: [Dense (Every) Plate] in [(Any) Compcator]

    Craft straight from blocks in advanced machine
    
    Tested:
    - Dense Copper Plate from Chiseled Copper
    - Dense Obsidian from Obsidianas exception
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    6cf39d9 View commit details
    Browse the repository at this point in the history
  72. 🔌 IC2: extract default shaped recipes from IC2 .jar file

    This commit would not change anything.
    Its need to be here to see actual changes in next commits.
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    a9c6625 View commit details
    Browse the repository at this point in the history
  73. 🔌 IC2: Unhide all IC2 hidden recipes, including [Nuke]

    Also reveal previously invisible recipes for:
    - [Glowstone Dust]
    - [Gunpowder]
    - [Rail]
    - [Torch]
    
    Also remove Tiny Emerald and tiny Diamond dust recipes (crash on load with them)
    
    Tested:
    - New recipes visible in JEI. ![Example of recipe](https://i.imgur.com/6iir6Gw.png)
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    d79cc4e View commit details
    Browse the repository at this point in the history
  74. 🌸 Industrial Foregoing: More [Sludge] outputs

    Additional output:
    - [Fertile Soil]
      [Pulped Biomass]
      [Compost]
      [Mulch]
      [Rare Earths]
    
    Tested:
    - New sludge produced fine. ![Example output](https://i.imgur.com/4qD6Ixm.png)
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    4a44835 View commit details
    Browse the repository at this point in the history
  75. 🌸 Industrial Foregoing: [Black Hole Tank] & [Black Hole Unit] stackable

    Would make easier to use them as recipe ingredients
    
    Tested:
    - Stackable
    - Tanks with different content not stackable
    - Still used in crafts fine
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    dbe78b9 View commit details
    Browse the repository at this point in the history
  76. ☢️ NuclearCraft: remove wrong [Quartz Dust] (nuclearcraft) recipes

    Many machines output wrong dust. Change them to right one
    
    Tested:
    - Wrong Quartz Dust unobtainable anymore (crafts not visible in JEI)
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    f717492 View commit details
    Browse the repository at this point in the history
  77. ☢️ NuclearCraft: More machines for [Bioplastic]

    Tested:
    - Recipe in Enrichment Chamber
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    34de82a View commit details
    Browse the repository at this point in the history
  78. ☢️ NuclearCraft: More machines for [Supercooled Ice]

    Tested:
    - Chiseled Ice -> Supercooled Ice in Fluid Transposer
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    e0e787e View commit details
    Browse the repository at this point in the history
  79. ☢️ NuclearCraft: Remove worthless Salt recipes

    [Molten Salt Reactor Controller] is already complicated,
    but there is **hundreds** of useless recipes.
    Mostly its enriching Depleted Fuel or
    centrifuging compound fuel back to ingredients
    
    There is no pipeline that could use this recipes.
    This recipes only confusing players when they want to understand
    how to build their first Salt Reactor
    
    Tests:
    - Checked JEI for californium fuel salt recipe
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    b4cbe60 View commit details
    Browse the repository at this point in the history
  80. 🌱 Mystical Agriculture: Missed 4 types of dyes from [Dye Essence]

    Tested:
    - Crafted blue dye
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    7566367 View commit details
    Browse the repository at this point in the history
  81. 🌱 Mystical Agriculture: Squeezing [Cow Essence] & [Water Essence]

    Tested:
    - Cow Essence -> Milk in Forestry Squeezer
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    1abe70a View commit details
    Browse the repository at this point in the history
  82. 🌱 Mystical Agriculture: Saplings from Essence recipes

    [Nature Essence] + [Wood Essence] providing saplings.
    Expand with unique recipes for saplings from most mods.
    
    Examples: [Blossoming Sapling] [Greatwood Sapling] [Bamboo Sapling]
    
    Note, that not all sapling recipes would be added.
    For example, [Sacred Oak Sapling] would be skipped.
    
    Tested:
    - Recipes exist in JEI
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    fc8cc87 View commit details
    Browse the repository at this point in the history
  83. 🌱 Mystical Agriculture: [Fertilized Essence] Add missed recipe

    Tested:
    - Craft With Infusion Crystal recipe
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    0cdf7b8 View commit details
    Browse the repository at this point in the history
  84. 🌱 Mystical Agriculture: [Enderman Essence] -> [Ender Pearl] buff

    Considering many Ender Pearl sources in modpack,
    previous recipe was too weak
    
    Tested:
    - New recipe exist in JEI
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    85899cd View commit details
    Browse the repository at this point in the history
  85. 🔠 MainMenu: Move modpack label to fit MC in window

    Right now, main menu cut label to `Enigmatic`.
    This change make label smaller, so it wouldnt cut
    
    Teseted:
    - Checked main menu
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    0e0ffb7 View commit details
    Browse the repository at this point in the history
  86. 🐉 Ice and Fire: [Ambrosia] make stackable

    Could be useful for fightings when stackable
    
    Tested:
    - Stackable
    - Eating works fine
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    aa9346c View commit details
    Browse the repository at this point in the history
  87. 🐉 Ice and Fire: Add [Fishing Spear] craft because snow villages is di…

    …sabled
    
    Tested:
    - Craftable
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    e0df539 View commit details
    Browse the repository at this point in the history
  88. 👨‍🏭 Mekanism: Fix Cubes, Fluid & Gas Tanks uncraftable in AE

    Without this change, you should manually paste exist cubes or tanks
    into ME crafting grid, or autocraft wont take them automatically
    
    Tested:
    - Added recipes to ME for each cube (from JEI by "+" button)
    - Elite Cube crafted from basic ingredients, propertly crafted all previous cubes
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    32408bf View commit details
    Browse the repository at this point in the history
  89. 👨‍🏭 Mekanism: [Cardboard Box] add tooltip about Spawner content

    Box would always have empty line in tooltip,
    but when there would be spawner in it, entity ID would be shown
    Very handy, because Cardboard Boxes are best way to move spawners
    
    Tested:
    - ![Tooltip screenshot](https://i.imgur.com/O6TUd20.png)
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    d288ab7 View commit details
    Browse the repository at this point in the history
  90. 🌡️ Thermal Expansion: [(every) Clathrate] rework

    - Buff melting recipes up to 10 buckets from each Clathrate
    - Filling with [Cryotheum] output [Signalum Blend], [Lumium Blend] and [Enderium Blend]
    
    Tested:
    - Distabilized Clathrate in Fluid transposer turned into Signalum Blend
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    db4b0d9 View commit details
    Browse the repository at this point in the history
  91. 🌡️ Thermal Expansion: [Stone Gear] (thermal) can be made in [(Any) Co…

    …mpactor]
    
    Tested:
    - Craftable
    Krutoy242 committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    ea5b112 View commit details
    Browse the repository at this point in the history