Started by iTheCreepster on Fri, 11/19/2021 - 01:23 Topic category: Help with MCreator software Im trying to make a gamerule that when it is enabled it will spawn a specific mob. Jump to top on the mobs spawn condition I suppose Jump to top Permalink Log in or register to post comments no no like how do i make the mob spawn using gamerules like if its false it doesnt spawns the mob and if it true spawns the mob Jump to top Permalink Log in or register to post comments yeah, spawning conditions or do you mean that it spawns literally besides the player when game rule true? Jump to top Permalink Log in or register to post comments no like the mob spawns in when the gamerule is set to true kinda like phantoms. Jump to top Permalink Log in or register to post comments Yes.......... Put closely attention: On the Spawning section of the mob click the + button on the bottom where it says Spawning Condition Then put this if logic game rule "GAME_RULE" = true do return true return false Jump to top Permalink Log in or register to post comments https://imgur.com/a/cIRZxVq something like this? Jump to top Permalink Log in or register to post comments indeed yes Jump to top Permalink Log in or register to post comments thank u it worked Jump to top Permalink Log in or register to post comments
no no like how do i make the mob spawn using gamerules like if its false it doesnt spawns the mob and if it true spawns the mob Jump to top Permalink Log in or register to post comments
yeah, spawning conditions or do you mean that it spawns literally besides the player when game rule true? Jump to top Permalink Log in or register to post comments
no like the mob spawns in when the gamerule is set to true kinda like phantoms. Jump to top Permalink Log in or register to post comments
Yes.......... Put closely attention: On the Spawning section of the mob click the + button on the bottom where it says Spawning Condition Then put this if logic game rule "GAME_RULE" = true do return true return false Jump to top Permalink Log in or register to post comments
https://imgur.com/a/cIRZxVq something like this? Jump to top Permalink Log in or register to post comments
on the mobs spawn condition I suppose
no no like how do i make the mob spawn using gamerules like if its false it doesnt spawns the mob and if it true spawns the mob
yeah, spawning conditions
or do you mean that it spawns literally besides the player when game rule true?
no like the mob spawns in when the gamerule is set to true kinda like phantoms.
Yes.......... Put closely attention: On the Spawning section of the mob click the + button on the bottom where it says Spawning Condition
Then put this
if logic game rule "GAME_RULE" = true
do return true
return false
https://imgur.com/a/cIRZxVq something like this?
indeed yes
thank u it worked