Discuss Minecraft's scripting and modding capabilities, including APIs, tools, customization, automation, and creator workflows. Share ideas and feedback on how players and creators can extend and customize Minecraft.

4

Allow us to setblocks in shapes (Scripting/API)

1 Comments

Post a new comment:

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.