Skip to content

Commit

Permalink
Update Forge, JEI, Jade and TOP
Browse files Browse the repository at this point in the history
  • Loading branch information
Choonster committed Jul 7, 2023
1 parent 7411fef commit 0f128f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ minecraft_version=1.20.1
minecraft_version_range=[1.20.1,1.21)

# The Forge version must agree with the Minecraft version to get a valid artifact
forge_version=47.0.16
forge_version=47.1.0

# The Forge version range can use any version of Forge as bounds or match the loader version range
forge_version_range=[47,)
Expand Down Expand Up @@ -42,13 +42,13 @@ mapping_channel=official
# This must match the format required by the mapping channel.
mapping_version=1.20.1

jei_version=15.1.0.19
jei_version=15.2.0.22

# 1.20-forge-11.0.3
jade_file_id=4573193
# 1.20-forge-11.1.4
jade_file_id=4614153

# 1.20.0-9.0.0
top_file_id=4579432
# 1.20.1-10.0.1
top_file_id=4629624

# Minecraft uses Apache HTTP Client 4.5.13, so we have to use the same version of the Fluent API
httpclient_version=4.5.13
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public LootTableLootModifier(final LootItemCondition[] conditions, final Resourc
this.lootTableID = lootTableID;
}

@SuppressWarnings("deprecation")
@Override
protected @NotNull ObjectArrayList<ItemStack> doApply(final ObjectArrayList<ItemStack> generatedLoot, final LootContext context) {
final var lootTable = context.getResolver().getLootTable(lootTableID);
Expand Down

0 comments on commit 0f128f3

Please sign in to comment.