Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
MythicCraft
MythicCrucible
Wiki
Custom Blocks
Custom Blocks
· Changes
Page history
fixed yaml indentation
authored
Mar 21, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
Custom-Blocks.md
Custom-Blocks.md
+17
-17
No files found.
Custom-Blocks.md
View page @
3cb142b8
...
@@ -45,23 +45,23 @@ MUSHROOM_BLOCK and NOTE_BLOCK are considered as "solid" blocks, these blocks nee
...
@@ -45,23 +45,23 @@ MUSHROOM_BLOCK and NOTE_BLOCK are considered as "solid" blocks, these blocks nee
```
```
```
yaml
```
yaml
ACustomBlock
:
ACustomBlock
:
Id
:
BROWN_MUSHROOM_BLOCK
Id
:
BROWN_MUSHROOM_BLOCK
Model
:
18
Model
:
18
Display
:
'
a
custom
block'
Display
:
'
a
custom
block'
Type
:
BLOCK
Type
:
BLOCK
CustomBlock
:
CustomBlock
:
Type
:
MUSHROOM_BLOCK
Type
:
MUSHROOM_BLOCK
Id
:
18
Id
:
18
Texture
:
block/a_special_block
Texture
:
block/a_special_block
Hardness
:
5
Hardness
:
5
Tools
:
Tools
:
-
WOODEN_PICKAXE
2
-
WOODEN_PICKAXE
2
-
STONE_PICKAXE
4
-
STONE_PICKAXE
4
-
IRON_PICKAXE
6
-
IRON_PICKAXE
6
-
GOLDEN_PICKAXE
12
-
GOLDEN_PICKAXE
12
-
DIAMOND_PICKAXE
8
-
DIAMOND_PICKAXE
8
-
NETHERITE_PICKAXE
9
-
NETHERITE_PICKAXE
9
-
CustomMythicPickaxe 18
-
CustomMythicPickaxe 18
```
```
### Type Option
### Type Option
...
...