JSON recipes, much to the displeasure of Elucent and shadows

feelsgoodman

(cherry picked from commit c23d577)
This commit is contained in:
Nicholas Ignoffo 2017-08-19 20:45:11 -07:00 committed by Nicholas Ignoffo
parent cc8d5af401
commit 42931bcf0e
137 changed files with 3312 additions and 298 deletions

View file

@ -94,7 +94,7 @@ public class ItemBloodOrb extends ItemBindableBase implements IBloodOrb, IBindab
BloodOrb orb = getOrb(stack);
if (flag.isAdvanced() && orb != null)
tooltip.add(TextHelper.localizeEffect("tooltip.bloodmagic.orb.owner", orb.getRegistryName()));
tooltip.add(TextHelper.localizeEffect("tooltip.bloodmagic.orb.owner", orb.getRegistryName().getResourceDomain()));
super.addInformation(stack, world, tooltip, flag);
}