diff options
author | minecraft7771 <maxim235@gmx.de> | 2023-03-31 22:02:20 +0200 |
---|---|---|
committer | minecraft7771 <maxim235@gmx.de> | 2023-03-31 22:02:20 +0200 |
commit | 40c466e95d061f891b1fe3034f79869d5ae98220 (patch) | |
tree | 79a2cc67baf4e1d7056a46f35bb6b7e1ca90b4c8 /layout.json | |
parent | bdf64584ccf40fb36325e9968ab3abe047ac7166 (diff) | |
download | GT5-Unofficial-40c466e95d061f891b1fe3034f79869d5ae98220.tar.gz GT5-Unofficial-40c466e95d061f891b1fe3034f79869d5ae98220.tar.bz2 GT5-Unofficial-40c466e95d061f891b1fe3034f79869d5ae98220.zip |
Override getActualEnergyUsage so it still works with old TT machines
Diffstat (limited to 'layout.json')
-rw-r--r-- | layout.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout.json b/layout.json new file mode 100644 index 0000000000..17299c1304 --- /dev/null +++ b/layout.json @@ -0,0 +1,13 @@ +{ + "ideaDirPath": "C:/Users/maxim/Desktop/GTNH-Workspace/TecTech/.idea", + "modulesMap": { + "TecTech": "C:/Users/maxim/Desktop/GTNH-Workspace/TecTech/.idea/modules/TecTech.iml", + "TecTech:mcLauncher": "C:/Users/maxim/Desktop/GTNH-Workspace/TecTech/.idea/modules/TecTech.mcLauncher.iml", + "TecTech:patchedMc": "C:/Users/maxim/Desktop/GTNH-Workspace/TecTech/.idea/modules/TecTech.patchedMc.iml", + "TecTech:test": "C:/Users/maxim/Desktop/GTNH-Workspace/TecTech/.idea/modules/TecTech.test.iml", + "TecTech:injectedTags": "C:/Users/maxim/Desktop/GTNH-Workspace/TecTech/.idea/modules/TecTech.injectedTags.iml", + "TecTech:main": "C:/Users/maxim/Desktop/GTNH-Workspace/TecTech/.idea/modules/TecTech.main.iml", + "TecTech:api": "C:/Users/maxim/Desktop/GTNH-Workspace/TecTech/.idea/modules/TecTech.api.iml", + "TecTech:ideVirtualMain": "C:/Users/maxim/Desktop/GTNH-Workspace/TecTech/.idea/modules/TecTech.ideVirtualMain.iml" + } +}
\ No newline at end of file |