Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cracko298/mc3ds-model-editor

Edit, and Modify Minecraft 3DS Edition BJSON Models, and Worlds using this Simple and Easy-to-Use GUI.
https://github.com/cracko298/mc3ds-model-editor

cheats edits hacks mc3ds minecraft-3ds minecraft-new-nintendo-3ds-edition minecraft3ds modelling mods python python3 romhacking software tool tools

Last synced: 3 months ago
JSON representation

Edit, and Modify Minecraft 3DS Edition BJSON Models, and Worlds using this Simple and Easy-to-Use GUI.

Awesome Lists containing this project

README

        

# MC3DS-Model-Editor

## (Formerly) MC3DS-BJSON-Model-Editor
### MC3DS-ME
- Edit Minecraft 3DS Edition Models in 3D using this GUI.

## Download:
- You can download the Application [Here](https://github.com/Cracko298/MC3DS-3D-Model-Editor/releases/download/0.7/mc3ds-model-editor.zip).

## Features:
- Extremely light weight for limited environments.
- Cross-Platform, and easily usable on both Linux and Windows.
- Edit, Modify, Add, and Redo Models using this simple GUI.
- Bunch of Extra Tools such as Scaling, Mapping Textures, Exporting as OBJ, STL, JSON, and Text Models.
- Intuitive and Easy-to-Use out of the box as long as python is also installed.
- Adding New Blocks to models to create some crazy detail, or remove blocks you don't like anymore.

## Showcase:
- IronBrute Download [Here](https://github.com/Cracko298/MC3DS-IronBrute).
- The Creaking Download [Here](https://github.com/Cracko298/mc3ds-creaking/).

### Credits:
- [@Cracko298](https://github.com/Cracko298) - Main Developer.
- [@Wolfyxon](https://github.com/Wolfyxon) - Basic and General Improvements to Code Layout.
- [@Anonymous941/phoneticteacher](https://github.com/Anonymous941) - CDBParser aka 3DSChunker Developer and Code.
- [@STBrian/STBUniverse](https://github.com/STBrian) - pyBjson Developer and Code.

## Requirements
### Install Requirements from PowerShell:
- Python `v3.8+`
```
pip install -r requirements.txt
```
### Automatic Installation:
- Run `main.py` and Watch it install everything needed for The 3D Model Editor to run/work.

### Manually Installing Modules:
- `pip install [moduleNameHere]`
```
matplotlib
numpy
ttkbootstrap
customtkinter
CTkMenuBar
CTkListBox
pygltflib
numpy-stl
requests
lxml
click
dissect
nbtlib
pyanvileditor
```