diff options
Diffstat (limited to 'src/main/java/bartworks/API')
-rw-r--r-- | src/main/java/bartworks/API/BorosilicateGlass.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/bartworks/API/BorosilicateGlass.java b/src/main/java/bartworks/API/BorosilicateGlass.java index b33f43689f..1c15104f63 100644 --- a/src/main/java/bartworks/API/BorosilicateGlass.java +++ b/src/main/java/bartworks/API/BorosilicateGlass.java @@ -112,9 +112,9 @@ public class BorosilicateGlass { /** * Register a new block as valid borosilicate glass with given tier (even if it doesn't contain boron at all) - * + * <p> * Does not support matching by more complex stuff like tile entity! - * + * <p> * Can only be called at INIT stage. */ public static void registerGlass(Block block, int meta, byte tier) { |