Modified mods.toml, now it gives a different error

This commit is contained in:
hadron13
2024-11-23 13:20:57 -03:00
parent 17ab0baa7f
commit 03650c6df1
4 changed files with 4 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ apply plugin: 'org.spongepowered.mixin'
// add sourceSets.main, "createindustry.refmap.json"
//}
version = '0.9.0c-1.19.2'
version = '0.9.0c-1.18.2'
group = 'com.drmangotea.createindustry' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'createindustry'

View File

@@ -28,7 +28,6 @@ import net.minecraft.client.renderer.block.model.BakedQuad;
import net.minecraft.client.resources.model.BakedModel;
import net.minecraft.core.BlockPos;
import net.minecraft.core.Direction;
//import net.minecraft.util.RandomSource;
import net.minecraft.world.level.BlockAndTintGetter;
import net.minecraft.world.level.block.state.BlockState;
//import net.minecraftforge.client.ChunkRenderTypeSet;

View File

@@ -1,6 +1,6 @@
modLoader="javafml"
loaderVersion="[43,)"
loaderVersion="[40,)"
license="MIT"
@@ -26,7 +26,7 @@ Create is by default a steam/clockpunk mod and most addons aim to expand this pa
mandatory=true
versionRange="[43,)"
versionRange="[40,)"
ordering="NONE"
@@ -36,6 +36,6 @@ Create is by default a steam/clockpunk mod and most addons aim to expand this pa
modId="minecraft"
mandatory=true
versionRange="[1.19.2,1.20)"
versionRange="[1.18.2,1.20)"
ordering="NONE"
side="BOTH"

View File

@@ -12,7 +12,6 @@
"FluidPipeBlockMixin",
"FluidPropagatorMixin"
],
"client": [],
"injectors": {
"defaultRequire": 1
}