Jump to content

joost_96

Members
  • Posts

    10
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

joost_96's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. or you could use techne to make models and export them as .java file
  2. when i test my mob it looks lik this: https://www.dropbox.com/s/r86khmwmaazdzj9/2012-11-19_16.55.49.png i dont know what is wrong it doesn't gives me any errors and i just techne to make the model but i dont think that is the problem because it works with somebody else that used modloader this are some classes that are relevant EntitySanta CommonProxy MainMod file ClientProxy ModelSanta
  3. 6.0.1.341 but the snowing workings now all the downfall is snow just changing the temp did the trick but how do i let i snow constantly You would have to make it rain constantly which, of course, applies for all biomes then. oke but where sould i put the code i know how to do it with a block but i dont know where i sould put the code
  4. 6.0.1.341 but the snowing workings now all the downfall is snow just changing the temp did the trick but how do i let i snow constantly
  5. It is w/o editing any base file! Just make a main mod class, and put this line into your @Init method: BiomeGenBase.swampland.temperature = 0.0F; BiomeGenBase.swampland.setEnableSnow(); Where swampland can be any vanilla biome. Anyway, my previous post is a bit wrong. You see above you have to set the temperature to 0F and enable snowfall. thank you so much and maybe an idea to let it snow constently? Edit: it doesn't work because setEnableSnow is a protected method Edit 2 : just changing the temp is enough in plains so i think every where
  6. and without editing a base file?
  7. is there any way where i can edit the vanilla biomes so it can snow?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.