Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# gradle.properties
# src/main/java/io/github/cottonmc/cotton/gui/client/CottonClientScreen.java
# src/main/java/io/github/cottonmc/cotton/gui/client/CottonInventoryScreen.java
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The build has to use Java 17 because of the Loom version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Update zh_cn.json
* Update zh_cn.json
|
|
|
|
|
|
(Including useOnBlock and useOnEntity.)
The method often causes threading issues and other crashes,
and a better solution is to follow what Minecraft itself does
and use a packet or a screen handler.
|
|
|
|
|
|
|
|
Closes #186.
|
|
|
|
|
|
|
|
|
|
|
|
* Improve tiled NinePatchBackgroundPainter performance
* Use Fabric API's CoreShaderRegistrationCallback
* Switch to LibNinePatch release build
* Rename libgui:tiled -> libgui:tiled_rectangle
* Fix grammar
|