Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
M mmoitems
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 47
    • Issues 47
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Administrator
  • mmoitems
  • Wiki
  • Custom Blocks

Custom Blocks · Changes

Page history
Updated Custom Blocks (markdown) authored Apr 25, 2020 by Indyuce's avatar Indyuce
Show whitespace changes
Inline Side-by-side
Showing with 2 additions and 2 deletions
+2 -2
  • Custom-Blocks.md Custom-Blocks.md +2 -2
  • No files found.
Custom-Blocks.md
View page @ f1f5916b
Using MMOItems 5+ you may implement blocks with a custom texture. You can even them spawn and define how rare they are using [[World Gen Templates]], configure with what tool it should be broken by players, decide what it loots using MMOItems drop tables and bind a random amount of exp to it. Using MMOItems 5+ you may implement blocks with a custom texture. You can even them spawn and define how rare they are using [[world generation templates|World Generation Templates]], configure with what tool it should be broken by players, decide what it loots using MMOItems drop tables and bind a random amount of exp to it.
## Creating and editing a custom block ## Creating and editing a custom block
You can browse current custom blocks using `/mi browse blocks`. When using the item browser, you may use the small item indicator at the bottom right of the GUI to switch to the Block Browser. Just like with the item browser, you can right click your custom blocks to edit them. You can browse current custom blocks using `/mi browse blocks`. When using the item browser, you may use the small item indicator at the bottom right of the GUI to switch to the Block Browser. Just like with the item browser, you can right click your custom blocks to edit them.
...@@ -17,4 +17,4 @@ Here is a config template from `blocks.yml` ...@@ -17,4 +17,4 @@ Here is a config template from `blocks.yml`
``` ```
`required-power` defines the pickaxe power your tool must have in order to break that block. If it is set to 3, players must use a tool with a `Pickaxe Power` higher than 3. When breaking a custom block, MMOItems rolls a random amount of exp chosen between `min-xp` and `max-xp` and spawns an exp orb on the block just like regular ores. `required-power` defines the pickaxe power your tool must have in order to break that block. If it is set to 3, players must use a tool with a `Pickaxe Power` higher than 3. When breaking a custom block, MMOItems rolls a random amount of exp chosen between `min-xp` and `max-xp` and spawns an exp orb on the block just like regular ores.
`gen-template` is the custom block [[generation template|World Gen Templates]]. It defines where this block may spawn and how rare it is. `gen-template` is the custom block [[generation template|World Generation Templates]]. It defines where this block may spawn and how rare it is.
\ No newline at end of file \ No newline at end of file
Clone repository

  • Home
  • Installation Guide

General

  • Item Types
  • Item Stats & Options
  • Item Creation

Features

  • Mitigation
  • Elemental Damage
  • Item Identification
  • Item Tiers
  • Gem Stones
  • Custom Durability
  • Item Sets
  • Item Upgrading
  • Soulbound

Crafting Stations

  • Crafting Stations
  • Upgrading Recipes
  • Recipe Conditions
  • Recipe Ingredients
  • Recipe Triggers

Custom Blocks

  • Custom Blocks
  • World Gen Templates

Item Management

  • Item Updater
  • Item Drop Tables

Item Generator

  • General
  • Item Templates
  • Item Modifiers
  • Complex Stats

Abilities

  • Abilities
  • Ability List

Compatibility & API

  • Supported Plugins
  • Custom Item Textures
  • Plugin API