Skip to content

Releases: mekanism/Mekanism

v1.21.1-10.7.8.70

24 Dec 02:08
Compare
Choose a tag to compare

Warning: Mekanism is currently in alpha, and is not recommended for widespread use in modpacks. There are likely to be game breaking bugs, and updating from one alpha to the next may cause various mekanism blocks to disappear/void their contents. While we will try to not have this happen/keep it to a minimum make sure to make backups. You can read more about the alpha state of this project here.

7cb49e6 - move mekasuit toggle messages to action bar
ff4a4ce - move Tile Component Frequency to a different tick getter
ecd6fa7 - use fast iterator on transits to avoid extra allocations
4728456 - cache itemhandlers in Logistical transporters (pull + send home)
b9186ef - preemptively check cached path is valid before simulation
297d2a7 - check path endpoint sanely
a484cdf - more BlockPos to long
a50f02e - dont clobber the pos
9cdcd42 - fix pathfinding failure
59645a9 - reset some client things when changing dimension
b2072ca - support killing the miner search thread
acfba9f - add some debugging for Serhan's digital miner
33b3a1c - Only print debug message about failing to mine block if mining is actually denied
8aad2bc - rename a variable and add function name to common messages
2c1ef90 - use chunkpos unpacking helper methods for consistency
5913765 - add chunk loading debug to mek debug mode
348af9c - check if forcing actually worked
aeb7a9b - add game test for HashedItem
a166484 - log the chunkloaders pos
9226aac - remove pointless use of HashedItem
9515dcb - fix anchor-upgraded Digital Miners failing when running during initial chunkload
8316e05 - fix the missing if statement for loggin
3fea841 - Make text in GUIs more readable by using scrolling strings for bounded strings (#8232)
bcf3e14 - Pass a modified ray trace result that contains the correct position to Blasting AOE highlighted blocks (#8240)
f238deb - New translations en_us.json (Chinese Simplified) (#8259)

[ci skip]  

0369408 - fix for race condition in cable renderer (e.g. VS Ships)
7de4967 - update gender mod dep slug for cf
9848022 - Remove uses of var in tests
e7febd3 - Rework parts of how the QIO Dashboard's container handles data:
- Syncs contents as part of the initial open packet instead of having the client request all the data when it opens (or the window is resized, or the entire minecraft window is resized)
- Remove a redundant update search call from transferring data when resizing a QIO item viewer
- Override equals and hashcode for ISearchQuery
- Check the player who has the container open when getting the tooltips of items for search purposes
- Copy item lists and search lists when resizing the gui to avoid having to recalculate them
- Fix not updating the order of items when changing the sort direction or type if there was any search text
- Avoid resorting the items if the sort type doesn't care about count for any level of the sort, and we only changed stored counts of items
- Update the item list on the fly instead of recreating it from scratch every change
- Avoid recalculating the search list if the query didn't change
- Removed one layer of an unused cache from the cached search data
5633032 - avoid more race conditions in transmitter render

(cherry picked from commit 5c3c188193ddd0968a7c9716c932076fbc60791d)  

7fef79b - attempt to avoid render race condition from player state update
eae6b1d - clamp tool damage modifier defaults to the validated value to avoid endless configuration 'correcting' (#8250)
792b8e7 - bump emi version and cache the class lookup in recipe viewer check
6c1a492 - add safety for bad fluid registrations (#8234)
fb71dbc - fix bonemeal dupe. oopsies
6adc761 - try to handle configs not saving on slower systems (#8277)
ddf6ef1 - check old orphan transmitter was valid and remove orphans when invalidating

(cherry picked from commit a1ea0e922bc55c89f083923565adc35a14caf3d2)  
  
# Conflicts:  
#	src/main/java/mekanism/common/lib/transmitter/TransmitterNetworkRegistry.java  

c2b6075 - remove needless singleton structure from TransmitterNetworkRegistry
092b3a0 - bump version to 10.7.7

v1.20.1-10.4.13.69

24 Dec 02:07
Compare
Choose a tag to compare

aa708cd - avoid IndexOutOfBoundsException
a1ea0e9 - check old orphan transmitter was valid and remove orphans when invalidating
a05a8f3 - bump version to 10.4.13

v1.20.1-10.4.12.68

20 Dec 12:58
Compare
Choose a tag to compare

f5ce06f - add newer mc runs folder to gitignore
746f499 - make sure the multiblock uuid gets saved to disk when it changes

 (cherry picked from commit d8505ea)
143d68d - bump version to 10.4.12

v1.20.1-10.4.11.67

12 Dec 10:54
Compare
Choose a tag to compare

e22a5ed - attempt to avoid render race condition from player state update (#8266)
5c3c188 - avoid more race conditions in transmitter render
b2b9a91 - bump version to 10.4.11

v1.20.1-10.4.10.66

19 Nov 13:03
Compare
Choose a tag to compare

3d95fba - fix for race condition in cable renderer (e.g. VS Ships)

 (cherry picked from commit 0369408)
c84201d - bump version to 10.4.10
7dd69d1 - update gender mod dep slug for cf

v1.20.1-10.4.10.65

19 Nov 12:50
Compare
Choose a tag to compare

3d95fba - fix for race condition in cable renderer (e.g. VS Ships)

 (cherry picked from commit 0369408)
c84201d - bump version to 10.4.10

v1.21.1-10.7.7.64

31 Aug 13:36
Compare
Choose a tag to compare

Warning: Mekanism is currently in alpha, and is not recommended for widespread use in modpacks. There are likely to be game breaking bugs, and updating from one alpha to the next may cause various mekanism blocks to disappear/void their contents. While we will try to not have this happen/keep it to a minimum make sure to make backups. You can read more about the alpha state of this project here.

cfd147e - issue template
e8ec00a - align long split info to int, fixes distribution bug
f7dcad0 - add tests for Long distribution
432e917 - bump version to 10.7.7

v1.21.1-10.7.6.63

31 Aug 09:26
Compare
Choose a tag to compare

Warning: Mekanism is currently in alpha, and is not recommended for widespread use in modpacks. There are likely to be game breaking bugs, and updating from one alpha to the next may cause various mekanism blocks to disappear/void their contents. While we will try to not have this happen/keep it to a minimum make sure to make backups. You can read more about the alpha state of this project here.

bd5d580 - use some more longs in acceptor cache
81ea57b - remove unnecessary usage of a set in pipe pull operations
27e8b15 - short circuit if no capacity to pull
bfe0f48 - avoid iterator for first element getting
3c3774a - avoid enummap iterator on very hot path
93a31fc - avoid creating an update packet to send to no one
98a2579 - unbox the splitinfos
4fb8baa - replace EXTRA in distribution logic with RESOURCE and amount
8b3cc42 - move energy distribution to Void resource
e01bddf - rename dangling params
1d44f2b - add note
75e22ed - keep track of whether a pull side has been configured
269e8ee - bump version to 10.7.6

v1.21.1-10.7.5.62

26 Aug 16:35
2659fab
Compare
Choose a tag to compare

Warning: Mekanism is currently in alpha, and is not recommended for widespread use in modpacks. There are likely to be game breaking bugs, and updating from one alpha to the next may cause various mekanism blocks to disappear/void their contents. While we will try to not have this happen/keep it to a minimum make sure to make backups. You can read more about the alpha state of this project here.

a11d886 - Restructure Configs and add support for NeoForge's Config GUI (#8166)

- Adds support for editing our configs using the config GUI, and for translating their contents. [#5794](https://github.com/mekanism/Mekanism/issues/5794)

- Restructure organization of entries within individual config files. This unfortunately will cause all configs to get reset as I removed a parent level node in order to make the config GUI easier to navigate.

- Fixes Mekanism's Additions description translation not being used in game

- Flip Mekanism Addition's voice key is toggle config to a push to talk config option. (Same default behavior, just is a bit better of a name)

- Slightly lowered the default `dumpExcessKeepRatio` config value (from `0.9` to `0.85`)  

caae13f - Move baby biome and structure spawn blacklist to tags (syntax using mekanismadditions:blacklist_baby_creepers and the like). Also moved the wind generator's dimension blacklist to a dimension type tag c:no_wind and fixed wind generator item rendering bugging out when in a blacklisted dimension
9d63a28 - Bump CurseForgeGradle, and stop declaring it as not compatible with the configuration cache
6212343 - Remove a few unnecessary parameters and casts in the JEI integration
8a8e25f - Address JEI deprecations
9cc8430 - Restructure how we define aliases in preparation of JEI's upcoming ability to define aliases
4c2468e - Check curios slots for radiation shielding (#8216)
b2ced69 - Fix inverted check for if a block supports specific upgrades during recipe upgrading (#8217)
cc03d66 - Skip extraction checks from tanks/containers when none of the capability caches have a capability present
7503eba - Re-use direction and config suppliers throughout the various capability helpers, and use singleton instances for can input and can output checks
8f44b8f - Prevent stacked fluid tank and waste barrels from auto ejecting more than the one below needs (which would then lead to it attempting to insert against itself/any that are above it)
c1a6935 - Adjust config supplier usage again in holders to just reference an ISideConfiguration to avoid initialization order issues
b353206 - Avoid codecs as much as possible for syncing fluid tank contents, as there is a chance that there are a lot of fluid tanks in a close vicinity
089b919 - Perform a few more optimizations to ConfigHolder#getSlotInfo:
- Don't check if we have a cached slot info if we just cleared the cache due to the side changing
- Lazily cache the ConfigInfo object as that doesn't change and allows us to skip a handful of checks on subsequent runs
a097f3d - Have fluid tanks make use of the update delay config for determining how quickly they lose the lighting that is provided to them from their stored fluid. Greatly reduces lighting update frequency in some setups
425e1af - Skip unnecessary block loaded check for lighting update
2911cfe - Properly proxy computer capabilities to secondary ports on the digital miner (#8215)
e7d6f44 - Bump min JEI version to 19.10.0.126 and add support for searching by our aliases in JEI (#8218)
69456ba - New Crowdin updates (#8208)
dc455c6 - Use precomputed packed color for converting an enum color to a fully opaque int
bfeebf8 - Reduce the aggressiveness of the HSV adjustments to color buttons (#8203)
c364e7f - Batch string rendering for the HUDs, and fix MekaSuit hud not using warning and danger colors for icons
43da63a - Add energy indicator widget to laser amplifier gui (mekanism/Mekanism-Feature-Requests#702)
2659fab - Bump version to 10.7.5

v1.20.1-10.4.9.61

25 Aug 15:56
94ede8c
Compare
Choose a tag to compare

2a36017 - Check curios slots for radiation shielding (#8216)
94ede8c - Bump version to 10.4.9