generated from BocchiKessokuTeam/ForgeTemplateMod-ArchLoom
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sync
sakura-ryoko/litematica
1.21.3-0.20.0-sakura.3
- Loading branch information
Showing
83 changed files
with
6,609 additions
and
3,002 deletions.
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,3 +1,2 @@ | ||
## Change | ||
- sync `sakura-ryoko/litematica` 1.21-0.19.3-sakura.3 | ||
- Add Litematic Version / Schema display in File Browser. | ||
- sync `sakura-ryoko/litematica` 1.21.3-0.20.0-sakura.3 |
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
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
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
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
18 changes: 18 additions & 0 deletions
18
src/main/java/fi/dy/masa/litematica/compat/modmenu/ModMenuImpl.java
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,18 @@ | ||
package fi.dy.masa.litematica.compat.modmenu; | ||
|
||
import fi.dy.masa.litematica.gui.GuiConfigs; | ||
import org.thinkingstudio.mafglib.loader.gui.ModConfigScreenFactory; | ||
import org.thinkingstudio.mafglib.loader.gui.ModConfigScreenInitializer; | ||
|
||
public class ModMenuImpl implements ModConfigScreenInitializer | ||
{ | ||
@Override | ||
public ModConfigScreenFactory getModConfigScreenFactory() | ||
{ | ||
return (modContainer, screen) -> { | ||
GuiConfigs gui = new GuiConfigs(); | ||
gui.setParent(screen); | ||
return gui; | ||
}; | ||
} | ||
} |
292 changes: 152 additions & 140 deletions
292
src/main/java/fi/dy/masa/litematica/config/Configs.java
Large diffs are not rendered by default.
Oops, something went wrong.
153 changes: 78 additions & 75 deletions
153
src/main/java/fi/dy/masa/litematica/config/Hotkeys.java
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.