Add lecterns
This commit is contained in:
@@ -93,6 +93,8 @@ public final class ParticleBuilder {
|
||||
public static class Type {
|
||||
/** 3D-rendered light-beam particle.<p></p><b>Defaults:</b><br>Lifetime: 1 tick<br> Colour: white */
|
||||
public static final ResourceLocation BEAM = new ResourceLocation(Wizardry.MODID,"beam");
|
||||
/** Square block face highlight particle.<p></p><b>Defaults:</b><br>Lifetime: 160 ticks<br>Colour: white */
|
||||
public static final ResourceLocation BLOCK_HIGHLIGHT = new ResourceLocation(Wizardry.MODID,"block_highlight");
|
||||
/** Helical animated 'buffing' particle.<p></p><b>Defaults:</b><br>Lifetime: 15 ticks
|
||||
* <br>Velocity: (0, 0.27, 0)<br>Colour: white */
|
||||
public static final ResourceLocation BUFF = new ResourceLocation(Wizardry.MODID,"buff");
|
||||
|
||||
Reference in New Issue
Block a user