Skip to content
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

Mod compatibility issues #7

Open
MarcinSc opened this issue Nov 18, 2014 · 0 comments
Open

Mod compatibility issues #7

MarcinSc opened this issue Nov 18, 2014 · 0 comments

Comments

@MarcinSc
Copy link

Some mods (for example Herbalism for now located in WoodAndStone) might use blocks and their entities as base for building their actual blocks and entities that are placed in the world (and inventory). This could cause some corruption of the world or just straight RuntimeExceptions being thrown.

I have a feeling, rather than BlockPicker blindly scanning for all blocks available in the engine (which might not have all the info), should allow Mods to add blocks/items to it. Similar mechanism is used for example in Minecraft. BlockPicker could just define it's mapping for Engine/Core blocks and items (which should be removed from Engine/Core anyway).

Maybe BlockPicker could also provide some kind of interface that is used to configure (via a UI) the block/item placed in the infinite inventory. For example - herbs would register one herb block per flower type and it would allow to specify the genome in a UI?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant