-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Block ID is already used by another block #426
Labels
Comments
With PiggyObsidianBlock |
This comment was marked as off-topic.
This comment was marked as off-topic.
Draft
Meh DavyCraft648/MCFurniture#11, pretty sure we're registering the correct way too. I guess if registration fails then I'll just disable the enchant. |
Wait on |
Closed
@OrBuilder can you test it without other plugins ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
There seems to be a small problem on 3 out of 3 startups due to Customies conflicting with one of your codes.
Thread: AsyncWorker#1
Error: Block ID 10811 is already used by another block
File: pmsrc/src/block/RuntimeBlockStateRegistry
Line: 93
Type: InvalidArgumentException
Backtrace:
#0 /home/container/plugins/Customies/src/block/CustomiesBlockFactory(88): pocketmine\block\RuntimeBlockStateRegistry->register(object DaPigGuy\PiggyCustomEnchants\blocks\PiggyObsidianBlock#153761)
#1 /home/container/plugins/Customies/src/task/AsyncRegisterBlocksTask(39): customiesdevs\customies\block\CustomiesBlockFactory->registerBlock(object Closure#171059, string[28] piggyce:magmawalker_obsidian, null, null, object Closure#153767, object Closure#153768)
#2 pmsrc/src/scheduler/AsyncTask(82): customiesdevs\customies\task\AsyncRegisterBlocksTask->onRun()
#3 (): pocketmine\scheduler\AsyncTask->run()
The text was updated successfully, but these errors were encountered: