Skip to content

Commit

Permalink
0.3.6 stuff
Browse files Browse the repository at this point in the history
fix GT ores, translator lists, and Welcome chapter
  • Loading branch information
Mitchell5200 committed Dec 25, 2024
1 parent fa5144d commit fd91e8c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
9 changes: 4 additions & 5 deletions config/ftbquests/quests/chapters/welcome.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
description: [
"{atm9.quest.welcome.desc.welcome1}"
""
"{atm9.quest.welcome.desc.welcome2}"
""
"{atm9.quest.welcome.desc.welcome3}"
]
icon: "allthetweaks:atm_star"
Expand All @@ -61,8 +59,6 @@
"{atm9.quest.welcome.desc.quests1}"
""
"{atm9.quest.welcome.desc.quests2}"
""
"{atm9.quest.welcome.desc.quests3}"
]
icon: "ftbquests:book"
id: "3708A4780ACEB34E"
Expand Down Expand Up @@ -169,12 +165,15 @@
{
description: [
"{atm9.quest.welcome.desc.translations}"
"&lTranslator List&r (as of pack version v0.3.0)"
"&lTranslator List&r (as of pack version v0.3.6)"
"&9Spanish&r by &2radzratz&r, &2abel102389&r, &2arivio&r, and &2metabodiru&r."
"&9Norwegian&r (Bokmål) by &2Permest&r."
"&9Portugese&r by &2oruiva&r."
"&9Japanese&r by &2fishlife1 (flll)&r."
"&9Korean&r by &2J-YonKen&r."
"&9German&r by &2Aquamatik&r"
"&9Dutch&r by &2NeofastFTL&r"
"&9Italian&r by &2Il-mostro-di-gioacchinopoli&r"
]
icon: {
Count: 1
Expand Down
2 changes: 1 addition & 1 deletion config/gtceu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ dev:

# Generate ores in superflat worlds?
# Default: false
doSuperflatOres: false
doSuperflatOres: true

# Dump all registered GT recipes?
# Default: false
Expand Down
4 changes: 4 additions & 0 deletions config/supplementaries-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
#Allows ceiling lanterns to fall if their support is broken.Additionally if they fall from high enough they will break creating a fire where they land
#Allowed Values: ON, OFF, NO_FIRE
falling_lanterns = "OFF"

[tweaks.sus_recipes]
#Adds recipes to craft suspicious gravel and suspicious sand
enabled = false

#General settings
[general]
Expand Down
11 changes: 10 additions & 1 deletion kubejs/assets/kubejs/lang/translation_contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,18 @@ Spanish,
Norwegian (BokMål)
- Permest (https://github.com/Permest)

Korean (packmenu buttons)
Korean
- ArcTrooper (https://github.com/ArcTrooper210)
- J-YonKen (https://github.com/J-YonKen)

Portuguese
- oRuiva (https://github.com/oRuiva)

German
- Aquamatik (https://github.com/Aquamatik)

Dutch
- NeofastFTL (https://github.com/NeofastFTL-Backup)

Italian
- Il-mostro-di-gioacchinopoli (https://github.com/Il-mostro-di-gioacchinopoli)

0 comments on commit fd91e8c

Please sign in to comment.