Skip to content

Commit 408d9ff

Browse files
authored
Fix MCP Mapping Issue (#1564)
1 parent 8391466 commit 408d9ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/gregtech/api/capability/impl/ItemFuelInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ public ItemFuelInfo(ItemStack itemStack, int fuelRemaining, int fuelCapacity, in
1515
}
1616

1717
public String getFuelName() {
18-
return itemStack.getUnlocalizedName();
18+
return itemStack.getTranslationKey();
1919
}
2020
}

0 commit comments

Comments
 (0)