...
This commit is contained in:
parent
a35dda60d3
commit
053a0e038c
|
@ -11,12 +11,17 @@
|
|||
<autoDetectTypes>
|
||||
<platformType>FORGE</platformType>
|
||||
<platformType>MIXIN</platformType>
|
||||
<platformType>MCP</platformType>
|
||||
</autoDetectTypes>
|
||||
<projectReimportVersion>1</projectReimportVersion>
|
||||
</configuration>
|
||||
</facet>
|
||||
</component>
|
||||
<component name="McpModuleSettings">
|
||||
<option name="srgType" value="SRG" />
|
||||
<option name="mappingFile" value="$MODULE_DIR$/../../build/createMcpToSrg/output.tsrg" />
|
||||
<option name="mcpVersion" value="official_1.20.1" />
|
||||
<option name="minecraftVersion" value="1.20.1" />
|
||||
<option name="platformVersion" value="47.4.1" />
|
||||
<option name="srgType" value="TSRG" />
|
||||
</component>
|
||||
</module>
|
|
@ -6,12 +6,17 @@
|
|||
<autoDetectTypes>
|
||||
<platformType>FORGE</platformType>
|
||||
<platformType>MIXIN</platformType>
|
||||
<platformType>MCP</platformType>
|
||||
</autoDetectTypes>
|
||||
<projectReimportVersion>1</projectReimportVersion>
|
||||
</configuration>
|
||||
</facet>
|
||||
</component>
|
||||
<component name="McpModuleSettings">
|
||||
<option name="srgType" value="SRG" />
|
||||
<option name="mappingFile" value="$MODULE_DIR$/../../build/createMcpToSrg/output.tsrg" />
|
||||
<option name="mcpVersion" value="official_1.20.1" />
|
||||
<option name="minecraftVersion" value="1.20.1" />
|
||||
<option name="platformVersion" value="47.4.1" />
|
||||
<option name="srgType" value="TSRG" />
|
||||
</component>
|
||||
</module>
|
|
@ -194,7 +194,7 @@ dependencies {
|
|||
implementation(fg.deobf("com.simibubi.create:create-1.20.1:0.5.1.j"))
|
||||
implementation fg.deobf(files("./libs/api-1.1.0+b19b27c4a4.jar"))
|
||||
|
||||
implementation fg.deobf("maven.modrinth:create-copies-cats:0.0.1-1.20.1")
|
||||
//implementation fg.deobf("maven.modrinth:create-copies-cats:0.0.1-1.20.1")
|
||||
//implementation fg.deobf(files("./libs/framed/FramedBlocks-9.3.0.jar"))
|
||||
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ mapping_version=1.20.1
|
|||
mod_id=vmodextras
|
||||
mod_name=VModExtras
|
||||
mod_license=MIT
|
||||
mod_version=1.0-SNAPSHOT
|
||||
mod_version=0.0.1b
|
||||
mod_group_id=space.eptaproject
|
||||
mod_authors=p2vman
|
||||
mod_description=
|
||||
|
|
Loading…
Reference in New Issue