Skip to content

Releases: thiakil/Applied-Energistics-2

rv5-1.12-beta1

19 Jul 13:20
Compare
Choose a tag to compare

5be1c53 Made Interface Terminals Tall
f4c7b9b Added Search Box Mode Setting to Interface Terminal
87e4711 1.11 fixes for paperpilot's PR
d2f938b more stupid 1.12 gui changes
8603e5f Advancements are a go!
8f5d96c reinstate Recursive advancement that was missing a TODO label
28f4e0a fix obtained item condition to be min 1, not exact
4b6e905 Set meteorites to be default spawnable anywhere
aa66d69 add safety for unconnected FE tunnel caps
77d369a fix some attunement ids, add native ability for caps to set attunement for item/fluid/fe tunnels
8f53444 actually run the preinit for integrations in preinit. Needed so recipe integrations load.
f17914f readd mekanism integration
520d92d remove explicit mekanism attunement, it adds it itself
6a033f2 update mekanism recipes
7dcbeb9 double the chest's internal buffer so it can accept stacks of items
b109282 prevent npe in onItemUse in formation planes
20af69c add option to remember the terminal search
1c6744f Use ByteBufInputStream instead of ArrayIS on netowrk packets as they may not always be array backed. Fixes #24
056e4aa add some extra error handling/stupid proofing
a5411ac log when itemhandler throws exception
ef79c25 try to inform the user when the crafting job throws an unhandled exception

rv5-1.11.2-beta-1

19 Jul 13:19
Compare
Choose a tag to compare

5be1c53 Made Interface Terminals Tall
f4c7b9b Added Search Box Mode Setting to Interface Terminal
87e4711 1.11 fixes for paperpilot's PR
aa66d69 add safety for unconnected FE tunnel caps
77d369a fix some attunement ids, add native ability for caps to set attunement for item/fluid/fe tunnels
8f53444 actually run the preinit for integrations in preinit. Needed so recipe integrations load.
f17914f readd mekanism integration
520d92d remove explicit mekanism attunement, it adds it itself
6a033f2 update mekanism recipes
7dcbeb9 double the chest's internal buffer so it can accept stacks of items
b109282 prevent npe in onItemUse in formation planes
20af69c add option to remember the terminal search
1c6744f Use ByteBufInputStream instead of ArrayIS on netowrk packets as they may not always be array backed. Fixes #24
056e4aa add some extra error handling/stupid proofing
a5411ac log when itemhandler throws exception
ef79c25 try to inform the user when the crafting job throws an unhandled exception

rv5-1.12-alpha-5

14 Jul 15:31
Compare
Choose a tag to compare

478cc6b sync all custom tile/part names to the client
ce0cb83 show tile/part custom names in Waila. Also returns IS.EMPTY instead of null in waila handlers
526de10 make TOP display custom names separate from the item name like waila

rv5-1.12-alpha-4

14 Jul 06:43
Compare
Choose a tag to compare

18b2c01 Fix class cast exception in slotcrafting. Closes #13
4257333 Fix facades not rendering
e54ac73 copy itemstack before shrinking it. Found by tyra314

rv5-1.11.2-alpha-5

14 Jul 15:43
Compare
Choose a tag to compare

478cc6b sync all custom tile/part names to the client
ce0cb83 show tile/part custom names in Waila. Also returns IS.EMPTY instead of null in waila handlers
526de10 make TOP display custom names separate from the item name like waila

1.12 rv5-alpha-3

13 Jul 06:20
Compare
Choose a tag to compare

9bcc120 missing sideonly fixes for ITooltipFlag
14f1973 properly migrate storage biome to new registration system

1.11.2 - rv5-alpha-3

13 Jul 05:58
Compare
Choose a tag to compare

0650a03 update jei plugin to use not deprecated interfaces
d2e439d properly check for block in facade recipe
25fc5c8 allow any grid proxyable tile to give TOP its power/channel info as it's server side
f8c37b1 register primed tiny tnt entity
3433013 Let ItemHandlerAdapter refresh its provided cap on tick. IItemHandlers are not guaranteed to stay the same.
c5df2f8 add untested hashing of item cap to Platform.generateTileHash
8528883 I18n deprecation change
bd42fc3 refactor ME Gui tooltip code to re-use an unused func and handle colours. Closes #10
86ab433 let FE tunnel pull from input, and only give out cap if has input/output as relevant. Closes #9
72a2bf4 fix resource location for tiny tnt
487dfea name update & set basenames to use MC version
bd342c4 build a better tile hash

rv5-alpha-2

09 Jul 14:15
Compare
Choose a tag to compare
rv5-alpha-2 Pre-release
Pre-release

