Skip to content

Commit 8d82a89

Browse files
Adapt Create: Dragons Plus 1.5.0
1 parent acb7a0a commit 8d82a89

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Create: Enchantment Industry 2.1.2
22

3-
Require Create: Dragons Plus 1.5.0, which contains significant code changes.
3+
Require Create: Dragons Plus 1.5.0
44

55
#### Update
66
* Now you can throw item to Mechanical Grindstone to process it

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,6 @@ repositories {
9494
}
9595

9696
dependencies {
97-
compileOnly("dev.engine-room.flywheel:flywheel-neoforge-api-${flywheel_minecraft_version}:${flywheel_version}")
98-
runtimeOnly("dev.engine-room.flywheel:flywheel-neoforge-${flywheel_minecraft_version}:${flywheel_version}")
99-
runtimeOnly("dev.engine-room.vanillin:vanillin-neoforge-${flywheel_minecraft_version}:${vanillin_version}")
100-
implementation("com.tterrag.registrate:Registrate:${registrate_version}")
101-
implementation("net.createmod.ponder:Ponder-NeoForge-${minecraft_version}:${ponder_version}")
102-
implementation("com.simibubi.create:create-${minecraft_version}:${create_version}") { transitive false }
10397
implementation("plus.dragons.createdragonsplus:create-dragons-plus-${minecraft_version}:${create_dragons_plus_version}")
10498

10599
compileOnly("mezz.jei:jei-${jei_minecraft_version}-common-api:${jei_version}")

0 commit comments

Comments
 (0)