diff options
| author | BlueWeabo <ilia.iliev@tuta.com> | 2024-08-26 20:39:28 +0300 |
|---|---|---|
| committer | BlueWeabo <ilia.iliev@tuta.com> | 2024-08-26 20:39:28 +0300 |
| commit | 2a5ab51b85b20ccaaff400f225cf653ba77b96f7 (patch) | |
| tree | 30dde76032764a7c2dd68393818dc818e220abcc | |
| parent | 6aab5b34e433be5d13297a001219562856463a6b (diff) | |
| download | GT5-Unofficial-2a5ab51b85b20ccaaff400f225cf653ba77b96f7.tar.gz GT5-Unofficial-2a5ab51b85b20ccaaff400f225cf653ba77b96f7.tar.bz2 GT5-Unofficial-2a5ab51b85b20ccaaff400f225cf653ba77b96f7.zip | |
merge sources and edit mcmod.info
| -rw-r--r-- | gtneioreplugin/src/main/resources/mcmod.info | 16 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/Config.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/Config.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/GTNEIOrePlugin.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/GTNEIOrePlugin.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/plugin/IMCForNEI.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/IMCForNEI.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/plugin/NEIPluginConfig.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/NEIPluginConfig.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/plugin/PluginBase.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/PluginBase.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/plugin/block/BlockDimensionDisplay.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/block/BlockDimensionDisplay.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/plugin/block/ModBlocks.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/block/ModBlocks.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/plugin/gregtech5/PluginGT5Base.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/gregtech5/PluginGT5Base.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/plugin/gregtech5/PluginGT5SmallOreStat.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/gregtech5/PluginGT5SmallOreStat.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/plugin/gregtech5/PluginGT5UndergroundFluid.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/gregtech5/PluginGT5UndergroundFluid.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/plugin/gregtech5/PluginGT5VeinStat.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/gregtech5/PluginGT5VeinStat.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/plugin/item/ItemDimensionDisplay.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/item/ItemDimensionDisplay.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/plugin/renderer/ItemDimensionDisplayRenderer.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/plugin/renderer/ItemDimensionDisplayRenderer.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/util/CSVMaker.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/CSVMaker.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/util/DimensionHelper.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/DimensionHelper.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/util/GT5CFGHelper.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/GT5CFGHelper.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/util/GT5OreLayerHelper.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/GT5OreLayerHelper.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/util/GT5OreSmallHelper.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/GT5OreSmallHelper.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/util/GT5UndergroundFluidHelper.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/GT5UndergroundFluidHelper.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/util/OreVeinLayer.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/OreVeinLayer.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/util/Oremix.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/Oremix.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/util/StringPaddingHack.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/StringPaddingHack.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/util/Veinrenamer.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/Veinrenamer.java) | 0 | ||||
| -rw-r--r-- | src/main/java/pers/gwyog/gtneioreplugin/util/XtoBool.java (renamed from gtneioreplugin/src/main/java/pers/gwyog/gtneioreplugin/util/XtoBool.java) | 0 | ||||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/lang/en_US.lang (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/lang/en_US.lang) | 0 | ||||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/lang/zh_CN.lang (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/lang/zh_CN.lang) | 0 | ||||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/An_back.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/An_back.png) | bin | 314 -> 314 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/An_bottom.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/An_bottom.png) | bin | 305 -> 305 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/An_front.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/An_front.png) | bin | 309 -> 309 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/An_left.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/An_left.png) | bin | 311 -> 311 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/An_right.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/An_right.png) | bin | 307 -> 307 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/An_top.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/An_top.png) | bin | 308 -> 308 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/As_back.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/As_back.png) | bin | 495 -> 495 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/As_bottom.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/As_bottom.png) | bin | 554 -> 554 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/As_front.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/As_front.png) | bin | 535 -> 535 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/As_left.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/As_left.png) | bin | 527 -> 527 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/As_right.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/As_right.png) | bin | 506 -> 506 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/As_top.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/As_top.png) | bin | 548 -> 548 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/BC_back.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BC_back.png) | bin | 268 -> 268 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/BC_bottom.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BC_bottom.png) | bin | 280 -> 280 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/BC_front.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BC_front.png) | bin | 292 -> 292 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/BC_left.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BC_left.png) | bin | 262 -> 262 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/BC_right.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BC_right.png) | bin | 278 -> 278 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/BC_top.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BC_top.png) | bin | 254 -> 254 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/BE_back.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BE_back.png) | bin | 327 -> 327 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/BE_bottom.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BE_bottom.png) | bin | 329 -> 329 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/BE_front.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BE_front.png) | bin | 325 -> 325 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/BE_left.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BE_left.png) | bin | 322 -> 322 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/BE_right.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BE_right.png) | bin | 318 -> 318 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/BE_top.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BE_top.png) | bin | 317 -> 317 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/BF_back.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BF_back.png) | bin | 370 -> 370 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/BF_bottom.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BF_bottom.png) | bin | 393 -> 393 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/BF_front.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BF_front.png) | bin | 392 -> 392 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/BF_left.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BF_left.png) | bin | 386 -> 386 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/BF_right.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BF_right.png) | bin | 386 -> 386 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/BF_top.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/BF_top.png) | bin | 390 -> 390 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/CB_back.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/CB_back.png) | bin | 351 -> 351 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/CB_bottom.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/CB_bottom.png) | bin | 337 -> 337 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/CB_front.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/CB_front.png) | bin | 479 -> 479 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/CB_left.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/CB_left.png) | bin | 424 -> 424 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/CB_right.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/CB_right.png) | bin | 318 -> 318 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/CB_top.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/CB_top.png) | bin | 414 -> 414 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ca_back.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ca_back.png) | bin | 301 -> 301 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ca_bottom.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ca_bottom.png) | bin | 300 -> 300 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ca_front.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ca_front.png) | bin | 301 -> 301 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ca_left.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ca_left.png) | bin | 300 -> 300 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ca_right.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ca_right.png) | bin | 316 -> 316 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ca_top.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ca_top.png) | bin | 299 -> 299 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ce_back.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ce_back.png) | bin | 343 -> 343 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ce_bottom.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ce_bottom.png) | bin | 333 -> 333 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ce_front.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ce_front.png) | bin | 330 -> 330 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ce_left.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ce_left.png) | bin | 340 -> 340 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ce_right.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ce_right.png) | bin | 335 -> 335 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ce_top.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ce_top.png) | bin | 335 -> 335 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/DD_back.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/DD_back.png) | bin | 325 -> 325 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/DD_bottom.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/DD_bottom.png) | bin | 332 -> 332 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/DD_front.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/DD_front.png) | bin | 339 -> 339 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/DD_left.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/DD_left.png) | bin | 342 -> 342 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/DD_right.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/DD_right.png) | bin | 350 -> 350 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/DD_top.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/DD_top.png) | bin | 331 -> 331 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/De_back.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/De_back.png) | bin | 259 -> 259 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/De_bottom.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/De_bottom.png) | bin | 268 -> 268 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/De_front.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/De_front.png) | bin | 259 -> 259 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/De_left.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/De_left.png) | bin | 265 -> 265 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/De_right.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/De_right.png) | bin | 263 -> 263 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/De_top.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/De_top.png) | bin | 248 -> 248 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/EA_back.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/EA_back.png) | bin | 517 -> 517 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/EA_bottom.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/EA_bottom.png) | bin | 575 -> 575 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/EA_front.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/EA_front.png) | bin | 478 -> 478 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/EA_left.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/EA_left.png) | bin | 553 -> 553 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/EA_right.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/EA_right.png) | bin | 520 -> 520 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/EA_top.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/EA_top.png) | bin | 554 -> 554 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/ED_back.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/ED_back.png) | bin | 321 -> 321 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/ED_bottom.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/ED_bottom.png) | bin | 326 -> 326 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/ED_front.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/ED_front.png) | bin | 319 -> 319 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/ED_left.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/ED_left.png) | bin | 327 -> 327 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/ED_right.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/ED_right.png) | bin | 319 -> 319 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/ED_top.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/ED_top.png) | bin | 338 -> 338 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/En_back.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/En_back.png) | bin | 452 -> 452 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/En_bottom.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/En_bottom.png) | bin | 524 -> 524 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/En_front.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/En_front.png) | bin | 392 -> 392 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/En_left.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/En_left.png) | bin | 396 -> 396 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/En_right.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/En_right.png) | bin | 410 -> 410 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/En_top.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/En_top.png) | bin | 528 -> 528 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Eu_back.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Eu_back.png) | bin | 497 -> 497 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Eu_bottom.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Eu_bottom.png) | bin | 464 -> 464 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Eu_front.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Eu_front.png) | bin | 517 -> 517 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Eu_left.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Eu_left.png) | bin | 510 -> 510 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Eu_right.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Eu_right.png) | bin | 481 -> 481 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Eu_top.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Eu_top.png) | bin | 503 -> 503 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ga_back.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ga_back.png) | bin | 510 -> 510 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ga_bottom.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ga_bottom.png) | bin | 524 -> 524 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ga_front.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ga_front.png) | bin | 457 -> 457 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ga_left.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ga_left.png) | bin | 492 -> 492 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ga_right.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ga_right.png) | bin | 490 -> 490 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ga_top.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ga_top.png) | bin | 528 -> 528 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ha_back.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ha_back.png) | bin | 402 -> 402 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ha_bottom.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ha_bottom.png) | bin | 389 -> 389 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ha_front.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ha_front.png) | bin | 398 -> 398 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ha_left.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ha_left.png) | bin | 394 -> 394 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ha_right.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ha_right.png) | bin | 398 -> 398 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ha_top.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ha_top.png) | bin | 393 -> 393 bytes | |||
| -rw-r--r-- | src/main/resources/assets/gtneioreplugin/textures/blocks/Ho_back.png (renamed from gtneioreplugin/src/main/resources/assets/gtneioreplugin/textures/blocks/Ho_back.png) | bin | 268 -> 268 bytes | |||
| -rw-r--r-- | src/main/reso |
