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
Update Custom Blocks authored Nov 20, 2022 by Ashijin's avatar Ashijin
Hide whitespace changes
Inline Side-by-side
Showing with 14 additions and 0 deletions
+14 -0
  • Custom-Blocks.md Custom-Blocks.md +14 -0
  • No files found.
Custom-Blocks.md
View page @ 60d13500
...@@ -12,6 +12,20 @@ All options are placed under a "CustomBlock" section on an item. ...@@ -12,6 +12,20 @@ All options are placed under a "CustomBlock" section on an item.
- `Type` - The type of custom block, defaults to mushroom (MUSHROOM_BLOCK, NOTE_BLOCK, or TRIPWIRE) - `Type` - The type of custom block, defaults to mushroom (MUSHROOM_BLOCK, NOTE_BLOCK, or TRIPWIRE)
- `Id` - The ID of the custom block. - `Id` - The ID of the custom block.
Putting in Resource Pack
------------------------
Crucible can automatically generate the blockstate and model files for you to put in your resource pack. It will only generate files for the types of blocks that have custom blocks configured for them.
To do so, simply type `/crucible generate` in the console or in-game and the files will generate in `plugins/MythicCrucible/resourcepack`.
By default, the block models will generate pointing to:
- `block/custom/mushroom_#` for mushroom blocks
- `block/custom/noteblock_#` for noteblocks
... where # is the ID that has been configured.
So for example, default you'd want to put a texture file for Mushroom block 1 in your resource pack located in:
- `assets/minecraft/textures/block/custom`, named `mushroom_1.png`
Example Configuration Example Configuration
--------------------- ---------------------
``` ```
......
Clone repository
  • Home
  • Changelogs
  • Commands and Permissions
  • FAQ / Common Issues

Usage

  • Installation
  • Creating Custom Items
  • Creating Custom Blocks
  • Creating Furniture
  • Creating Crafting Recipes
  • Creating Custom Bags
  • Item Durability
  • Using with MMOItems

New Mechanics

  • Item Mechanics
  • Item Targeters
  • Item Triggers
  • Item Conditions

Special Features

  • Ammo System / Making Guns
  • Special Options

Furniture

  • Furniture Options