Posted May 2, 20187 yr Hey guys, I need some help with a portion of my mod. I am trying to build a sort of moon dimension that mimics being in space. What I wasn't to do to simulate not being able to breath in space is to have the player automatically poisoned if when they spawn into the world. My custom armor (Space suits) will then negate this effect for a duration. How do I go about adding in the poison effect at spawn to my custom Dimension/Biome? Any help would be appreciated, and if you have examples, the more the merrier. Cheers
May 2, 20187 yr i would start with Quote PlayerEvent.PlayerChangedDimensionEvent if you want to check if he went to your dim. Quote Or just create a TickHandler on the server which checks the biome of each player. player.world.getBiome(new BlockPos(playerpos)).equals(YOURBIOM)); player.world.getBiome(new BlockPos(playerpos)).getBiomeName(); Edited May 2, 20187 yr by NextInima May RPG MOD KoRIN at minecraftforum http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2570463-kingdom-of-rin-rpg-stuff-classes-dungeons http://rin-online.de/forum/
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.