Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Custom blocks 1.2 (old)

CodeDoctor edited this page Jun 7, 2022 · 2 revisions
  1. First, download my plugin :)

  2. I have a sample texture pack for you where I create an example ruby ore: https://github.com/CodeDoctorDE/ItemMods/raw/master/%C2%A76ItemMods%20Sample%20Texturepack.zip

  3. Put it as a server resource pack or as normal resourcepack in %APPDATA%/.minecraft/resourecpacks

  4. There is a ruby ore. You get it with the command /give @p minecraft:emerald_ore{CustomModelData:1}

  5. Open the plugin menu with /itemmods

  6. Click on the blocks list item . Then on the knowledge book to create a new item

    point 6 as gif

  7. After that you give it a name, for example: ruby_ore

    point 7 as gif

  8. there is a new item in the list, click it

  9. on the right bottom corner is a barrier, it will be a green dye if you finished

  10. Drag the ruby ore in the barrier slot in the top center barrier item

  11. Then you need to turn on the armor stand

  12. Drag the same item as a head

  13. now you need to configure the real minecraft block. Click on the grass block in the block gui

  14. then you need to break a stone block

  15. Now you are finished with the block, now you can configure the drops. Click on the drops gui and then on the knowledge book!

  16. Drop the item which you want to drop when the block breaks Now you are finished πŸ˜€

This wiki is outdated. Please use the new documentation.


Older versions


For users


For developers

Clone this wiki locally