Skip to content

Commit

Permalink
Merge branch 'master' into 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Uraneptus authored Aug 7, 2024
2 parents f58cc8c + 95b89b2 commit 17d12f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mapping_channel=parchment
forge_version=47.1.3
mod_id=morphtool
dir_repo=./
build_number=37
build_number=38
dir_output=../Build Output/Morphtool/
mapping_version=2023.09.03-1.20.1
version=1.7
Expand Down
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Updated several lang files
- Added a several mod items to the default config
- Fixed: Rotation feature not working
- Fixed: Removing an Item from the Tool changes its title to the raw name
1 change: 0 additions & 1 deletion src/main/java/vazkii/morphtool/MorphToolItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public InteractionResult useOn(UseOnContext context) {
if (level.setBlock(pos, block.rotate(level, pos, Rotation.CLOCKWISE_90), Block.UPDATE_ALL)) {
return InteractionResult.sidedSuccess(level.isClientSide);
}

return super.useOn(context);
}

Expand Down
1 change: 1 addition & 0 deletions src/main/java/vazkii/morphtool/MorphingHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public static void removeItemFromTool(Entity e, ItemStack stack, boolean itemBro
}

copyCmp.remove("display");

copyCmp.remove(TAG_MORPHING_TOOL);
copyCmp.remove(TAG_MORPH_TOOL_DISPLAY_NAME);
copyCmp.remove(TAG_MORPH_TOOL_DATA);
Expand Down

0 comments on commit 17d12f1

Please sign in to comment.