https://github.com/itemsadder/itemsadderblocksinjector
https://github.com/itemsadder/itemsadderblocksinjector
minecraft spigot
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itemsadder/itemsadderblocksinjector
- Owner: ItemsAdder
- License: apache-2.0
- Created: 2022-05-18T12:04:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-10-30T15:39:41.000Z (8 months ago)
- Last Synced: 2025-10-30T17:35:23.651Z (8 months ago)
- Topics: minecraft, spigot
- Language: Java
- Homepage: https://www.spigotmc.org/resources/itemsadderblocksinjector.102078/
- Size: 150 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ItemsAdderBlocksInjector
Hack to inject blocks into the game blocks registry and change their texture on the client without mods.
⚠️ Requirements:
- ItemsAdder 3.1.5+
- Spigot 1.18.2+
- ViaVersion
- ProtocolLib
### Example uses of this plugin
- Add compatibility to Iris world generator and similar plugins
### Notes:
- if you’re using FastAsyncWorldEdit, make sure to update to version 2.14.0 or newer to avoid this issue.
FAWE previously had some issues which have been recently fixed. Read more [here](https://github.com/ItemsAdder/ItemsAdderBlocksInjector/issues/1).
- WorldEdit //undo and //copy won't work with the injected custom blocks, they would be reverted back to NOTE_BLOCK (or mushroom, TRIPWIRE, CHORUS_PLANT)
- Seems that it's not possible to intercept the tab complete of vanilla commands, so I cannot inject the autocompletion for the custom blocks.