Start Hello process when player joins (not on enter)
This commit is contained in:
parent
990b024fdb
commit
819514a699
3 changed files with 19 additions and 10 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue