Changed
- Updated translations
- Changed chunk controller recipe
Fixed
- [#380] Removed ID from the computer in the village structures
- [#390] Change the way we orient blocks. Fixes some issues with direction related functions. Some blocks may need to be replaced
- [#394] Fixed
getPattern
andgetItem
- RS Bridge - [#391] Return nil if the target block of the block reader isn't a block entity
Fixed
- [#362]
listCraftableItems
now also returns empty stacks - me bridge
Added
- [#367] Added
canSleepHere
andcanSleepPlayer(username)
to the environment detector - [#353] Added
getRadiation
andgetRadiationRaw
to the environment detector
Added
- Added
getRadiation
to the environment detector
Fixed
- Fixed chat box event
- [#352] Fixed RS bridge crashing the game when connecting it to a cable
- [#355] Don't allow negative numbers for the energy detector
Added
- Added
isUnderRaid
- Colony Integrator
Fixed
- [#341] Fixed
isThunder
- Environment Detector - [#355] Don't allow negative numbers for the energy detector. Prevents weird behaviors and energy duping
Changed
- The inventory manager now returns a table with a slot key for each item. Prevents zero indexed tables
Added
- Added
isUnderRaid
to the colony integrator
Fixed
- Fixed language entries
- Fixed rs bridge and colony integrator recipe
Known Issues
- Missing language entries
Fixed
- [#341] Fixed
isThunder
- environment detector - [#347] Fixed crash on server startup
This version supports Create, AE2, Refined Storage, Minecolonies, Botania and Patchouli
Changed
- Removed
getDimensionProvider
,getDimensionPath
andgetDimensionPaN
but addedgetDimension
which just returns the location of the dimension. As Exampleminecraft:nether
orgalacticraft:moon
- environment detector
Removed
- Disabled the AR Goggles since we want to rewrite the entire system without destroying backwards compatibility in the next 1.19 versions
Fixed
- [#339, #338] Fixed that commands that are being run in the console are throwing exceptions
Added
- [#342] Added
buildingName
,targetLevel
andworkOrderType
togetWorkOrders
- colony integrator - Added
isCraftable
to fluid stacks - me bridge - [#313] The chat box
chat
event now listens for thesay
command - [#317] Added inventory manager nbt support
- [#286] Language updates
Fixed
- [#174] Fixed client crash when quick moving stacks in the inventory manager
- [#308] Fixed NPE for
getOwner
- inventory manager - [#281] Fixed wrong amount of pulled items in the inventory manager
- [#280] Fixed
inCoords
functions - player detector - [#221] Fixed NPE when rs bridge is not connected to a network
- [#321] Fixed that items are voided when importing items into a full me system
- [#319] Fixed
getRequests
- colony integrator - Fixed that work orders do not return a location
- Fixed console spam and not working table values of buildings - colony integrator
Changed
- [#323] Improved return values of
craftItem
- me bridge
Added
- [#314] Added
getItemInOffHand
to the inventory manager - Added create integration
- Added botania integration
Fixed
- Village structures again
- [#315] Improved performance for
isItemCraftable
- RS Bridge - [#304] Fix duplicated entries with
listItems
- RS Bridge - [#270] Added
isCraftable
to fluids and items - RS Bridge
Fixed
- Minecolonies integration for 1.0.754-ALPHA and newer
- Village structures
- [#297] Fixed tags to fix some RS Bridge functions (Thanks to rayrvg!)