Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Uraneptus committed Dec 26, 2024
1 parent bb013d5 commit 03289c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
- Ported to 1.20.1 (1.21 port is coming next)
- Fixed: Rotation feature not working
- Fixed: Removing an Item from the Tool changes its title to the raw name
- Ported to 1.21.1
1 change: 0 additions & 1 deletion src/main/java/vazkii/morphtool/AttachementRecipe.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public ItemStack assemble(CraftingInput input, HolderLookup.Provider provider) {
if (!tool.has(Registries.TOOL_CONTENT))
return ItemStack.EMPTY;
ItemStack copy = tool.copy();
String mod = MorphingHandler.getModFromStack(target);
ToolContentComponent contents = copy.get(Registries.TOOL_CONTENT);
if (contents == null) {
return ItemStack.EMPTY;
Expand Down

0 comments on commit 03289c3

Please sign in to comment.