Off topic: gotta love when the mod replies, it's like an official formatted response
On topic: thank you for you explanation I'll make sure to look into that link, also what's kotlin?
Ohhhhhhh......I though we were talking about the player? There are tutorials regarding TickHandlers out there. Is there a reason why you did not want to go that route?
I would do it using events:
@ForgeSubscribe
public void VersionChecker(EntityJoinWorldEvent ev) {
if (ev.entity instanceof EntityPlayer) {
if (!VersionCheckerClass.isUpToDate) {
//Get player and send chat message
}
}
}
But that's just my opinion
ok, so villages, they are using "components" and what not, so how do i go about getting those to generate? Because in his tutorial he uses world.setBlockWithNotify