⚠️ Attention: This project is under development.
Magic Trader is a graphical interface written in JavaScript that simplifies and automates the construction of NPC's traders for Minecraft Bedrock. The micro-app generates a init Entity with a 3D model of Wandering Trader and adds or modifies characteristics according to the settings in the app, exporting the generated files in .json.
Demo: here.
============================================
Requirements:• Any browser or software that runs HTML and JavaScript
Install & Open:
- Download and extract the pack to your directory
- Access index.html from your Desktop or Server
============================================
File | Dir |
---|---|
entity.json | /com.mojang/behavior_packs/your_pack_name_behavior/entities/ |
entity.json | /com.mojang/resource_packs/your_pack_name_resources/entity/ |
entity_table.json | /com.mojang/behavior_packs/your_pack_name_bahavior/trading/economy_trades |
entity.geo.json | /com.mojang/resource_packs/your_pack_name_resource/models/entity |
entity.png | /com.mojang/resource_packs/your_pack_name_resource/textures/entity |
============================================
Features:
- Operate item table dynamically
- Export final files in .json, .png and .geo.json
- Export .mcaddon package
============================================