Skip to content

Commit

Permalink
2.2.2 push
Browse files Browse the repository at this point in the history
  • Loading branch information
MBatt1 committed Aug 19, 2024
1 parent e25277a commit 1bbde71
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 24 deletions.
7 changes: 0 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ val customportalapiVersion: String by properties
val cardinalComponentsVersion: String by properties
val trinketsVersion: String by properties
val crowdinTranslateVersion: String by properties
val entityAttributesVersion: String by properties
val modmenuVersion: String by properties
val satinVersion: String by properties
val clothConfigVersion: String by properties
Expand Down Expand Up @@ -133,12 +132,6 @@ dependencies {
version = fabricApiVersion,
)

modImplementation(
group = "com.jamieswhiteshirt",
name = "reach-entity-attributes",
version = entityAttributesVersion,
).also(::include)

modImplementation(
group = "dev.emi",
name = "trinkets",
Expand Down
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# suppress inspection "UnusedProperty" for whole file
org.gradle.jvmargs=-Xmx2G

paradiseLostVersion=2.2.1-beta+1.20.0
paradiseLostVersion=2.2.2-beta+1.20.0

minecraftVersion=1.20
yarnVersion=1.20+build.1
loaderVersion=0.15.11
javaVersion=17

fabricApiVersion=0.83.0+1.20
customportalapiVersion=0.0.1-beta64-1.20
customportalapiVersion=0.0.1-beta65-1.20
cardinalComponentsVersion=5.2.2
trinketsVersion=3.7.1
crowdinTranslateVersion=1.20
entityAttributesVersion=2.4.0
clothConfigVersion=11.1.118
fabricAsmVersion=2.3
13 changes: 0 additions & 13 deletions src/main/resources/assets/paradise_lost/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,6 @@


"item.paradise_lost.golden_amber": "Golden Amber",
"item.paradise_lost.nightmare_fuel": "Nightmare Fuel",
"item.paradise_lost.nightmare_fuel.tooltip": "Warm to the touch",
"item.paradise_lost.crow_eye": "Crow's Eye",
"item.paradise_lost.crow_eye.tooltip": "???",
"item.paradise_lost.cherine": "Cherine Shard",
"item.paradise_lost.olvite": "Olvite",
"item.paradise_lost.olvite_nugget": "Olvite Nugget",
Expand Down Expand Up @@ -315,13 +311,11 @@
"item.paradise_lost.amadrys_bread_glazed": "Glazed Amadrys Loaf",
"item.paradise_lost.swedroot": "Swedroot",
"item.paradise_lost.flaxseed" : "Flaxseed",
"item.paradise_lost.gingerbread_man": "Gingerbread Man",
"item.paradise_lost.moa_meat": "Moa Chop",
"item.paradise_lost.moa_meat_cooked": "Cooked Moa Chop",

"item.paradise_lost.portal": "Paradise Portal",

"item.paradise_lost.lore_book": "Book of Lore",
"item.paradise_lost.moa_egg": "Moa Egg",

"item.paradise_lost.aurel_bucket": "Aurel Bucket",
Expand Down Expand Up @@ -349,8 +343,6 @@

"death.attack.fall": "%1$s plummeted from the heavens",
"death.attack.fall.player": "%1$s was thrown off the heavens above by %2$s",
"death.attack.nightmare": "%1$s was consumed by shifting shadows",
"death.attack.nightmare.player": "%1$s was fed to the shadows by %2$s",


"moa.egg.adult": "pre-grown",
Expand Down Expand Up @@ -393,11 +385,6 @@
"commands.paradise_lost.moastat.set": "Set %1$s to %2$s",
"commands.paradise_lost.gravitate.failure" : "Couldn't float the block(s)",
"commands.paradise_lost.gravitate.success" : "Successfully floated the block(s)",
"commands.paradise_lost.lore.get.locked" : "locked",
"commands.paradise_lost.lore.get.hidden" : "hidden",
"commands.paradise_lost.lore.get.free" : "free",
"commands.paradise_lost.lore.get.unlocked" : "unlocked",
"commands.paradise_lost.lore.get.completed" : "completed",


"info.paradise_lost.bloodstone.cherine": "Peer into the heart",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"depends": {
"fabricloader": ">=0.12.12",
"minecraft": ">=1.19.2",
"minecraft": ">=1.20",
"java": ">=17",
"fabric-api-base": "*",
"fabric-registry-sync-v0": "*",
Expand Down

0 comments on commit 1bbde71

Please sign in to comment.