index
:
github/GT5-Unofficial.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
gtneioreplugin/.editorconfig
22
-rw-r--r--
gtneioreplugin/.git-blame-ignore-revs
2
-rw-r--r--
gtneioreplugin/.gitattributes
44
-rwxr-xr-x
gtneioreplugin/.github/scripts/test_no_error_reports
51
-rw-r--r--
gtneioreplugin/.github/workflows/build-and-test.yml
13
-rw-r--r--
gtneioreplugin/.github/workflows/release-tags.yml
14
-rw-r--r--
gtneioreplugin/.gitignore
29
-rw-r--r--
gtneioreplugin/CODEOWNERS
3
-rw-r--r--
gtneioreplugin/COPYING
674
-rw-r--r--
gtneioreplugin/COPYING.LESSER
165
-rw-r--r--
gtneioreplugin/LICENSE
28
-rw-r--r--
gtneioreplugin/README.MD
23
-rw-r--r--
gtneioreplugin/README_ZH-CN_DIMS.MD
6
-rw-r--r--
gtneioreplugin/build.gradle
5
-rw-r--r--
gtneioreplugin/dependencies.gradle
10
-rw-r--r--
gtneioreplugin/gradle.properties
203
-rw-r--r--
gtneioreplugin/gradle/wrapper/gradle-wrapper.jar
bin
0 -> 43504 bytes
-rw-r--r--
gtneioreplugin/gradle/wrapper/gradle-wrapper.properties
7
-rwxr-xr-x
gtneioreplugin/gradlew
252
-rw-r--r--
gtneioreplugin/gradlew.bat
94
-rw-r--r--
gtneioreplugin/jitpack.yml
2
-rw-r--r--
gtneioreplugin/repositories.gradle
3
-rw-r--r--
gtneioreplugin/settings.gradle
23
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/Config.java
22
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/GTNEIOrePlugin.java
95
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/IMCForNEI.java
64
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/NEIPluginConfig.java
35
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/PluginBase.java
54
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/block/BlockDimensionDisplay.java
47
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/block/ModBlocks.java
27
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/gregtech5/PluginGT5Base.java
64
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/gregtech5/PluginGT5SmallOreStat.java
203
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/gregtech5/PluginGT5UndergroundFluid.java
165
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/gregtech5/PluginGT5VeinStat.java
202
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/item/ItemDimensionDisplay.java
55
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/renderer/ItemDimensionDisplayRenderer.java
78
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/CSVMaker.java
229
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/DimensionHelper.java
159
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/GT5CFGHelper.java
199
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/GT5OreLayerHelper.java
139
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/GT5OreSmallHelper.java
195
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/GT5UndergroundFluidHelper.java
146
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/OreVeinLayer.java
18
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/Oremix.java
600
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/StringPaddingHack.java
131
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/Veinrenamer.java
23
-rw-r--r--
gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/XtoBool.java
33
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/lang/en_US.lang
101
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/lang/zh_CN.lang
95
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/An_back.png
bin
0 -> 314 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/An_bottom.png
bin
0 -> 305 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/An_front.png
bin
0 -> 309 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/An_left.png
bin
0 -> 311 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/An_right.png
bin
0 -> 307 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/An_top.png
bin
0 -> 308 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/As_back.png
bin
0 -> 495 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/As_bottom.png
bin
0 -> 554 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/As_front.png
bin
0 -> 535 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/As_left.png
bin
0 -> 527 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/As_right.png
bin
0 -> 506 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/As_top.png
bin
0 -> 548 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BC_back.png
bin
0 -> 268 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BC_bottom.png
bin
0 -> 280 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BC_front.png
bin
0 -> 292 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BC_left.png
bin
0 -> 262 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BC_right.png
bin
0 -> 278 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BC_top.png
bin
0 -> 254 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BE_back.png
bin
0 -> 327 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BE_bottom.png
bin
0 -> 329 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BE_front.png
bin
0 -> 325 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BE_left.png
bin
0 -> 322 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BE_right.png
bin
0 -> 318 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BE_top.png
bin
0 -> 317 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BF_back.png
bin
0 -> 370 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BF_bottom.png
bin
0 -> 393 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BF_front.png
bin
0 -> 392 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BF_left.png
bin
0 -> 386 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BF_right.png
bin
0 -> 386 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BF_top.png
bin
0 -> 390 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/CB_back.png
bin
0 -> 351 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/CB_bottom.png
bin
0 -> 337 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/CB_front.png
bin
0 -> 479 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/CB_left.png
bin
0 -> 424 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/CB_right.png
bin
0 -> 318 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/CB_top.png
bin
0 -> 414 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ca_back.png
bin
0 -> 301 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ca_bottom.png
bin
0 -> 300 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ca_front.png
bin
0 -> 301 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ca_left.png
bin
0 -> 300 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ca_right.png
bin
0 -> 316 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ca_top.png
bin
0 -> 299 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ce_back.png
bin
0 -> 343 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ce_bottom.png
bin
0 -> 333 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ce_front.png
bin
0 -> 330 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ce_left.png
bin
0 -> 340 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ce_right.png
bin
0 -> 335 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ce_top.png
bin
0 -> 335 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/DD_back.png
bin
0 -> 325 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/DD_bottom.png
bin
0 -> 332 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/DD_front.png
bin
0 -> 339 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/DD_left.png
bin
0 -> 342 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/DD_right.png
bin
0 -> 350 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/DD_top.png
bin
0 -> 331 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/De_back.png
bin
0 -> 259 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/De_bottom.png
bin
0 -> 268 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/De_front.png
bin
0 -> 259 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/De_left.png
bin
0 -> 265 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/De_right.png
bin
0 -> 263 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/De_top.png
bin
0 -> 248 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/EA_back.png
bin
0 -> 517 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/EA_bottom.png
bin
0 -> 575 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/EA_front.png
bin
0 -> 478 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/EA_left.png
bin
0 -> 553 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/EA_right.png
bin
0 -> 520 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/EA_top.png
bin
0 -> 554 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/ED_back.png
bin
0 -> 321 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/ED_bottom.png
bin
0 -> 326 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/ED_front.png
bin
0 -> 319 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/ED_left.png
bin
0 -> 327 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/ED_right.png
bin
0 -> 319 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/ED_top.png
bin
0 -> 338 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/En_back.png
bin
0 -> 452 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/En_bottom.png
bin
0 -> 524 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/En_front.png
bin
0 -> 392 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/En_left.png
bin
0 -> 396 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/En_right.png
bin
0 -> 410 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/En_top.png
bin
0 -> 528 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Eu_back.png
bin
0 -> 497 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Eu_bottom.png
bin
0 -> 464 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Eu_front.png
bin
0 -> 517 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Eu_left.png
bin
0 -> 510 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Eu_right.png
bin
0 -> 481 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Eu_top.png
bin
0 -> 503 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ga_back.png
bin
0 -> 510 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ga_bottom.png
bin
0 -> 524 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ga_front.png
bin
0 -> 457 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ga_left.png
bin
0 -> 492 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ga_right.png
bin
0 -> 490 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ga_top.png
bin
0 -> 528 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ha_back.png
bin
0 -> 402 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ha_bottom.png
bin
0 -> 389 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ha_front.png
bin
0 -> 398 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ha_left.png
bin
0 -> 394 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ha_right.png
bin
0 -> 398 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ha_top.png
bin
0 -> 393 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ho_back.png
bin
0 -> 268 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ho_bottom.png
bin
0 -> 267 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ho_front.png
bin
0 -> 258 bytes
-rw-r--r--
gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ho_left.png
b