Start Hello process when player joins (not on enter)

This commit is contained in:
Frank Bauer 2021-08-08 17:24:29 +02:00
parent 990b024fdb
commit 819514a699
3 changed files with 19 additions and 10 deletions

View file

@ -55,7 +55,7 @@ import java.io.File;
* </table>
*/
public class HelloServer extends DataHandler {
public static DataHandlerDescriptor DESCRIPTOR = new DataHandlerDescriptor(new ResourceLocation(BCLib.MOD_ID, "hello_server"), HelloServer::new, false, true);
public static DataHandlerDescriptor DESCRIPTOR = new DataHandlerDescriptor(new ResourceLocation(BCLib.MOD_ID, "hello_server"), HelloServer::new, true, false);
protected String bclibVersion ="0.0.0";
public HelloServer() {