Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
NoteBlock_Reborn
A NoteBlock mod for fabric.
What's this mod?
If you want more note box scales, then this mod is for you. Just add two note block, Treble note block and Bass note block.They behave like vanilla, except for the pitch. They form a continuous scale with the vanilla note box. In the create mode inventory, they are in the redstone tag, behind the vanilla note box.And in survival mode, these three note blocks are interchangeable in the crafting bar.
Usage
Noteblock_Reborn is a Fabric mod, which means it requires the Fabric Loader. If you are using a third-party launcher, it probably has built-in functionality to automatically install mod loaders. Once you have installed Fabric Loader, you can simply place Noteblock_Reborn into your mods folder like anything else.
Frequently Asked Questions
They extend vanilla note block, So they should be compatible with most of the other mods. But seems many mods use
getblock() == Block.NOTE_BLOCK
rather than
getblock() instanceof NoteBlock
IIIn fact, their compatibility is not as good as I thought it would be. I'm not going to fix this, I mean it's hard for me to fix it.
I'm just trying to adapt the blockturner and maybe write a secondary mod that makes the two mods compatible with each other.