[Feature] Added Behaviour for Explosion Resistance (only used when building Block Loot tables)

This commit is contained in:
Frank 2023-07-08 13:09:30 +02:00
parent 0d4461d84f
commit a38e6f05b6

View file

@ -0,0 +1,4 @@
package org.betterx.bclib.behaviours.interfaces;
public interface BehaviourExplosionResistant {
}