Started by silliestfruit on Sat, 01/11/2025 - 17:16 Topic category: Help with MCreator software How do I make an entity that moves at night only, and doesn't move during the day? Jump to top You can put conditions on the AI setting. Starting conditions Return logic: Get current world time > 12500 AND Get current world time < 24000 conditions for ending Return logic: Get current world time > 0 AND Get current world time < 12499 Jump to top Permalink Log in or register to post comments Thanks! Jump to top Permalink Log in or register to post comments
You can put conditions on the AI setting. Starting conditions Return logic: Get current world time > 12500 AND Get current world time < 24000 conditions for ending Return logic: Get current world time > 0 AND Get current world time < 12499 Jump to top Permalink Log in or register to post comments
You can put conditions on the AI setting.
Starting conditions
Return logic: Get current world time > 12500 AND Get current world time < 24000
conditions for ending
Return logic: Get current world time > 0 AND Get current world time < 12499
Thanks!