All Projects → byAdam → byHaviour

byAdam / byHaviour

Licence: other
A Behaviour Pack Editor for Minecraft: Bedrock Edition

Projects that are alternatives of or similar to byHaviour

Vector-Network-Project
Minecraft Bedrock Edition server plugin
Stars: ✭ 28 (+75%)
Mutual labels:  minecraft-bedrock-edition
Kookie
A server software for Minecraft: Bedrock Edition written in Kotlin
Stars: ✭ 51 (+218.75%)
Mutual labels:  minecraft-bedrock-edition
MCBE-Win10-FOV-Changer
Ever wanted to zoom in in MCBE Win10?
Stars: ✭ 32 (+100%)
Mutual labels:  minecraft-bedrock-edition
Dark-Mode
A resource pack that adds a new dark appearance to the vanilla user interface!
Stars: ✭ 23 (+43.75%)
Mutual labels:  minecraft-bedrock-edition
MineiaGo
Minecraft Bedrock Edition <-> Java Edition using BungeeCord.
Stars: ✭ 14 (-12.5%)
Mutual labels:  minecraft-bedrock-edition
Gametest-API-Wrapper
Library built off of Minecraft Bedrock Edition Gametest API. Easily allows you to interact with the API, while including a lot more features!
Stars: ✭ 39 (+143.75%)
Mutual labels:  minecraft-bedrock-edition
LiteXLoader
This project has been merged into LiteLoaderBDS 👇 click below to new project 本项目已经合并到 LiteLoaderBDS 项目中 👇 点击前往 https://github.com/LiteLDev/LiteLoaderBDS
Stars: ✭ 84 (+425%)
Mutual labels:  minecraft-bedrock-edition
FormAPI
Simple API for creating forms (MCBE Nukkit) [Discontinued]
Stars: ✭ 14 (-12.5%)
Mutual labels:  minecraft-bedrock-edition
WorldEdit-BE
A Minecraft Bedrock addon port of the famous WorldEdit mod for Minecraft: Java Edition.
Stars: ✭ 45 (+181.25%)
Mutual labels:  minecraft-bedrock-edition
JSPrismarine
Dedicated Minecraft Bedrock Edition server written in TypeScript.
Stars: ✭ 162 (+912.5%)
Mutual labels:  minecraft-bedrock-edition

byHaviour

byHaviour has been discontinued since 2018, so I highly recommend you use Bridge. instead

What is it?

byHaviour is a free Minecraft:Bedrock Edition Behaviour Pack Editor written in Python. You can edit everything within Behaviour Packs with a clean minimalist interface.

Why use it?

byHaviour helps you significantly speed up your workflow when working with behaviour packs.

It is in essence a tailor made JSON editor, designed to be used to edit entity, loot and trade table files, although supports all JSON files. The joy of working with a JSON editor is that you have no worry of syntax errors. It includes smart and dynamic suggestions and autocompletion meaning you can write entitre files with ease and just a few key presses. You can also load packs, bringing up an overview page with a handy list of all entities in the pack.

Features

  • Smart and Dynamic Suggestions

    • Components, Subcomponents, Filters, Condition, Functions, Loot, Trades all autocomplete.
    • Suggests component groups and events referenced elsewhere in the file or pack.
    • Builtin lists of items, blocks and entities.
  • Simple but Powerful Editor

    • Entities are split into 3 subeditors: "Component Groups", "Components" and "Events" leading to a clear and organised workspace.
    • Highlight keywords in your file.
    • Copy and directly paste JSON into the editor.
    • Reorder objects and interact with the editor using shortcuts.
    • Comments! Imports and exports Minecratt's // comment syntax.
    • Querying! Query the documentation for information about the chosen component.
    • Save, Rename and Delete files all from within the editor.
  • Behaviour Pack Overview Tab

    • Change the pack icon and edit the manifest file.
    • View all entities used in your pack, and see those that are not!
    • Set a frequently edited pack as default so you can quickly open and edit files.
  • Light and Dark Theme

    • A light, vibrant theme for those excited to create behaviour packs!
    • A dark theme for those who have created behaviour packs before.
  • Prewritten Components

    • Press a button or use shortcuts to import prewritten components into your files.
    • You can easily add other frequently written components, outlined here.

Screenshots

Overview

Light Overview Dark Overview

Editor

Light Editor Dark Editor Light Suggestions Dark Suggestions

Querying

Light Query Dark Query

Prewritten Components

To add a new component you can import is very simple

  1. Create a new JSON file in "/assets/imports/" in the folder with your byHaviour.exe file.
  2. Copy the template found here.
  3. Change the value of "name" to the name you want in the imports menu.
  4. Change the value of "data" to the component(s).
  5. Change the value of "priority" depending where you want it in the imports menu.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].