Skip to content

Commit

Permalink
Remove create deco mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Apr 27, 2024
1 parent df92f7e commit ed000f0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 160 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ base.archivesName.set("archives_base_name"())
repositories {
maven("https://maven.quiltmc.org/repository/release") // Quilt Mappings
maven("https://maven.parchmentmc.org") // Parchment mappings
maven("https://api.modrinth.com/maven") // Create Deco
maven("https://mvn.devos.one/snapshots/") // Create, Porting Lib, Forge Tags, Milk Lib, Registrate
maven("https://mvn.devos.one/releases/") // Porting Lib Releases
maven("https://raw.githubusercontent.com/Fuzss/modresources/main/maven/") // Forge Config API Port
Expand All @@ -34,8 +33,6 @@ dependencies {
modImplementation("net.fabricmc.fabric-api:fabric-api:${"fabric_api_version"()}")

modImplementation("com.simibubi.create:create-fabric-${"minecraft_version"()}:${"create_version"()}")

modImplementation("maven.modrinth:create-deco:2.0.1-1.20.1-fabric")
}

tasks.processResources {
Expand Down

This file was deleted.

This file was deleted.

4 changes: 1 addition & 3 deletions src/main/resources/railwaystweaks.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"package": "dev.ithundxr.railwaystweaks.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"LivingEntityMixin",
"createdeco.CatwalkRailingBlockMixin",
"createdeco.CatwalkStairBlockMixin"
"LivingEntityMixin"
],
"client": [
],
Expand Down

0 comments on commit ed000f0

Please sign in to comment.