From 141e5e268c1eef8d2c6809db6449af7eb4ad0f2a Mon Sep 17 00:00:00 2001 From: oOBoomberOo Date: Sat, 29 Feb 2020 14:10:43 +0700 Subject: [PATCH] v1.0.0 --- .../advancements/armor_stand/armor_stand.json | 2 +- .../armor_stand/pose/method/submit.mcfunction | 2 +- readme.md | 30 ++++++++----------- 3 files changed, 14 insertions(+), 20 deletions(-) diff --git a/data/boomber/advancements/armor_stand/armor_stand.json b/data/boomber/advancements/armor_stand/armor_stand.json index c51a815..76f082f 100644 --- a/data/boomber/advancements/armor_stand/armor_stand.json +++ b/data/boomber/advancements/armor_stand/armor_stand.json @@ -1,6 +1,6 @@ { "display": { - "title": "Armorstand Editor", + "title": "Armor Stand Editor", "description": "Interactive armor stand pose", "icon": { "item": "minecraft:armor_stand" diff --git a/data/boomber/functions/armor_stand/pose/method/submit.mcfunction b/data/boomber/functions/armor_stand/pose/method/submit.mcfunction index 842a788..cd1dee1 100644 --- a/data/boomber/functions/armor_stand/pose/method/submit.mcfunction +++ b/data/boomber/functions/armor_stand/pose/method/submit.mcfunction @@ -7,4 +7,4 @@ data modify storage boomber:armor_stand/logs database set from storage boomber:d function boomber:armor_stand/pose/drop -playsound minecraft:block.note_block.harp voice @a[tag=boomber.armor_stand.player] ~ ~ ~ 1 1 \ No newline at end of file +playsound entity.experience_orb.pickup voice @a[tag=boomber.armor_stand.player] ~ ~ ~ 1 1 \ No newline at end of file diff --git a/readme.md b/readme.md index e1f6050..883f969 100644 --- a/readme.md +++ b/readme.md @@ -1,22 +1,16 @@ # Armor Stand Editor -Armor Stand Editor is a tool that helps to change the pose of Armor Stand in an intuitive way. -*Note: this datapack does sacrifice a bit of freedom to archive this; you won't be able to modify any z-axis rotation in this datapack. I recommend you install some other armor stand editor alongside this as well. +Innuitive Armor Stand editing datapack. No mod or plugins required! -# How to install -Installing datapack is the same on both singleplayer and server. -1) Download the datapack ([Armor Stand Editor](https://www.planetminecraft.com/mod/armor-stand-editor/)) -2) Navigate to the world folder -3) Open `/datapacks/` folder (if it doesn't exist you can create it yourself) -4) Put this datapack inside. (You don't have to unzip anything just place it there) -5) Run command `/reload` (If you're running a bukkit/spigot/paper server you need to run `/minecraft:reload` or it might cause some glitch in your server) -6) If the datapack is installed correctly you'll see this in the advancement tab. -![datapack_installed](https://i.imgur.com/HClS0eG.png) +## Usage +![usage_page](https://i.imgur.com/wibI0H2.png) -# Feature -- Editor Wand crafting recipe. -![editor_wand_crafting_recipe](https://i.imgur.com/vhpIbp7.png) +## Installation +1. Download datapack from [the release page](https://github.com/oOBoomberOo/armor_stand_editor/releases). +2. Put the downloaded file inside `/datapacks/` folder in your world folder. +3. `/reload` or restart your server. +4. If datapack is installed correctly. You should see this in the advancement tab: ![installed_advancement](https://i.imgur.com/pSmdlgr.png) -- Right-clicking the joint with editor wand will put you into "Editing Mode", while in this mode you can move the part you select however you like. -- Left-clicking the joint with editor wand will toggle part relate to that joint. (Arm -> toggle `ShowArms`, Base Plate -> toggle `NoBasePlate`, Body -> toggle `Invisible`) -- Left-clicking the joint with editor wand *while* in Editing mode will reset the part to default state -- Sneak + Left-click the center of the body will toggle its size +## Crafting Recipe +![crafting_recipe](https://i.imgur.com/cAJBSeY.png) +(Green book is not a bug, it will turn into Editor Wand once crafted) +![editor_wand](https://i.imgur.com/owhLYvt.png) \ No newline at end of file