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

LGPL-3.0 #6

Merged
merged 4 commits into from
Feb 1, 2022
Merged

LGPL-3.0 #6

merged 4 commits into from
Feb 1, 2022

Conversation

bombcar
Copy link
Member

@bombcar bombcar commented Feb 1, 2022

Update buildscript, clarify and license to LGPL-3.0 to match Crops++ and tag and push to maven

@bombcar bombcar requested a review from a team February 1, 2022 19:10
@@ -9,9 +13,6 @@ repositories {
artifact()
}
}
maven {
url "https://cursemaven.com"
}
Copy link
Member

Choose a reason for hiding this comment

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

Don't delete this, witchery is still fetched from there. Actually you could probably convert it to a deobf dep aswell and thus getting rid of the need for CCC

Copy link
Member Author

Choose a reason for hiding this comment

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

deobf witchery can't handle the mixin it needs to do apparently:

java.lang.NoSuchMethodError: com.emoniph.witchery.brewing.potions.PotionParalysis.registerPotionAttributeModifier(Lnet/minecraft/entity/ai/attributes/IAttribute;Ljava/lang/String;DI)Lnet/minecraft/potion/Potion;
        at com.emoniph.witchery.brewing.potions.PotionParalysis.postContructInitialize(PotionParalysis.java:35) ~[PotionParalysis.class:?]
        at com.emoniph.witchery.brewing.potions.WitcheryPotions.register(WitcheryPotions.java:186) ~[WitcheryPotions.class:?]
        at com.emoniph.witchery.brewing.potions.WitcheryPotions.<init>(WitcheryPotions.java:62) ~[WitcheryPotions.class:?]```

All my normal tricks fail here, will read the curse version

Copy link
Member

Choose a reason for hiding this comment

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

Maybe the mixins only contains the obfuscated name which works fine in non-dev but not in dev with an actually deobfuscated version of Witchery?

Copy link
Member

Choose a reason for hiding this comment

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

Wait, no, there is not even Mixins involved in this case

Copy link
Member Author

Choose a reason for hiding this comment

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

got a wacky runtime fix for now so runServer passes, but not sure what witchery wants to run in dev

@Dream-Master Dream-Master merged commit ef2f17c into master Feb 1, 2022
@Dream-Master Dream-Master deleted the updatebuild branch February 1, 2022 22:50
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.

3 participants