Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Before:
- dependencies {
- provided("com.brandon3055.draconicevolution:Draconic-Evolution:${minecraft_version}-${draconicEvolution_version}:deobf") {
- exclude module: "jei_${minecraft_version}"
- exclude module: "OpenComputers"
- }
- }
- After:
- dependencies {
- // Until mappings are updated in DE (Then remove this and exclusion under DE)
- deobfProvided "com.brandon3055.brandonscore:BrandonsCore:1.10.2-2.1.1.+:universal"
- // Until mappings are updated in DE (Then remove this and exclusion under DE)
- deobfProvided "codechicken:CodeChickenLib:1.10.2-2.4.3.+:universal"
- // Mappings do not match!
- deobfProvided("com.brandon3055.draconicevolution:Draconic-Evolution:${minecraft_version}-${draconicEvolution_version}:universal") {
- // Until mappings are updated
- exclude module: "BrandonsCore"
- // Until mappings are updated
- exclude module: "CodeChickenLib"
- exclude module: "jei_${minecraft_version}"
- exclude module: "OpenComputers"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment