Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Mar 12, 2023
1 parent 916c242 commit 75c3dd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ yarn_mappings=1.19.4-rc2+build.1
loader_version=0.14.17

# Mod Properties
mod_version=0.1.6
mod_version=0.1.7
maven_group=xyz.nucleoid
archives_base_name=map-templates
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private static void load(MapTemplate template, NbtCompound root, DataFixer fixer
var entities = chunkRoot.getList("entities", NbtElement.COMPOUND_TYPE);
updateList(entities, fixer, TypeReferences.ENTITY, oldVersion, targetVersion);
} else {
LOGGER.warn("Couldn't apply datafixers to template because databreaker is present!");
LOGGER.error("Couldn't apply datafixers to template because databreaker is present!");
}
}

Expand Down

0 comments on commit 75c3dd6

Please sign in to comment.