ProjectE Integration

Adds ProjectE conversions for recipes from other mods!

File Details

ProjectE Integration - 2.2.9 - api

  • R
  • Apr 13, 2019
  • 18.29 KB
  • 39
  • 1.12.2

File Name

ProjectEIntegration-1.12.2-2.2.9-api.jar

Supported Versions

  • 1.12.2

Current release 2.2.9

  • Update mekanism support

2.2.8.52

  • [ImgBot] Optimize images
  • [ImgBot] Optimize images /logo.png -- 30.00kb -> 29.99kb (0.03%)

2.2.8.50

  • Update Readme and Change Logo
  • Remove Logo to reduce file size

2.2.8.49

  • Catch Throwable instead of Exception Should prevent crash to desktops

2.2.7.48

  • Disabled Required Versions except for ProjectE

2.2.6.47

  • Fix some logging in main class

2.2.5.46

  • Fix Mekanism Support

2.2.4.45

  • Add CraftTweaker support

2.2.3.44

  • Add Mekanism Support Also remove unused import from Charset Also add changelog!

2.2.2+b43

  • Bump Version

2.2.1+b42

  • Add Woot Support Move some things around Change IC2 to Provided Add Throws Exception to PEIPlugin setup

2.2.1+b41

  • Change Charset File to gradle dep

2.2.1+b40

  • Bump version

2.2.0+b39

  • Add Charset Support I don't know if charset has other custom crafting registries but I believe it registers all it's recipes through the CraftingManager

2.2.0+b38

  • Change Embers Rekindled support to Embers Support Removed Dawnstone Anvil Mapper Heating Coil Mapper. Change inputs to support both embers and embers rekindled (hopefully) Also added some emc to Ender IO materials

2.1.1+b37

  • Rename curseforge artifacts This should make the curseforge maven act nicer.

2.1.1+b36

  • Fix EnderIO SoulBinderMapper Wasn't adding mapped souls.

2.1.0+b35

  • Rename Pams HarvestCraft lib file
  • Add HarvestCraft support Also, prevent recipe manipulation by copying items and fluids every step of the way. addEMC for ore dictionary added.

2.0.2+b33

  • Add isSameItem Util Also remove unused import from sonarcore.

2.0.2+b32

  • Add TryCatch to addConversion and rename embers mapper to prepare for embers "2" mapper

2.0.1+b31

  • Add TryCatch clauses to plugin.setup() and mapper.setup() This should prevent failing mappers

2.0.0+b30

  • Bump Version: 2.0.0

2.0.0+b29

  • Update Loads of things Getting inputs had to be duplicated to stop potential StackOverflowExceptions from potentially happening! Recipes now should be working better than it was before. Add some more logging, this logging could be a potential slowdown for the whole system though. Add note.txt on why some items might now be recieving an EMC value.

2.0.0+b28

  • Update PEIntegration.java Missed some logging

2.0.0+b27

  • Add Calculator Support Also some logging additions and PEIMapper addRecipe input check fix TODO: Fix some invalid mappers discovered from the debug logs!

2.0.0+b26

  • Add Blood Magic Support

2.0.0+b25

  • Add ExtraBotany support

2.0.0+b24

  • Add IC2 Support Also improve support for Immersive and Embers, preventing crashes with those.

2.0.0+b23

  • Update build.gradle Fix TE/TF build
  • Update gradle.properties Fix forestry version
  • Add WIP Thaumcraft Support Some features are missing!
  • Add Immersive Engineering Support
  • Add Forestry support
  • Add Embers Support
  • Update PluginThermalExpansion.java More support

2.0.0+b17

  • Update PluginThermalExpansion.java Improve Thermal Expansion support, not fully complete though

2.0.0+b16

  • Cleanup Switch as many methods to `addRecipe` as possible

2.0.0+b15

  • Cleanup Some files were corrupted it seems?
  • Update PEIMapper.java Correct old corrupted file???
  • Add Partial Thermal Expansions Support TE Support is missing some recipes Also, start cleanup operation

2.0.0+b12

  • Add Compact Machines support

2.0.0+b11

  • Add Mystical Agriculture Support
  • Update .travis.yml Dammit

2.0.0+b10

  • Update .travis.yml For the last time (Hopefully)

untagged-ce752357123ce2dd5820

  • Update .travis.yml
  • Update .travis.yml
  • Update .travis.yml
  • Setup Build Releases and change tabs to spaces
  • Add TCon Support Change `setupIntegration` to `setup` Don't addConversions at PostInit instead run all conversions at ServerAboutToStartEvent Some other stuff
  • Fix dependencies error
  • Update .travis.yml
  • [ImgBot] Optimize images *Total -- 58.96kb -> 56.96kb (3.39%) /logo.png -- 13.33kb -> 12.66kb (5%) /src/main/resources/logo.png -- 45.63kb -> 44.30kb (2.92%)
  • Setup GitHub Pages Also, travis support
  • Add missing logic to setEMC This will prevent items and objects from getting registered with 0 or less EMC. Useful for objects which haven't been configured yet.
  • Add support for RebornCore and TechReborn Note: TechReborns recipes are registered in RebornCore Added some missing docs Add some config helpers
  • Add Astral Sorcery Support Added disabled_by_default to PEIMapper to indicate a maybe cheaty/faulty mapper.
  • 2.0.0 Is currently beta, and should build like it is!
  • Add missing dependencies
  • Add EnderIO Support Remove ExtendedCrafting test debug logs Add extra parameter to addEMC Add additional documentation to Botania
  • Add Botania Support
  • Add Draconic Evolution Support
  • Start Restructure This is preparation for 1.13.x
  • Start Preparing for restructure

1.5.0

  • Add missing dependency
  • Add missing spaces
  • Add Avaritia Support - Add Cache to Utils - Add Cleanup to load_plugins - Switch back to release
  • Add some config options and LOADED logic PRELOAD - A boolean to switch between `postInit` and `serverAboutToStart` DISABLE - Disable the mod outright for testing purposes LOADED is a boolean to say the the conversions have already be loaded and don't need to be reloaded.
  • Add config comment for NuclearCraft

1.4.0

  • Add NuclearCraft Support This has been tested and seems to be working, there may however be unintended side effects. Until everything is confirmed to be working, release will remain `beta`
  • Add Logo

1.3.0

  • Push V:1.3.0
  • Add AE2 Support and other AE2 Grindstone and Inscriber Rename `postInit` to `serverAboutToStart` Add phase timings to `preInit` and `serverAboutToStart`
  • Create README.md
  • Remove makeChangelog task and switch `release_type` to `release`. Todo: Re implement makeChangelog at a later date with proper formatting and versioning, until then, do everything manually.

1.2.0

  • V 1.2.0
  • Add Blacklist Proxy, TransmutionProxy and ArmorPlus support

1.1.0

  • Update 1.1.0 Add config support for all plugins Rename `ProjectEIntegration.java` to `PEIntegration.java` Move Modid to Plugin Annotation from IPlugin Only load required plugins and nothing else Prepare for debug logging Rename all optional mods versions to modids
  • Switch to using Plugin Annotation Renamed Utils package to Other for future use Add Jar Signing and Warning Added some loggin messags
  • Update issue templates Add generic issue templates to be updated later
  • Added addEMC functions for later use
  • Remove Non-Working plugins
  • TODO: Setup cursegradle later
  • Initial Commit