Fixed
- [#478] Fixed a game crash when trying to call some functions of the ME Bridge while AE2 Things is not installed
###Added/Fixed
- [#476] There a multiple additions and fixes to
getResearch
of the colony integrator:getResearch
function is callable again (was not available because it was throwing a non-lua exception)- will not return hidden research items
- fix text properties of research:
name
andresearchEffects
- add properties to research:
requirements
: list of requirements:desc
: requirement description texttype
: type of requirement, onlybuilding
type shows additional information (building
andlevel
)
cost
: list of research costprogress
: integer value
Changed
- [#436] Add
nbt
,displayName
andfingerprint
to the fluid stacks of the rs and me bridge - Change the argument of
isItemCrafting
to an item filter table
Fixed
- [#425] Fixed patchouli urls
- [#463] Fix create integration for create 0.5.1a
- [#434] Fixed NullPointerException when trying to get items with an invalid item name
- [#464] Fixed that the inventory manager causes items to stop stacking
Initial port to 1.20.1. Could and probably will include bugs, please report them on our issue tracker. Currently disabled integrations are botania, create, mekanism and powah
Changed
- Change the argument of
isItemCrafting
to an item filter table
Fixed
- [#434]
getItem
throwing NullPointerException if the item does not exist in the me system - [#444] Cardinal directions aren't working for some of our peripherals - Thanks to @zyxkad !
- [#436] fluid stacks returned by the me or rs bridge are missing some information like the display name, fingerprint or nbt values
- [#448] Wrong return values of the
getInputFluid/getOutputFluid
functions of the create basin integration - Thanks to @zyxkad - [#439] Fixed wrong calculation of the player position which leads to false results of some functions of the player detector - Thanks to @zyxkad
- [#454] Fixed cache blocking of the rs bridge which leads to a disability to remove items from the rs system
- [#456] Fixed a bug which leads to crashes when trying to get the happiness of the citizens - Thanks to @Einhornyordle!
- Fixed
writeTable
function of the storage peripheral - Fixed a bug where the item of a filter gets ignored if nbt values are defined
- [#425] Fixed patchouli urls
- [#463] Fix create integration for create 0.5.1a
- [#464] Fixed that the inventory manager causes items to stop stacking
Added
- [#445] Added the peripheral name to the
playerClick
event of the player detector - Thanks to @zyxkad! - [#467] Added playerJoin, playerLeave, playerChangedDimension events on Player Detector - Thanks to @michele-grifa!
- Increase max range of the radius of sphere operations
Changed
- Change the argument of
isItemCrafting
to an item filter table - Removed minecolonies integration without removing the block since minecolonies does not exist for 1.19.3
- Removed botania integration since botania does not exist for 1.19.3
Fixed
- [#434]
getItem
throwing NullPointerException if the item does not exist in the me system - [#444] Cardinal directions aren't working for some of our peripherals - Thanks to @zyxkad !
- [#436] fluid stacks returned by the me or rs bridge are missing some information like the display name, fingerprint or nbt values
- [#448] Wrong return values of the
getInputFluid/getOutputFluid
functions of the create basin integration - Thanks to @zyxkad - [#439] Fixed wrong calculation of the player position which leads to false results of some functions of the player detector - Thanks to @zyxkad
- [#454] Fixed cache blocking of the rs bridge which leads to a disability to remove items from the rs system
- [#456] Fixed a bug which leads to crashes when trying to get the happiness of the citizens - Thanks to @Einhornyordle!
- Fixed
writeTable
function of the storage peripheral - Fixed a bug where the item of a filter gets ignored if nbt values are defined
- [#425] Fixed patchouli urls
- [#463] Fix create integration for create 0.5.1a
- [#464] Fixed that the inventory manager causes items to stop stacking
Added
- [#445] Added the peripheral name to the
playerClick
event of the player detector - Thanks to @zyxkad! - [#467] Added playerJoin, playerLeave, playerChangedDimension events on Player Detector - Thanks to @michele-grifa!
- Increase max range of the radius of sphere operations
Added
- [#429]Add back support for ae2 things
- Added some checks to the inventory manager
Fixed
- Fixed that the rs bridge does not export items if the item is distributed between multiple storages - thanks to Rudy Gambelini!
- [#427]Fixed that nbt values of items that are moved get deleted in the me bridge.
- [#430]Add
craftFluid
to the me bridge - Fixed chatbox event calling when typing
Changed
- [#432]Disable curio slot
- Disable fuel consumption of the pocket computer - can be enabled in the config
Fixed
- Fixed that the rs bridge does not export items if the item is distributed between multiple storages - thanks to Rudy Gambelini!
- [#427] Fixed that nbt values of items that are moved get deleted in the me bridge.
- [#430] Add
craftFluid
to the me bridge
Changed
- Disable fuel consumption of the pocket computer - can be enabled in the config
Added
- [#429]Add back support for ae2 things
- Added powah integration - thanks to Sabry Chasseray!
- Added some checks to the inventory manager
Fixed
- Fixed that the rs bridge does not export items if the item is distributed between multiple storages - thanks to Rudy Gambelini!
- [#427]Fixed that nbt values of items that are moved get deleted in the me bridge.
- [#430]Add
craftFluid
to the me bridge - Fixed chatbox event calling when typing
Changed
- [#432]Disable curio slot
- Disable fuel consumption of the pocket computer - can be enabled in the config
Added
- [#416]Add the crafting job to the crafting cpu object - me bridge
Fixed
- [#416]Try to parse the
nbt
argument as a table if parsing it as a string fails. Adds the ability to use the output of our functions likelistItems
orgetItem
as item filter argument. - [#417]Disable power consumption if powered peripherals are disabled in the configuration
- [#423]Fixed that some functions of the me and rs bridge ignore or increasing the count they want to export