Modified mods.toml, now it gives a different error
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
"FluidPipeBlockMixin",
|
||||
"FluidPropagatorMixin"
|
||||
],
|
||||
"client": [],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user