mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 07:49:03 +00:00
@@ -130,6 +130,7 @@ public class BIngredients {
|
||||
|
||||
cookedName = cookRecipe.getName(quality);
|
||||
cookRecipe.getColor().colorBrew(potionMeta, potion, false);
|
||||
brew.updateCustomModelData(potionMeta);
|
||||
|
||||
} else {
|
||||
// new base potion
|
||||
@@ -149,6 +150,9 @@ public class BIngredients {
|
||||
lore.write();
|
||||
}
|
||||
cauldronRecipe.getColor().colorBrew(potionMeta, potion, true);
|
||||
if (P.use1_14 && cauldronRecipe.getCmData() != 0) {
|
||||
potionMeta.setCustomModelData(cauldronRecipe.getCmData());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user