* Attempt to fix vault screen text offsets * Begin implementation of creeper heal ** Legacy implementation of ZSchem3 will be added, along with modded implementation * Known: Will not build due to in-progress changes
8 lines
222 B
Java
8 lines
222 B
Java
package dev.zontreck.otemod.commands.antigrief;
|
|
|
|
// This will accelerate the healing queue, not do it instantly!
|
|
// The queue will get processed at a rate of 10* the configured rate.
|
|
public class HealNow
|
|
{
|
|
|
|
}
|