72384e2 Forge Energy Tunnel. Based on the RF tunnel. Does not cache the Energy handler as caps aren't meant to be cached.
27f5752 missed registering sky chest tile
f8221ef fix a couple more MCP mapping update errors
1a8d1d3 reimplement villager trading
7ace55a add new AEFeature for adding presses to villager trades, as level 2 trades. Allows for people who hate the meteors with a passion. Probably needs rebalance regarding emerald cost.
267e3b3 fix some cases where AEItemStack was using ItemStack representation to compare or query things by using getDisplayStack instead
8f3f1aa Separate out the IFMLLoadingPlugin implementation, for Sponge compat
dc4eb81 Major IModel/IBakedModel refactor.
0ff074d fix coremod test
6845172 fix buildcraft calling onBlockAdded with a fake world before the server has started
955502f add version check test
5913f7d actually fix the BC error
efbfe33 ItemHandlerAdapter - add ability to selectively send differences in this onTick call, so that any extra changes (e.g. compacting drawers) get picked up the next tick and not ignored by the network monitor.
56b016f Fix Pattern Terminal pattern output item disappearing when using it to craft
bee0e84 fix broken JEI packet handling which eats items in the pattern terminal if an exact match isn't found with the found recipe pattern item. Closes #7
71c9559 Fix Condenser fluid inventory to actually report 10 buckets like the comment says instead of 10 mb
0137e32 allow item handlers to extract from the Condenser (output slot only)
b1c2a3c implement IInventory.isEmpty on the base IInventory tile class instead of on every subclass
d97b94c Fix entities disappearing when transported with Spatial IO
3b63d43 avoid teleporting log messages by forcibly removing the entity before teleporting it.
fc9e2f6 allow FacingToRotation to load client side by using standard java vector maths to generate the matrix & add sideonly annotation to only remaining method with client only code
8fb04ad Insert cells automatically when right clicking on drive front with in hand, and auto remove when shift clicking with empty hand.
f5fd59f Use log4j2 class directly in the coremod, make the coremod and the main mod class a tad less chatty in default logger configs
9e6dfee Attempt to limit entities like the code used to do
df29e34 Attempt to prevet a null pointer crash in ContainerCraftConfirm
35e68c9 Add ic2 power accepting support to BasePoweredTiles & move IC2 & RF funcs to AEBasePoweredTile with stripping.
7a7c81b Bail in network tool if Forge rightclick event says no
90a9a92 Quartz Wrench - call neighbourChanged correctly
cc5762a Replace a bunch of FAIL returns to not eat item interctions
811f193 Fix P2P light tunnel failing on load.
6b8b58d add some stack overflow protection to the energy grid cache
c80bf64 Change Item P2P tunnel to use caps.
16006a7 Force P2P tunnels to sync their DisplayName, should always display when set now.

rv5-alpha-1

04 Jul 12:17
Compare
Choose a tag to compare
rv5-alpha-1 Pre-release
Pre-release

72fb550 update display name and filenames to better communicate this is a fork
c1a1dd7 fix missing IC2 layer to make eu tunnel work again
a67ae19 temp fix for interface names. Member name clash between AE's interface and IWorldNameable on hasCustomName
6e41ab2 disabled AE's iron nugget as it is now redundant
4434fc4 disable old recipe file integrations for mods that never made it out of 1.7
e63725d Refactor ICustomNameObject to prevent clash with MCP name
bca4239 MCP!
f302860 MCP
065c7f8 allow storage cells to be disassembled in the offhand
4cd0f01 remove AE item hiding (e.g. gold and iron dust) when another mod has the same items. Could cause problems down the 1.12 track. Also stops recipe warnings because it can't find the item
7986e4d make gui items work in the off hand
4dc6cbe add basic forge update file and a generator task. Update mod name to include my name to make it clear what version people are using
e336f91 bump version in prep for next release
78a38ac add todo about release versioning and the update generator
bbd9ea3 forgot to add homepage to the update file
ebe9779 add updateJSON param to @mod too
27cb02e refresh COFH api to use extracted version from 1.11 cofhcore jar. adds full API
4402326 lowercases cofhapi ids for integration so we only use the official ones
585f3df add buildcraft and cofh hammer support as integration modules. Includes PartPlacement changes which will need testing
28369e3 fix NPE from hitVec trying to create a copy

rv5-alpha-0

02 Jul 07:55
Compare
Choose a tag to compare
rv5-alpha-0 Pre-release
Pre-release

This release is now outdated

To add this to your install, you want the file called appliedenergistics2-unofficial-rv5-alpha-0.jar. This is released under the terms of the GPL. Report bugs on this repo, not the AE2 team's.

Ported to 1.11.2

Fixed Facade Rendering

Fixed Slab lighting

Fixed itemstacks with serialisable caps being stored (e.g. Botania flower bag)

Added back OpenComputers integration

Added integrated OC drivers

Fixed some minor bugs.