Skip to content

Commit

Permalink
sync with latest changes from 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Oct 4, 2022
1 parent 25b9c40 commit 6e4a2ec
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
modImplementation("dev.emi:emi:${emi_version}") { transitive = false }

// lithium - block pathing compat
shadow(files("libs/lithium-fabric-${project.lithium_api_version}-api-dev.jar"))
include(modApiMapped(files("libs/lithium-fabric-${project.lithium_api_version}-api-dev.jar")))

// dependencies for config
shadow("com.electronwill.night-config:core:${project.night_config_version}")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ loader_version=0.14.9

# mod properties
java_version = 17
mod_version = 2.0.5+mc1.18.2
mod_version = 2.0.6+mc1.18.2
maven_group = io.ix0rai.bodacious_berries
archives_base_name = bodacious_berries

Expand Down
9 changes: 9 additions & 0 deletions src/main/resources/assets/bodacious_berries/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"item.bodacious_berries.chorus_berry_juice_sunflower_plains": "Sunflower Plains Chorus Berry Juice",
"item.bodacious_berries.chorus_berry_juice_swamp": "Swamp Chorus Berry Juice",
"item.bodacious_berries.chorus_berry_juice_taiga": "Taiga Chorus Berry Juice",

"block.bodacious_berries.berry_harvester": "Berry Harvester",
"block.bodacious_berries.juicer": "Juicer",
"block.bodacious_berries.double_saskatoon_berry_bush": "Double Saskatoon Berry Bush",
Expand All @@ -66,16 +67,23 @@
"block.bodacious_berries.goji_berry_bush": "Goji Berry Bush",
"block.bodacious_berries.double_goji_berry_bush": "Double Goji Berry Bush",
"block.bodacious_berries.cloudberry_bush": "Cloudberry Bush",
"block.bodacious_berries.gooseberry_bush": "Gooseberry Bush",

"subtitles.bodacious_berries.block.berry_bush.pick": "Berry is harvested",

"effect.bodacious_berries.refreshed": "Refreshed",

"bodacious_berries.receptacle": "Receptacle:",

"bodacious_berries.hint.sweetness": "This drink feels like it needs just a hint of a raw kind of sweetness...",
"bodacious_berries.hint.more_purple": "What if we combined all the different kinds of purple into one bottle of juice?",
"bodacious_berries.hint.more_red": "You can never blend together too many red things...",
"bodacious_berries.hint.vanilla": "This drink just doesn't feel quite vanilla enough...",
"bodacious_berries.hint.red_and_yellow": "We already have green in here, so why not red and yellow?",
"bodacious_berries.hint.blackberries_and_sweetness": "What if we added some sweetness and those lovely dark berries?",

"emi.category.bodacious_berries.juicer": "Juicer",

"tag.c.juices": "Juices",
"tag.c.berries": "Berries",
"tag.c.fruits": "Fruits",
Expand All @@ -102,6 +110,7 @@
"tag.c.gooseberries": "Gooseberries",
"tag.c.green_berries": "Green Berries",
"tag.dehydration.hydrating_drinks": "Hydrating Drinks",

"bodacious_berries.config.title": "Bodacious Berries Configuration",
"bodacious_berries.config.ultraRareRarityOption": "Ultra rare rarity",
"bodacious_berries.config.rareRarityOption": "Rare rarity",
Expand Down

0 comments on commit 6e4a2ec

Please sign in to comment.