-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v6' of https://github.com/HJfod/BetterEdit into v6
- Loading branch information
Showing
2 changed files
with
57 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"tags": [ | ||
// Solid objects you can interact with | ||
"Solid", | ||
// A whole block | ||
"Block", | ||
// A half-block (or spike) | ||
"Slab", | ||
// A mini block (or spike) | ||
"Mini", | ||
// Breakable objects (aka breakable blocks) | ||
"Breakable", | ||
// A slope | ||
"Slope", | ||
// Decoration objects | ||
"Decoration", | ||
// Interactive objects like orbs, portals, pickupable items | ||
"Interactive", | ||
// Coins, potions, etc. | ||
"Pickupable", | ||
// Portals | ||
"Portal", | ||
// Orbs | ||
"Orb", | ||
// All deadly objects | ||
"Hazard", | ||
// Spikes | ||
"Spike", | ||
// Sawblades | ||
"Saw", | ||
// Monsters | ||
"Monster", | ||
// This object connects to other objects | ||
"Ground", | ||
// This object floats | ||
"Air", | ||
// Trigger | ||
"Trigger", | ||
// Animated objects | ||
"Animated" | ||
], | ||
"objects": { | ||
"1": { | ||
"description": "Default block", | ||
"tags": ["Solid", "Block"] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters