-
Recently Browsing
No registered users viewing this page.
-
Posts
-
Is it ok that i am saving a player uuid as a string in datamanager private static final DataParameter<String> OWNER = EntityDataManager.createKey(MyEntity.class, DataSerializers.STRING); @OnlyIn(Dist.CLIENT) public UUID getOwner() { return UUID.fromString(this.dataManager.get(OWNER)); } public void setOwner(UUID name) { this.dataManager.set(OWNER ,name.toString()); }
-
Is @EventBusSubscriber what's getting in the way of setup? It didn't work...
-
I should separate @Mod and @EventBusSubscriber?
-
By diesieben07 · Posted
@EventBusSubscriber subscribes to the forge bus by default, but FMLCommonSetupEvent is fired on the mod bus. Please use the code format when posting code.
-
-
Topics
-
Who's Online (See full list)