Go to file
JannisX11 9d7b7d24c7 Fix #1198 Alt tool function issue on webapp
Fix #1194 copy paste tool issue
Fix #1195 Resize tool modifier suggestion issue
Add missing modifier suggestions, closes #1196
2021-12-12 13:26:23 +01:00
.github/ISSUE_TEMPLATE Add link for plugin issues 2021-11-05 17:24:45 +01:00
.vscode
assets Backgrounds are now saved per tab 2021-11-28 12:21:58 +01:00
build
content Fix typo in splash screen 2021-10-20 22:55:54 +02:00
css Fix #1198 Alt tool function issue on webapp 2021-12-12 13:26:23 +01:00
font
js Fix #1198 Alt tool function issue on webapp 2021-12-12 13:26:23 +01:00
keymaps Fix fontawesome link 2021-10-14 21:36:57 +02:00
lang Fix #1198 Alt tool function issue on webapp 2021-12-12 13:26:23 +01:00
lib Change start screen scrolling behavior 2021-12-09 22:16:19 +01:00
scripts
src
themes
types
.gitignore
.travis.yml Fix issue with box UV switching in individual tabs 2021-10-15 12:15:11 +02:00
CNAME
CODE_OF_CONDUCT.MD
favicon.png
icon_full.png
icon.icns
icon.ico
icon.png
index.html Fix #1205 No recent model redaction in streamer mode 2021-12-12 12:41:44 +01:00
jsconfig.json
LICENSE.MD
main.js Add New Window action in file menu 2021-11-11 21:23:27 +01:00
manifest.webmanifest
package-lock.json Add confidential field to formats to hide in streamer mode 2021-12-10 17:14:05 +01:00
package.json 4.1 beta 1 [ci-build] 2021-12-10 12:32:01 +01:00
README.md Add custom theme restore button 2021-09-23 21:35:36 +02:00
service_worker.js v4.0.5 [ci-build] 2021-11-17 21:49:36 +01:00
webpack.config.js
workbox-f6829f63.js v4.0.0 [ci-build] 2021-10-14 21:47:49 +02:00

Blockbench

Blockbench is a free, modern model editor for low-poly and boxy models with pixel art textures. Models can be exported into standardized formats, to be shared, rendered, 3D-printed, or used in game engines. There are also multiple dedicated formats for Minecraft Java and Bedrock Edition with format-specific features.

Blockbench features a modern and intuitive UI, plugin support and innovative features. It is the industry standard for creating custom 3D models for the Minecraft Marketplace.

Website and download: blockbench.net

Interface

Contribution

Contributor Covenant

If you are contributing to Blockbench in any way, you must adhere to the Code of Conduct.

  • To submit a suggestion or report a bug, please open an issue.
  • If you want to contribute to the Blockbench code, please contact me on Discord before.
  • If you want to contribute Blockbench translations, you can visit blockbench.net/translations. Thank you!

Launching Blockbench

To launch Blockbench from source, you can clone the repository, navigate to the correct branch and launch the program in development mode using the instructions below. If you just want to use the latest version, please download the app from the website.

  • Install NodeJS.
  • Then install all dependencies via npm install
  • Finally, launch Blockbench using npm run dev

Plugins

Blockbench supports Javascript-based plugins. Learn more about creating plugins on https://documentation.blockbench.net.

License

  • The Blockbench source-code is licensed under the GPL license version 3. See LICENSE.MD.
  • Modifications to the source code can be made under the terms of that license.
  • Blockbench plugins (external scripts) and themes (theme files to customize the design) that interact with the Blockbench API are an exception. Plugins and themes can be created and/or published as open source, proprietary or paid software.
  • All assets created with Blockbench (models, textures, animations, screenshots etc.) are your own!