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"
|
// 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
|
group = 'com.drmangotea.createindustry' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||||
archivesBaseName = 'createindustry'
|
archivesBaseName = 'createindustry'
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ import net.minecraft.client.renderer.block.model.BakedQuad;
|
|||||||
import net.minecraft.client.resources.model.BakedModel;
|
import net.minecraft.client.resources.model.BakedModel;
|
||||||
import net.minecraft.core.BlockPos;
|
import net.minecraft.core.BlockPos;
|
||||||
import net.minecraft.core.Direction;
|
import net.minecraft.core.Direction;
|
||||||
//import net.minecraft.util.RandomSource;
|
|
||||||
import net.minecraft.world.level.BlockAndTintGetter;
|
import net.minecraft.world.level.BlockAndTintGetter;
|
||||||
import net.minecraft.world.level.block.state.BlockState;
|
import net.minecraft.world.level.block.state.BlockState;
|
||||||
//import net.minecraftforge.client.ChunkRenderTypeSet;
|
//import net.minecraftforge.client.ChunkRenderTypeSet;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
modLoader="javafml"
|
modLoader="javafml"
|
||||||
|
|
||||||
loaderVersion="[43,)"
|
loaderVersion="[40,)"
|
||||||
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
||||||
@@ -26,7 +26,7 @@ Create is by default a steam/clockpunk mod and most addons aim to expand this pa
|
|||||||
|
|
||||||
mandatory=true
|
mandatory=true
|
||||||
|
|
||||||
versionRange="[43,)"
|
versionRange="[40,)"
|
||||||
|
|
||||||
ordering="NONE"
|
ordering="NONE"
|
||||||
|
|
||||||
@@ -36,6 +36,6 @@ Create is by default a steam/clockpunk mod and most addons aim to expand this pa
|
|||||||
modId="minecraft"
|
modId="minecraft"
|
||||||
mandatory=true
|
mandatory=true
|
||||||
|
|
||||||
versionRange="[1.19.2,1.20)"
|
versionRange="[1.18.2,1.20)"
|
||||||
ordering="NONE"
|
ordering="NONE"
|
||||||
side="BOTH"
|
side="BOTH"
|
||||||
|
|||||||
@@ -12,7 +12,6 @@
|
|||||||
"FluidPipeBlockMixin",
|
"FluidPipeBlockMixin",
|
||||||
"FluidPropagatorMixin"
|
"FluidPropagatorMixin"
|
||||||
],
|
],
|
||||||
"client": [],
|
|
||||||
"injectors": {
|
"injectors": {
|
||||||
"defaultRequire": 1
|
"defaultRequire": 1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user