Fix Waila altar progress percent (#796)
After rewriting half of Waila, I understand how these things should be done, now
This commit is contained in:
parent
3feb19a22d
commit
6c4fe34152
2 changed files with 10 additions and 2 deletions
|
@ -22,6 +22,7 @@ public class WailaCallbackHandler
|
|||
public static void callbackRegister(IWailaRegistrar registrar)
|
||||
{
|
||||
registrar.registerBodyProvider(new DataProviderBloodAltar(), BlockAltar.class);
|
||||
registrar.registerNBTProvider(new DataProviderBloodAltar(), BlockAltar.class);
|
||||
registrar.registerBodyProvider(new DataProviderTeleposer(), BlockTeleposer.class);
|
||||
registrar.registerBodyProvider(new DataProviderRitualController(), BlockRitualController.class);
|
||||
registrar.registerBodyProvider(new DataProviderAlchemyArray(), BlockAlchemyArray.class);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue