Small fix, I guess

This commit is contained in:
Andrey Nikitin 2023-04-13 16:02:55 +03:00
parent 86367a3863
commit 35027ef5d4
5 changed files with 34 additions and 21 deletions

View file

@ -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;

View file

@ -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]]