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
  • Custom Blocks

Custom Blocks · Changes

Page history
added Hardness, Tools and RequireToolForDrops options authored Nov 03, 2024 by Lxlp's avatar Lxlp
Show whitespace changes
Inline Side-by-side
Showing with 23 additions and 0 deletions
+23 -0
  • Custom-Blocks.md Custom-Blocks.md +23 -0
  • No files found.
Custom-Blocks.md
View page @ e8425daa
......@@ -32,6 +32,9 @@ MUSHROOM_BLOCK and NOTE_BLOCK are considered as "solid" blocks, these blocks nee
| Textures | Paths of the textures that the block will use | |
| Variants | Possible variants of the block (having different rotations) | |
| Drops | What the block will drop. Defaults to itself | |
| Hardness | Works exactly like vanilla hardness, with base breaking speed equal to hardness * 1.5 seconds | |
| Tools | A list of tools that function on this block, and a speed multiplier for the tool. These tools will also benefit from efficiency, haste, etc when used on the block. Can be a Mythic item | |
| RequireToolForDrops | Whether the block requires a configured tool for it to drop anything. Defaults to true if any tools are defined | |
```yaml
Type: BLOCK
......@@ -40,6 +43,26 @@ MUSHROOM_BLOCK and NOTE_BLOCK are considered as "solid" blocks, these blocks nee
Id: 18
Texture: block/stars1
```
```yaml
ACustomBlock:
Id: BROWN_MUSHROOM_BLOCK
Model: 18
Display: 'a custom block'
Type: BLOCK
CustomBlock:
Type: MUSHROOM_BLOCK
Id: 18
Texture: block/a_special_block
Hardness: 5
Tools:
- WOODEN_PICKAXE 2
- STONE_PICKAXE 4
- IRON_PICKAXE 6
- GOLD_PICKAXE 12
- DIAMOND_PICKAXE 8
- NETHERITE_PICKAXE 9
- CustomMythicPickaxe 18
```
### Type Option
The possible block types are
......
Clone repository
Home
Changelogs
Commands / Permissions
API
FAQ / Common Issues
Guides
Usage
  • Installation
  • Item Options
  • Item Skills
  • Item Durability
  • Crafting Recipes
    • Workbenches
  • Item Updater
  • Ammo System / Guns
  • Dynamic Lore Generation
  • World Generation
  • Augments
  • Sets

ResourcePack Generator

Item Types
  • Blocks
  • Furniture
    • Paint Brush
  • Bags
  • Hats
Mechanics
  • Item Mechanics
  • Item Targeters
  • Item Triggers
  • Item Conditions
Placeholders
  • Placeholders