Lythom / capsule

A minecraft mod : Bring your base! Capsules can capture a region containing any blocks or machines, then deploy and undeploy at will. Inspired by Dragon Ball capsules.
MIT License
16 stars 13 forks source link

IE blueprints #48

Closed Filostorm closed 3 years ago

Filostorm commented 3 years ago

Is there any way for the default capsule blueprints to recognize ore Dictionary specifically for the steel blocks?

When attempting to fill them with thermal blocks it's needed to chisel them into the IE version first currently

Lythom commented 3 years ago

The thing is:

So there is a by-design approach which make generalization of the problem not possible because the structures are defined by specific blocks, not recipes.

Only a specific solution would work: it would be possible to add a capsule dedicated ore-dictionary. it would be tedious to fill and be used only for specific cases like the one you describe but would not work for everything.

Would that fit your need ? Also, what version of minecraft / capsule are having that need for?

Filostorm commented 3 years ago

Capsule-1.12.2-3.4.58.jar For Minecraft version 1.12.2

I see what you're saying, can't just go around substituting different blocks and expect them to still work.

It seems like the capsule dedicated ore-dictionary would work, its really only for the IE multiblocks that can accept any version of the block to form.

Lythom commented 3 years ago

Thanks ! I'm not sure yet I'll backport the feature to 1.12, the forge support is over for this version but given the few changes on the capsule blueprint system between 1.12 and 1.16 I'll give it a try ! I created an issue to track the feature here: https://github.com/Lythom/capsule/issues/50 I'm closing this issue to track the evolution on #50, feel free to comment there to specify your need if it doesn't match.

Filostorm commented 3 years ago

That sounds awesome! Thanks for a great mod btw, it makes building a lot easier