├── README.md ├── archers_paradox ├── changelog.md ├── description.md ├── logo.png └── update.json ├── capable_cauldrons ├── capable_cauldrons.gif ├── changelog.md ├── description.md ├── logo.png ├── logo_cf.png └── update.json ├── capable_composters ├── capable_composters.gif ├── changelog.md ├── description.md ├── logo.png ├── logo_cf.png └── update.json ├── cofh_core ├── changelog.md ├── description.md ├── logo.png └── update.json ├── cofhcore_changelog.txt ├── cofhcore_logo.png ├── cofhcore_update.json ├── cofhworld_logo.png ├── cofhworld_update.json ├── ensorcellation ├── changelog.md ├── description.md ├── logo.png └── update.json ├── no_nv_flash ├── changelog.md ├── description.md ├── logo.png ├── logo_cf.png └── update.json ├── omgourd ├── changelog.md ├── description.md ├── logo.png └── update.json ├── redstone_arsenal ├── changelog.md └── update.json ├── redstonearsenal_changelog.txt ├── redstonearsenal_logo.png ├── redstonearsenal_update.json ├── redstoneflux_logo.png ├── right_click_get_crops ├── changelog.md ├── description.md ├── logo.png └── update.json ├── thermal ├── changelog.md ├── description_cultivation.md ├── description_dynamics.md ├── description_expansion.md ├── description_foundation.md ├── description_horizons.md ├── description_innovation.md ├── description_integration.md ├── description_locomotion.md ├── media │ ├── thermal_cultivation.png │ ├── thermal_cultivation_logo_cf.png │ ├── thermal_dynamics.png │ ├── thermal_dynamics_cf.png │ ├── thermal_expansion.png │ ├── thermal_expansion_logo_cf.png │ ├── thermal_foundation.png │ ├── thermal_foundation_logo_cf.png │ ├── thermal_innovation.png │ ├── thermal_innovation_logo_cf.png │ ├── thermal_integration.png │ ├── thermal_integration_logo_cf.png │ ├── thermal_locomotion.png │ ├── thermal_locomotion_logo_cf.png │ ├── thermal_logos.pdn │ └── thermal_series.png ├── update.json ├── update_cultivation.json ├── update_dynamics.json ├── update_expansion.json ├── update_foundation.json ├── update_horizons.json ├── update_innovation.json ├── update_integration.json └── update_locomotion.json ├── thermalcultivation_changelog.txt ├── thermalcultivation_logo.png ├── thermalcultivation_update.json ├── thermaldynamics_changelog.txt ├── thermaldynamics_logo.png ├── thermaldynamics_update.json ├── thermalexpansion_changelog.txt ├── thermalexpansion_logo.png ├── thermalexpansion_update.json ├── thermalfoundation_changelog.txt ├── thermalfoundation_logo.png ├── thermalfoundation_update.json ├── thermalinnovation_changelog.txt ├── thermalinnovation_logo.png ├── thermalinnovation_update.json ├── tools_complement ├── changelog.md ├── description.md ├── items_1.png ├── items_2.png ├── items_3.png ├── logo.png └── update.json └── uneffectual ├── changelog.md ├── description.md ├── logo.png ├── logo_cf.png └── update.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/README.md -------------------------------------------------------------------------------- /archers_paradox/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/archers_paradox/changelog.md -------------------------------------------------------------------------------- /archers_paradox/description.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/archers_paradox/description.md -------------------------------------------------------------------------------- /archers_paradox/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/archers_paradox/logo.png -------------------------------------------------------------------------------- /archers_paradox/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/archers_paradox/update.json -------------------------------------------------------------------------------- /capable_cauldrons/capable_cauldrons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/capable_cauldrons/capable_cauldrons.gif -------------------------------------------------------------------------------- /capable_cauldrons/changelog.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /capable_cauldrons/description.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/capable_cauldrons/description.md -------------------------------------------------------------------------------- /capable_cauldrons/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/capable_cauldrons/logo.png -------------------------------------------------------------------------------- /capable_cauldrons/logo_cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/capable_cauldrons/logo_cf.png -------------------------------------------------------------------------------- /capable_cauldrons/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/capable_cauldrons/update.json -------------------------------------------------------------------------------- /capable_composters/capable_composters.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/capable_composters/capable_composters.gif -------------------------------------------------------------------------------- /capable_composters/changelog.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /capable_composters/description.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/capable_composters/description.md -------------------------------------------------------------------------------- /capable_composters/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/capable_composters/logo.png -------------------------------------------------------------------------------- /capable_composters/logo_cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/capable_composters/logo_cf.png -------------------------------------------------------------------------------- /capable_composters/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/capable_composters/update.json -------------------------------------------------------------------------------- /cofh_core/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/cofh_core/changelog.md -------------------------------------------------------------------------------- /cofh_core/description.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/cofh_core/description.md -------------------------------------------------------------------------------- /cofh_core/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/cofh_core/logo.png -------------------------------------------------------------------------------- /cofh_core/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/cofh_core/update.json -------------------------------------------------------------------------------- /cofhcore_changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/cofhcore_changelog.txt -------------------------------------------------------------------------------- /cofhcore_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/cofhcore_logo.png -------------------------------------------------------------------------------- /cofhcore_update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/cofhcore_update.json -------------------------------------------------------------------------------- /cofhworld_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/cofhworld_logo.png -------------------------------------------------------------------------------- /cofhworld_update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/cofhworld_update.json -------------------------------------------------------------------------------- /ensorcellation/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/ensorcellation/changelog.md -------------------------------------------------------------------------------- /ensorcellation/description.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/ensorcellation/description.md -------------------------------------------------------------------------------- /ensorcellation/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/ensorcellation/logo.png -------------------------------------------------------------------------------- /ensorcellation/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/ensorcellation/update.json -------------------------------------------------------------------------------- /no_nv_flash/changelog.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /no_nv_flash/description.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/no_nv_flash/description.md -------------------------------------------------------------------------------- /no_nv_flash/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/no_nv_flash/logo.png -------------------------------------------------------------------------------- /no_nv_flash/logo_cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/no_nv_flash/logo_cf.png -------------------------------------------------------------------------------- /no_nv_flash/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/no_nv_flash/update.json -------------------------------------------------------------------------------- /omgourd/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/omgourd/changelog.md -------------------------------------------------------------------------------- /omgourd/description.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/omgourd/description.md -------------------------------------------------------------------------------- /omgourd/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/omgourd/logo.png -------------------------------------------------------------------------------- /omgourd/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/omgourd/update.json -------------------------------------------------------------------------------- /redstone_arsenal/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/redstone_arsenal/changelog.md -------------------------------------------------------------------------------- /redstone_arsenal/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/redstone_arsenal/update.json -------------------------------------------------------------------------------- /redstonearsenal_changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/redstonearsenal_changelog.txt -------------------------------------------------------------------------------- /redstonearsenal_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/redstonearsenal_logo.png -------------------------------------------------------------------------------- /redstonearsenal_update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/redstonearsenal_update.json -------------------------------------------------------------------------------- /redstoneflux_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/redstoneflux_logo.png -------------------------------------------------------------------------------- /right_click_get_crops/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/right_click_get_crops/changelog.md -------------------------------------------------------------------------------- /right_click_get_crops/description.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/right_click_get_crops/description.md -------------------------------------------------------------------------------- /right_click_get_crops/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/right_click_get_crops/logo.png -------------------------------------------------------------------------------- /right_click_get_crops/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/right_click_get_crops/update.json -------------------------------------------------------------------------------- /thermal/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/changelog.md -------------------------------------------------------------------------------- /thermal/description_cultivation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/description_cultivation.md -------------------------------------------------------------------------------- /thermal/description_dynamics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/description_dynamics.md -------------------------------------------------------------------------------- /thermal/description_expansion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/description_expansion.md -------------------------------------------------------------------------------- /thermal/description_foundation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/description_foundation.md -------------------------------------------------------------------------------- /thermal/description_horizons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/description_horizons.md -------------------------------------------------------------------------------- /thermal/description_innovation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/description_innovation.md -------------------------------------------------------------------------------- /thermal/description_integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/description_integration.md -------------------------------------------------------------------------------- /thermal/description_locomotion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/description_locomotion.md -------------------------------------------------------------------------------- /thermal/media/thermal_cultivation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/media/thermal_cultivation.png -------------------------------------------------------------------------------- /thermal/media/thermal_cultivation_logo_cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/media/thermal_cultivation_logo_cf.png -------------------------------------------------------------------------------- /thermal/media/thermal_dynamics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/media/thermal_dynamics.png -------------------------------------------------------------------------------- /thermal/media/thermal_dynamics_cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/media/thermal_dynamics_cf.png -------------------------------------------------------------------------------- /thermal/media/thermal_expansion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/media/thermal_expansion.png -------------------------------------------------------------------------------- /thermal/media/thermal_expansion_logo_cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/media/thermal_expansion_logo_cf.png -------------------------------------------------------------------------------- /thermal/media/thermal_foundation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/media/thermal_foundation.png -------------------------------------------------------------------------------- /thermal/media/thermal_foundation_logo_cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/media/thermal_foundation_logo_cf.png -------------------------------------------------------------------------------- /thermal/media/thermal_innovation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/media/thermal_innovation.png -------------------------------------------------------------------------------- /thermal/media/thermal_innovation_logo_cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/media/thermal_innovation_logo_cf.png -------------------------------------------------------------------------------- /thermal/media/thermal_integration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/media/thermal_integration.png -------------------------------------------------------------------------------- /thermal/media/thermal_integration_logo_cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/media/thermal_integration_logo_cf.png -------------------------------------------------------------------------------- /thermal/media/thermal_locomotion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/media/thermal_locomotion.png -------------------------------------------------------------------------------- /thermal/media/thermal_locomotion_logo_cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/media/thermal_locomotion_logo_cf.png -------------------------------------------------------------------------------- /thermal/media/thermal_logos.pdn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/media/thermal_logos.pdn -------------------------------------------------------------------------------- /thermal/media/thermal_series.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/media/thermal_series.png -------------------------------------------------------------------------------- /thermal/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/update.json -------------------------------------------------------------------------------- /thermal/update_cultivation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/update_cultivation.json -------------------------------------------------------------------------------- /thermal/update_dynamics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/update_dynamics.json -------------------------------------------------------------------------------- /thermal/update_expansion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/update_expansion.json -------------------------------------------------------------------------------- /thermal/update_foundation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/update_foundation.json -------------------------------------------------------------------------------- /thermal/update_horizons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/update_horizons.json -------------------------------------------------------------------------------- /thermal/update_innovation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/update_innovation.json -------------------------------------------------------------------------------- /thermal/update_integration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/update_integration.json -------------------------------------------------------------------------------- /thermal/update_locomotion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermal/update_locomotion.json -------------------------------------------------------------------------------- /thermalcultivation_changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermalcultivation_changelog.txt -------------------------------------------------------------------------------- /thermalcultivation_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermalcultivation_logo.png -------------------------------------------------------------------------------- /thermalcultivation_update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermalcultivation_update.json -------------------------------------------------------------------------------- /thermaldynamics_changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermaldynamics_changelog.txt -------------------------------------------------------------------------------- /thermaldynamics_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermaldynamics_logo.png -------------------------------------------------------------------------------- /thermaldynamics_update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermaldynamics_update.json -------------------------------------------------------------------------------- /thermalexpansion_changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermalexpansion_changelog.txt -------------------------------------------------------------------------------- /thermalexpansion_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermalexpansion_logo.png -------------------------------------------------------------------------------- /thermalexpansion_update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermalexpansion_update.json -------------------------------------------------------------------------------- /thermalfoundation_changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermalfoundation_changelog.txt -------------------------------------------------------------------------------- /thermalfoundation_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermalfoundation_logo.png -------------------------------------------------------------------------------- /thermalfoundation_update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermalfoundation_update.json -------------------------------------------------------------------------------- /thermalinnovation_changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermalinnovation_changelog.txt -------------------------------------------------------------------------------- /thermalinnovation_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermalinnovation_logo.png -------------------------------------------------------------------------------- /thermalinnovation_update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/thermalinnovation_update.json -------------------------------------------------------------------------------- /tools_complement/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/tools_complement/changelog.md -------------------------------------------------------------------------------- /tools_complement/description.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/tools_complement/description.md -------------------------------------------------------------------------------- /tools_complement/items_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/tools_complement/items_1.png -------------------------------------------------------------------------------- /tools_complement/items_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/tools_complement/items_2.png -------------------------------------------------------------------------------- /tools_complement/items_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/tools_complement/items_3.png -------------------------------------------------------------------------------- /tools_complement/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/tools_complement/logo.png -------------------------------------------------------------------------------- /tools_complement/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/tools_complement/update.json -------------------------------------------------------------------------------- /uneffectual/changelog.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /uneffectual/description.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/uneffectual/description.md -------------------------------------------------------------------------------- /uneffectual/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/uneffectual/logo.png -------------------------------------------------------------------------------- /uneffectual/logo_cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/uneffectual/logo_cf.png -------------------------------------------------------------------------------- /uneffectual/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoFH/Version/HEAD/uneffectual/update.json --------------------------------------------------------------------------------