Skip to content

Commit 03289c3

Browse files
committed
update changelog
1 parent bb013d5 commit 03289c3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

changelog.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
- Ported to 1.20.1 (1.21 port is coming next)
2-
- Fixed: Rotation feature not working
3-
- Fixed: Removing an Item from the Tool changes its title to the raw name
1+
- Ported to 1.21.1

src/main/java/vazkii/morphtool/AttachementRecipe.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ public ItemStack assemble(CraftingInput input, HolderLookup.Provider provider) {
6464
if (!tool.has(Registries.TOOL_CONTENT))
6565
return ItemStack.EMPTY;
6666
ItemStack copy = tool.copy();
67-
String mod = MorphingHandler.getModFromStack(target);
6867
ToolContentComponent contents = copy.get(Registries.TOOL_CONTENT);
6968
if (contents == null) {
7069
return ItemStack.EMPTY;

0 commit comments

Comments
 (0)