Started by OWOowOooadeofo… on Sat, 06/22/2019 - 02:41 Topic category: Advanced modding how would i made a procedure that's always running? Jump to top Using one of the tick events. Either item tick, block tick, entity tick or global player tick. Jump to top Permalink Log in or register to post comments so would i just pair that with a random block or entity? Jump to top Permalink Log in or register to post comments Yes, but the block or entity needs to be in the world for the tick to be called. Make sure to not do any complicated things in tick procedure as it can cause heavy world lag if you do. Jump to top Permalink Log in or register to post comments I can’t find block tick, entity tick or item tick in event triggers Jump to top Permalink Log in or register to post comments Oh nevermind, it’s in triggers for the blocks and items Jump to top Permalink Log in or register to post comments How do you do that for players though, like if player has advancement (vampire) it gives them like 5 buffs? Also would that lag the game out? Jump to top Permalink Log in or register to post comments
Using one of the tick events. Either item tick, block tick, entity tick or global player tick. Jump to top Permalink Log in or register to post comments
so would i just pair that with a random block or entity? Jump to top Permalink Log in or register to post comments
Yes, but the block or entity needs to be in the world for the tick to be called. Make sure to not do any complicated things in tick procedure as it can cause heavy world lag if you do. Jump to top Permalink Log in or register to post comments
I can’t find block tick, entity tick or item tick in event triggers Jump to top Permalink Log in or register to post comments
Oh nevermind, it’s in triggers for the blocks and items Jump to top Permalink Log in or register to post comments
How do you do that for players though, like if player has advancement (vampire) it gives them like 5 buffs? Also would that lag the game out? Jump to top Permalink Log in or register to post comments
Using one of the tick events. Either item tick, block tick, entity tick or global player tick.
so would i just pair that with a random block or entity?
Yes, but the block or entity needs to be in the world for the tick to be called.
Make sure to not do any complicated things in tick procedure as it can cause heavy world lag if you do.
I can’t find block tick, entity tick or item tick in event triggers
Oh nevermind, it’s in triggers for the blocks and items
How do you do that for players though, like if player has advancement (vampire) it gives them like 5 buffs? Also would that lag the game out?