diff options
author | GlodBlock <1356392126@qq.com> | 2021-04-20 00:11:21 +0800 |
---|---|---|
committer | GlodBlock <1356392126@qq.com> | 2021-04-20 00:11:21 +0800 |
commit | 157de8bbb03c3ed007c21a78017f2a3911ec16dc (patch) | |
tree | b2770753b84efb6abd4a9f14c25e607998470b64 /.idea/modules/GoodGenerator.main.iml | |
parent | 610cebd3f0d8a464aa88f5ce12e1d935fd222bbe (diff) | |
download | GT5-Unofficial-157de8bbb03c3ed007c21a78017f2a3911ec16dc.tar.gz GT5-Unofficial-157de8bbb03c3ed007c21a78017f2a3911ec16dc.tar.bz2 GT5-Unofficial-157de8bbb03c3ed007c21a78017f2a3911ec16dc.zip |
use GT_Recipe_Map to add generator recipes
Diffstat (limited to '.idea/modules/GoodGenerator.main.iml')
-rw-r--r-- | .idea/modules/GoodGenerator.main.iml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.idea/modules/GoodGenerator.main.iml b/.idea/modules/GoodGenerator.main.iml new file mode 100644 index 0000000000..b1f311f3c5 --- /dev/null +++ b/.idea/modules/GoodGenerator.main.iml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module version="4"> + <component name="ExternalSystem" externalSystem="GRADLE" externalSystemModuleGroup="GoodGenerator" externalSystemModuleType="sourceSet" externalSystemModuleVersion="0.0.2" linkedProjectId="GoodGenerator:main" linkedProjectPath="$MODULE_DIR$/../.." rootProjectPath="$MODULE_DIR$/../.." /> + <component name="FacetManager"> + <facet type="minecraft" name="Minecraft"> + <configuration> + <autoDetectTypes> + <platformType>MCP</platformType> + </autoDetectTypes> + </configuration> + </facet> + </component> + <component name="McpModuleSettings"> + <option name="srgType" value="SRG" /> + </component> +</module>
\ No newline at end of file |