Parker Hawke
Parker Hawke
I'm always hesitant to add dynamic permission nodes but I know it's something that's been asked for for a long while. I need to figure out some proper way to...
No that's about how I would do it as well I think. Probably even simpler than that. ```yaml LimitPermissions: alpha: 10 beta: 5 gamma: 30 ``` Then would just automatically...
Has this been resolved? ```java if (player.canEat(food.canEatWhenFull()) || player.isCreative()) { itemStack.onItemUseFinish(worldIn, player); player.onFoodEaten(worldIn, itemStack); ``` The above in EdibleBlockComponent seems to indicate that it should support any modded foods. Additionally,...
> To explain to you despite everything, BakkesMod does not often allow you to have information if you do not go through the Hooks. Suddenly loading it is difficult to...
lol, I appreciate the emoji. I have a few issues with regular expression or wildcard syntax (exception to just `*`, but even that I was against for a while and...
> Something like this would work, right? Yes it would work and that was my original approach, but my largest issue with it is that values need to get saved...
Coming back to further clarify that while I do not plan on adding RegEx support (due to its complex nature and overall user-unfriendliness), I do plan on adding support for...