Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
AltronMaxX authored Dec 21, 2023
1 parent 18a66e1 commit 2976661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ void generateRegistryMappings(File targetDir, Map<MinecraftVersion, Object> regi
.parse(new File(this.getProjectDir(), "mapping/legacy_blockentities_mapping.json"))

registriesReports.forEach({ version, registries ->
if (version < MinecraftVersion.MINECRAFT_1_19) {
if (version < MinecraftVersion.MINECRAFT_1_20_4) {
return
}

Expand Down

0 comments on commit 2976661

Please sign in to comment.