Create 6.0.7 compatibility ported#821
Create 6.0.7 compatibility ported#821rbasamoyai merged 16 commits intoCannoneers-of-Create:create-v6-1.20.1from
Conversation
…ctory. Instead of using builder.visual() which conflicts over fabric and forge for now, VisualizerRegistry was used.
…d the field to CBC contraptions for temporary fix.
|
Interactable BEs on cannon, like quickfiring breech or mortar, aren't functional at the moment. |
|
interacting to the cannon is fixed and the quickfiring breech is animated now. Seems like tickAnimation have to be called to both normal contraption and client contraption to actually show the animation for the Block Entities, so It might be better to implement Actor Visual to animate the QF breech. |
|
Shouldn't you do this instead of create abundant field? |
Yeah, this seems to be better way of implementing it. Thanks for pointing it out! |
|
I inspected the client contraption which holds block entity information, but this class is only for client rendering purpose, so it's not safe for use in CBC which needs to access block entities on server side. |
I checked the source code and it seems like the usage of |
|
Hi, could you make a full-fledged build of the mod? Since the official version is unlikely to appear anytime soon. |
Updated forge and mixinextras
https://drive.google.com/file/d/1uIv1qyUyObDp_JpD8EYDXoHX_OY8COkI/view?usp=sharing |
Thank you very much! |
|
Hi, can you build another jar file for the new commits? Thanks! |
- TODO: fix Create remapping on Fabric
|
The port now targets v6.0.8 only. Create Big Cannons will now be version 5.10.0. |
24f5bb2
into
Cannoneers-of-Create:create-v6-1.20.1
The change made in the code needs cleaning, but it builds and runs with Create 6.0.7 for forge.
Fabric isn't supported yet.