• 0

    posted a message on CubeX2's Mods - All mods available for 1.8.9

    I want to make stones that spawn in the sky but i cant get it to work. What am i doing wrong?


    this is my sky.js file in world generation folder.



    block = "minecraft:glowstone"; blockMeta = 0; minHeight = 90; maxHeight = 95; generationsPerChunk = 20.5; numberOfBlocks = 30; generateInOverworld = true; overworldReplacedBlocks = "minecraft:air";



    Mod.js file


    mod.addWorldGen("sky.js", "ore");




    second problem, I cant get any of these to work.


    onClicked
    onCollided
    onCollidedWithLiving
    onCollidedWithPlayer
    onDestroyedByPlayer
    onFallenUpon
    onWalking
    onWalkingLiving
    onWalkingPlayer

    Posted in: Minecraft Mods
  • To post a comment, please .