A feedback area designed for scripting and mods suggestions and feedback. Please note bug reports and support issues will be removed.

4

Allow us to setblocks in shapes (Scripting/API)

1 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 0
    Registered User commented
    Comment actions Permalink

    I'd be happy if I was able to    
        const newBlock = createBlock("minecraft:dirt");   
        getBlock(tickingArea, positionOfTheCurrenBlock);   
        applyBlockChanges(currentBlock, newBlock);   

     

    or something to that effect.