Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicCrucible MythicCrucible
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicCrucibleMythicCrucible
  • Wiki
  • Furniture

Furniture · Changes

Page history
added Drops example and additional DropSelf information authored May 10, 2023 by Lxlp's avatar Lxlp
Show whitespace changes
Inline Side-by-side
Showing with 7 additions and 1 deletion
+7 -1
  • Furniture.md Furniture.md +7 -1
  • No files found.
Furniture.md
View page @ ccd9dea9
......@@ -88,7 +88,7 @@ If the Furniture should be glowing
#### DropSelf
If the Furniture should drop itself once broken
<br>Defaults to `true` in most cases
<br>Defaults to `true` in most cases and to `false` if some [`Drops`](#drops) have been specified
```yaml
Furniture:
DropSelf: false
......@@ -180,6 +180,12 @@ Furniture drops are defined under the furniture `Drops` section. This uses the s
By default the furniture will drop itself when broken if there is no Drops field defined. You can make the furniture drop nothing by setting `Drops: []` or `DropSelf: false`.
<br>If `DropSelf` is set to `true` and some `Drops` have been specified, then both the Furniture and the Drops will be dropped.
```yaml
Furniture:
Drops:
- oak_planks 4
- oak_log 2
```
## Furniture States
......
Clone repository
  • Home
  • Changelogs
  • Commands / Permissions
  • FAQ / Common Issues
Usage
  • Installation
  • Item Options
  • Item Skills
  • Item Durability
  • Custom Blocks
  • Furniture
    • Furniture Options
    • Furniture States
  • Crafting Recipes
  • Custom Bags
  • Ammo System / Guns
New Mechanics
  • Item Mechanics
  • Item Targeters
  • Item Triggers
  • Item Conditions