Skip to content

Commit

Permalink
PacketCollisionObjが大きすぎる問題の解決を試した
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Mar 3, 2020
1 parent 17ee70a commit 7a365db
Show file tree
Hide file tree
Showing 9 changed files with 884 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
apply plugin: 'kotlin'

version = "1.0.2a"
version = "1.1.0"
group = "com.anatawa12.fixRtm"
archivesBaseName = "fixRtm"

Expand Down
2 changes: 1 addition & 1 deletion com.anatawa12.fixRtm.fixRtm.api.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="fixRtm:api" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.anatawa12.fixRtm" external.system.module.type="sourceSet" external.system.module.version="1.0.2a" type="JAVA_MODULE" version="4">
<module external.linked.project.id="fixRtm:api" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.anatawa12.fixRtm" external.system.module.type="sourceSet" external.system.module.version="1.1.0" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="kotlin-language" name="Kotlin">
<configuration version="3" platform="JVM 1.6" useProjectSettings="false">
Expand Down
2 changes: 1 addition & 1 deletion com.anatawa12.fixRtm.fixRtm.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="fixRtm" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.anatawa12.fixRtm" external.system.module.version="1.0.2a" type="JAVA_MODULE" version="4">
<module external.linked.project.id="fixRtm" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.anatawa12.fixRtm" external.system.module.version="1.1.0" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
Expand Down
2 changes: 1 addition & 1 deletion com.anatawa12.fixRtm.fixRtm.main.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="fixRtm:main" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.anatawa12.fixRtm" external.system.module.type="sourceSet" external.system.module.version="1.0.2a" type="JAVA_MODULE" version="4">
<module external.linked.project.id="fixRtm:main" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.anatawa12.fixRtm" external.system.module.type="sourceSet" external.system.module.version="1.1.0" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="kotlin-language" name="Kotlin">
<configuration version="3" platform="JVM 1.6" useProjectSettings="false">
Expand Down
2 changes: 1 addition & 1 deletion com.anatawa12.fixRtm.fixRtm.test.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="fixRtm:test" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.anatawa12.fixRtm" external.system.module.type="sourceSet" external.system.module.version="1.0.2a" type="JAVA_MODULE" version="4">
<module external.linked.project.id="fixRtm:test" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.anatawa12.fixRtm" external.system.module.type="sourceSet" external.system.module.version="1.1.0" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="kotlin-language" name="Kotlin">
<configuration version="3" platform="JVM 1.6" useProjectSettings="false">
Expand Down

0 comments on commit 7a365db

Please sign in to comment.