-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90cc608
commit 3d0211b
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
mod_version=1.18.0 | ||
mod_version=1.19.0 | ||
api_version=0.2.0 | ||
minecraft_version=1.19.2 | ||
forge_version=43.0.8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
As always, don't forget to backup your world before updating! | ||
Requires CyclopsCore version 1.18.2 or higher. | ||
|
||
Additions: | ||
* Expose positions from channels | ||
This is required for CyclopsMC/IntegratedCrafting#98 | ||
|
||
Fixes: | ||
* Fix predicate-based tunnels movement ignoring channels, Closes CyclopsMC/IntegratedTunnels#274 | ||
* Fix crash on special operator with ANY type, Closes #1301 | ||
* Fix Menril Tree replacing grass with dirt on stump place fail, Closes #1304 | ||
|