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

Putting CC: Tweaked Mixins in Common #1046

Open
wants to merge 2 commits into
base: 1.20.1/api
Choose a base branch
from

Conversation

TechTastic
Copy link
Contributor

Since CC: Tweaked 1.19.4+ are now multiloader, all classes that were Mixin'd into can now be moved into Common as well as the dependency

I also updated all Mixins to the improved API versions from 1.18.2/main

@TechTastic
Copy link
Contributor Author

Apparently Forge is broken? IDK how that has happened as it doesnt give me a useable error
image

.map(pos -> ValkyrienSkies.getShipManagingBlock(world, pos))
.map(s -> ValkyrienSkies.positionToShip(s, new Vector3d(position.getX() + 0.5, position.getY() + 0.5, position.getZ() + 0.5)))
.map(pos -> world.getBlockState(BlockPos.containing(ValkyrienSkies.toMinecraft(pos))))
.anyMatch(BlockState::isAir);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please follow #1051

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

Successfully merging this pull request may close these issues.

2 participants