Skip to content

Commit

Permalink
Fix an issue when bundle icon was overwritten.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Nov 8, 2020
1 parent e1186dc commit d1ac346
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void setDescription(List<String> description)
*/
public ItemStack getGeneratorIcon()
{
return generatorIcon;
return generatorIcon.clone();
}


Expand Down

0 comments on commit d1ac346

Please sign in to comment.