Skip to content
Draft

1.18 #25

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ repositories {
}

dependencies {
modImplementation 'software.bernie.geckolib:geckolib-fabric-1.17:3.0.15:dev'
modImplementation 'software.bernie.geckolib:geckolib-fabric-1.18:3.0.4:dev'
// To change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:1.17.1"
mappings "net.fabricmc:yarn:1.17.1+build.61:v2"
minecraft "com.mojang:minecraft:21w38a"
mappings "net.fabricmc:yarn:21w38a+build.11:v2"
modImplementation "net.fabricmc:fabric-loader:0.12.0"


// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:0.40.1+1.17"
modImplementation "net.fabricmc.fabric-api:fabric-api:0.40.4+1.18"

// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.17.1
yarn_mappings=1.17.1+build.61
minecraft_version=21w38a
yarn_mappings=21w38a+build.11
loader_version=0.12.0

# Mod Properties
Expand All @@ -13,5 +13,5 @@ org.gradle.jvmargs=-Xmx1G
archives_base_name = trajans-tanks

# Dependencies
fabric_version=0.40.1+1.17
fabric_version=0.40.4+1.18

58 changes: 0 additions & 58 deletions remappedSrc/com/crescentine/tankmod/TankMod.java

This file was deleted.

68 changes: 0 additions & 68 deletions remappedSrc/com/crescentine/tankmod/TankModClient.java

This file was deleted.

88 changes: 0 additions & 88 deletions remappedSrc/com/crescentine/tankmod/shell/ShellEntity.java

This file was deleted.

This file was deleted.

36 changes: 0 additions & 36 deletions remappedSrc/com/crescentine/tankmod/shell/ShellItem.java

This file was deleted.

Loading