Small fix, I guess
This commit is contained in:
parent
86367a3863
commit
35027ef5d4
5 changed files with 34 additions and 21 deletions
|
@ -76,7 +76,7 @@ dependencies {
|
|||
minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}"
|
||||
compileOnly project(":Common")
|
||||
|
||||
implementation fg.deobf("curse.maven:tardim-531315:3983700")
|
||||
implementation fg.deobf("curse.maven:tardim-531315:4453925")
|
||||
implementation fg.deobf("org.squiddev:cc-tweaked-1.19.1:${cc_version}")
|
||||
}
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ import com.swdteam.common.command.tardim.CommandTardimBase;
|
|||
import com.swdteam.common.command.tardim.ICommand;
|
||||
import com.swdteam.tardim.TardimData;
|
||||
import com.swdteam.tardim.TardimManager;
|
||||
|
||||
import net.minecraft.core.BlockPos;
|
||||
import net.minecraft.world.entity.player.Player;
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ side = "BOTH"
|
|||
[[dependencies.tardim_ic]]
|
||||
modId = "tardim"
|
||||
mandatory = true
|
||||
versionRange = "1.1.3"
|
||||
versionRange = "1.2.2"
|
||||
ordering = "NONE"
|
||||
side = "BOTH"
|
||||
[[dependencies.tardim_ic]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue