You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,33 @@ world by using tier installers.
15
15
After using Mekanism for a while, players can obtain a near-indestructible suit of Refined Obsidian Armor, receive five
16
16
ingots for each ore mined, fly with hydrogen-powered jetpacks, and have cute robotic friends following them around while they mine. :)
17
17
18
+
# Alpha Status #
19
+
20
+
Mekanism for 1.21 is currently in an alpha state. There may be crashes or game-breaking bugs, as well as,
21
+
the potential for us making breaking changes where APIs may change slightly or how data is saved to the world
22
+
changes. For this reason we do not recommend including Mekanism in any "large" packs that players may expect
23
+
things to work properly/upgrade safely from one version to the next.
24
+
25
+
We have not yet had the chance to go through and fully integrate with all of vanilla's new features,
26
+
recipes, blocks, entities, or even things like the tickrate command. Additionally, there is a handful
27
+
of things that we haven't finished porting yet.
28
+
29
+
## Known Bugs/Things that aren't done being ported yet ##
30
+
- Options in the Module Tweaker that have side effects don't current have those side effects displayed
31
+
- Resistive Heaters do not keep their set Energy Usage when breaking and placing again
32
+
- Bins forget if they are locked and what they are locked too if broken and placed
33
+
- When breaking and placing blocks that have fluid item input slots, they do not persist whether the item was actively being drained or whether it was being filled
34
+
- The QIO Dashboard does not persist items stored in crafting windows when broken
35
+
- The Portable QIO Dashboard's Crafting windows do not work at all. DO NOT TRY TO USE THEM
36
+
- The Gravitational Modulation Unit does not currently provide flight
37
+
- Probably many more things as we have done barely any testing so far
38
+
39
+
## Configuration ##
40
+
- The GitHub Wiki docs on the json recipe syntax has not been updated to the changes we have made yet.
41
+
42
+
## API ##
43
+
There are no more planned breaking changes to the API, but that doesn't mean we won't take advantage of it being alpha to make breaks if it is needed in order to implement other missing things properly.
44
+
18
45
# Discord #
19
46
20
47
Mekanism has a [discord server](https://discord.gg/nmSjMGc) where you can chat with other Mekanism users and the developers. Join us!
0 commit comments