Skip to content

Commit

Permalink
Updated Addon Upstream (SlimefunTranslation): fe056e7
Browse files Browse the repository at this point in the history
  • Loading branch information
ARVIN3108 committed Mar 9, 2024
1 parent d7046b7 commit 778e28f
Show file tree
Hide file tree
Showing 4 changed files with 3,474 additions and 70 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true
run: |
git config --global user.name github-actions
git config --global user.email [email protected]
- name: Set up JDK 17
uses: actions/setup-java@v4
Expand All @@ -28,8 +33,7 @@ jobs:
- name: Apply patches
shell: cmd
run: |
git config --global user.name github-actions
git config --global user.email [email protected]
git config sfaloader.setup
patchTools patch --all
- name: Cache Maven packages
Expand Down
2 changes: 1 addition & 1 deletion Addons/SlimefunTranslation
Submodule SlimefunTranslation updated 30 files
+2 −0 src/main/java/net/guizhanss/slimefuntranslation/core/services/ListenerService.java
+4 −2 src/main/java/net/guizhanss/slimefuntranslation/core/services/PacketListenerService.java
+10 −3 src/main/java/net/guizhanss/slimefuntranslation/core/users/User.java
+24 −0 src/main/java/net/guizhanss/slimefuntranslation/implementation/listeners/SlimefunBlockRightClickListener.java
+1 −1 src/main/java/net/guizhanss/slimefuntranslation/implementation/listeners/SlimefunLanguageChangeListener.java
+46 −0 src/main/java/net/guizhanss/slimefuntranslation/implementation/packetlisteners/server/OpenWindowListener.java
+77 −0 src/main/resources/translations/ja/slimefun/armor.yml
+26 −0 src/main/resources/translations/vi/messages.yml
+77 −0 src/main/resources/translations/vi/slimefun/armor.yml
+217 −0 src/main/resources/translations/vi/slimefun/basic-machines.yml
+88 −0 src/main/resources/translations/vi/slimefun/cargo-management.yml
+608 −0 src/main/resources/translations/vi/slimefun/energy-and-electricity.yml
+92 −0 src/main/resources/translations/vi/slimefun/food.yml
+120 −0 src/main/resources/translations/vi/slimefun/gps.yml
+54 −0 src/main/resources/translations/vi/slimefun/lore-builder.yml
+182 −0 src/main/resources/translations/vi/slimefun/magical-armor.yml
+151 −0 src/main/resources/translations/vi/slimefun/magical-gadgets.yml
+116 −0 src/main/resources/translations/vi/slimefun/magical-items.yml
+144 −0 src/main/resources/translations/vi/slimefun/miscellaneous-items.yml
+104 −0 src/main/resources/translations/vi/slimefun/programmable-androids.yml
+202 −0 src/main/resources/translations/vi/slimefun/resources.yml
+13 −0 src/main/resources/translations/vi/slimefun/secret-items.yml
+142 −0 src/main/resources/translations/vi/slimefun/talismans-1.yml
+158 −0 src/main/resources/translations/vi/slimefun/talismans-2.yml
+68 −0 src/main/resources/translations/vi/slimefun/technical-components.yml
+178 −0 src/main/resources/translations/vi/slimefun/technical-gadgets.yml
+82 −0 src/main/resources/translations/vi/slimefun/tools.yml
+16 −0 src/main/resources/translations/vi/slimefun/ui.yml
+110 −0 src/main/resources/translations/vi/slimefun/useful-items.yml
+48 −0 src/main/resources/translations/vi/slimefun/weapons.yml
Loading

0 comments on commit 778e28f

Please sign in to comment.