Fixed mixins conflicts and recipes console spam
This commit is contained in:
parent
d45c37c370
commit
89e327240d
32 changed files with 84 additions and 85 deletions
|
@ -24,6 +24,5 @@ public class LandPathNodeMakerMixin {
|
|||
|
||||
private static void beCactusDamage(CallbackInfoReturnable<PathNodeType> info) {
|
||||
info.setReturnValue(PathNodeType.DAMAGE_CACTUS);
|
||||
info.cancel();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue