Compare commits
	
		
			2 Commits
		
	
	
		
			653f9f840e
			...
			e14ca5eb25
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| e14ca5eb25 | |||
| 0dfc09b87e | 
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						| @ -113,6 +113,9 @@ gradle-app.setting | ||||
| 
 | ||||
| # Common working directory | ||||
| run/ | ||||
| run-data/ | ||||
| 
 | ||||
| # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) | ||||
| !gradle-wrapper.jar | ||||
| 
 | ||||
| src/generated/.cache/ | ||||
|  | ||||
| @ -174,6 +174,7 @@ dependencies { | ||||
|     implementation fg.deobf("slimeknights.tconstruct:TConstruct:${minecraft_version}-${tinkers_build}") | ||||
| 
 | ||||
|     implementation fg.deobf("com.teamabnormals:blueprint:${bp_version}") | ||||
|     implementation fg.deobf("maven.modrinth:atmospheric:${atm_version}") | ||||
|     implementation fg.deobf("maven.modrinth:caverns-and-chasms:${cc_version}") | ||||
|     implementation fg.deobf("maven.modrinth:environmental:${env_version}") | ||||
|     implementation fg.deobf("maven.modrinth:upgrade-aquatic:${ua_version}") | ||||
| @ -190,7 +191,8 @@ tasks.named('processResources', ProcessResources).configure { | ||||
|             loader_version_range: loader_version_range, | ||||
|             mod_id: mod_id, mod_name: mod_name, mod_license: mod_license, mod_version: mod_version, | ||||
|             mod_authors: mod_authors, mod_description: mod_description, tinkers_version_range: tinkers_version_range, | ||||
|             cc_version_range: cc_version_range, env_version_range: env_version_range, ua_version_range: ua_version_range | ||||
|             atm_version_range: atm_version_range, cc_version_range: cc_version_range, | ||||
|             env_version_range: env_version_range, ua_version_range: ua_version_range | ||||
|     ] | ||||
| 
 | ||||
|     inputs.properties replaceProperties | ||||
|  | ||||
| @ -48,14 +48,17 @@ mod_version=1.1 | ||||
| # See https://maven.apache.org/guides/mini/guide-naming-conventions.html | ||||
| mod_group_id=moe.hazu | ||||
| # The authors of the mod. This is a simple text string that is used for display purposes in the mod list. | ||||
| mod_authors= | ||||
| mod_authors=Jordy Goodridge | ||||
| # The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list. | ||||
| mod_description= | ||||
| mod_description=Unofficial compat mod between Tinkers' Construct and Team Abnormals mods. | ||||
| 
 | ||||
| 
 | ||||
| mantle_build=1.10.36 | ||||
| tinkers_build=3.8.3.39 | ||||
| tinkers_version_range=[3.8.3.39,) | ||||
| bp_version=1.19.2-6.2.0 | ||||
| atm_version=5.1.2 | ||||
| atm_version_range=[5.1.2,) | ||||
| cc_version=1.0.2 | ||||
| cc_version_range=[1.0.2,) | ||||
| env_version=3.1.1 | ||||
|  | ||||
| @ -1,10 +0,0 @@ | ||||
| # Enable forge global version checking | ||||
| versionCheck = true | ||||
| # does the splashscreen run | ||||
| splashscreen = true | ||||
| # Disables Optimized DFU client-side. | ||||
| disableOptimizedDFU = true | ||||
| defaultConfigPath = "defaultconfigs" | ||||
| # max threads for parallel loading : -1 uses Runtime#availableProcessors | ||||
| maxThreads = -1 | ||||
| 
 | ||||
| @ -1,10 +0,0 @@ | ||||
| # Set this to true to force the caching of mod resources to happen on the main thread. | ||||
| indexModPackCachesOnThread = false | ||||
| # Set this to true to force the caching of vanilla resources to happen on the main thread. | ||||
| indexVanillaPackCachesOnThread = false | ||||
| # This TOML configuration file controls the resource caching system which is used before the mod loading environment starts. | ||||
| # This file is read by the Forge boot loader, and is not used by the game itself. | ||||
| # | ||||
| # Set this to false to disable the resource cache. This will cause the game to scan the resource packs everytime it needs a list of resources. | ||||
| cacheResources = true | ||||
| 
 | ||||
| @ -1,15 +1,29 @@ | ||||
| // 1.19.2	2024-06-02T21:42:02.540845121	Tinkering Abnormally Material Recipe | ||||
| // 1.19.2	2024-06-04T00:14:30.480898167	Tinkering Abnormally Material Recipe | ||||
| 806a0391de04d4a98c260c320c3d498e7c462e1e data/tinkering_abnormally/recipes/tools/materials/wood/logs/aspen.json | ||||
| 663bc20382d38ae352e461eb01d8af4701f621e1 data/tinkering_abnormally/recipes/tools/materials/wood/logs/azalea.json | ||||
| d394b442fade6bd76157efa791f1889e09a8cae1 data/tinkering_abnormally/recipes/tools/materials/wood/logs/cherry.json | ||||
| bc501900a7677ce94cba4b44ae967c87665a0350 data/tinkering_abnormally/recipes/tools/materials/wood/logs/driftwood.json | ||||
| 06a4fb966f8dca7b189832635622e508954b0faf data/tinkering_abnormally/recipes/tools/materials/wood/logs/grimwood.json | ||||
| 144d7a94f4d3ab7b8d9adee7767035fcfd5190b8 data/tinkering_abnormally/recipes/tools/materials/wood/logs/kousa.json | ||||
| b9c99d316be63fb74b5300533091a965848047ea data/tinkering_abnormally/recipes/tools/materials/wood/logs/laurel.json | ||||
| 2a9f59a8158da03e9b38c680b4cfe6a2d79e24bd data/tinkering_abnormally/recipes/tools/materials/wood/logs/morado.json | ||||
| 32507917ab24f90ee463f45f8de94b1a0b40b48b data/tinkering_abnormally/recipes/tools/materials/wood/logs/pine.json | ||||
| 166680b50f57d20fd4928988a317f21864a9c11d data/tinkering_abnormally/recipes/tools/materials/wood/logs/river.json | ||||
| e4cc16a6cf892e1ccef441748b128d96abf4bea1 data/tinkering_abnormally/recipes/tools/materials/wood/logs/rosewood.json | ||||
| 8ce630151e5f3022b737c2d32f192bcb9255a1ae data/tinkering_abnormally/recipes/tools/materials/wood/logs/willow.json | ||||
| 3bae30f222c5c19a868417a2c3be26d37ce0aca2 data/tinkering_abnormally/recipes/tools/materials/wood/logs/wisteria.json | ||||
| ddd067c9b7bcea988e615d424a49e2357595d192 data/tinkering_abnormally/recipes/tools/materials/wood/logs/yucca.json | ||||
| ac6184218402b9a2b232d3f57ef9b6ffeef9b341 data/tinkering_abnormally/recipes/tools/materials/wood/planks/aspen.json | ||||
| f050748397672d24cdd545aeb05ecddfcda64fe4 data/tinkering_abnormally/recipes/tools/materials/wood/planks/azalea.json | ||||
| d90bf8909f344ef6deb6ad24b632c5e826509664 data/tinkering_abnormally/recipes/tools/materials/wood/planks/cherry.json | ||||
| e75f84d74bc799dbfa6885c3bd186ec0898c08c1 data/tinkering_abnormally/recipes/tools/materials/wood/planks/driftwood.json | ||||
| 60cfc78685ae3aaebbad640bd8fd14964761fa59 data/tinkering_abnormally/recipes/tools/materials/wood/planks/grimwood.json | ||||
| 136ac9047e5993f5b0fe475fdbf684441c386b74 data/tinkering_abnormally/recipes/tools/materials/wood/planks/kousa.json | ||||
| 4a08d71037f930d87c3abdfaf9f247c6d115b455 data/tinkering_abnormally/recipes/tools/materials/wood/planks/laurel.json | ||||
| 5bd1554126d0e851339b8bf7cd75e48f7c567af3 data/tinkering_abnormally/recipes/tools/materials/wood/planks/morado.json | ||||
| f71a9ae240c311cbcf6902aee886a2ac4924d11c data/tinkering_abnormally/recipes/tools/materials/wood/planks/pine.json | ||||
| 780e7a24f2aeb1bf883d4c6c702cc3e136b2d623 data/tinkering_abnormally/recipes/tools/materials/wood/planks/river.json | ||||
| 10f0b7f66aa631b2a24659c0c38cd4e05c5771db data/tinkering_abnormally/recipes/tools/materials/wood/planks/rosewood.json | ||||
| 1e9c1c96dcd4197db1c08e161202fe2c4cd29520 data/tinkering_abnormally/recipes/tools/materials/wood/planks/willow.json | ||||
| 792fd948c542a084987cf213780aa5159ff33407 data/tinkering_abnormally/recipes/tools/materials/wood/planks/wisteria.json | ||||
| 271c2ea448e4def094bb56502dc2e57f7d9065c9 data/tinkering_abnormally/recipes/tools/materials/wood/planks/yucca.json | ||||
|  | ||||
| @ -1,3 +1,3 @@ | ||||
| // 1.19.2	2024-06-03T19:18:22.315300143	Tinkering Abnormally Modifiers | ||||
| // 1.19.2	2024-06-03T19:56:31.070800263	Tinkering Abnormally Modifiers | ||||
| 0db5724dee574851dfd95bea87c9b1a3ff1f17b6 data/tinkering_abnormally/tinkering/modifiers/necromium.json | ||||
| a76d9147626b1b7c61126812abb52b758c0fe1a6 data/tinkering_abnormally/tinkering/modifiers/spinel.json | ||||
| f3e13c19d384042cb0786ff6fbf5c9602fbbc529 data/tinkering_abnormally/tinkering/modifiers/spinel.json | ||||
|  | ||||
| @ -1,8 +1,16 @@ | ||||
| // 1.19.2	2024-06-03T18:58:42.479008263	Tinkering Abnormally Material Render Info Provider | ||||
| // 1.19.2	2024-06-04T00:22:06.918738926	Tinkering Abnormally Material Render Info Provider | ||||
| 35a26e861f74455989c6b33ac723a33455a837e5 assets/tconstruct/tinkering/materials/wood/aspen.json | ||||
| da55283647070dd1200971f8248f37e9dfc0a3f2 assets/tconstruct/tinkering/materials/wood/azalea.json | ||||
| 9ac283a864a359c9e21eae862ac4ea1b9f172daa assets/tconstruct/tinkering/materials/wood/cherry.json | ||||
| b37944f0f8b332dc0dd852637c4d2933af8d4df5 assets/tconstruct/tinkering/materials/wood/driftwood.json | ||||
| d1193f869d7bc164b9de68e5dd8faf0583555bbb assets/tconstruct/tinkering/materials/wood/grimwood.json | ||||
| a4d0758023ba1c5943c35c9c20452bbc544bf7c5 assets/tconstruct/tinkering/materials/wood/kousa.json | ||||
| 207e746f28b25fbb8b6b1a0ff92289ed53b5b706 assets/tconstruct/tinkering/materials/wood/laurel.json | ||||
| fcb49c103cf5413af86b30e8d5fb89cb8901eafd assets/tconstruct/tinkering/materials/wood/morado.json | ||||
| 0cfd345324e23b7a139bc54aa4da86d7cdd77295 assets/tconstruct/tinkering/materials/wood/pine.json | ||||
| d8636972ade3ec174eb216c8f7ff5ac81751e18f assets/tconstruct/tinkering/materials/wood/river.json | ||||
| 46c3240686b91bf2389dca14236ba8221f265d82 assets/tconstruct/tinkering/materials/wood/rosewood.json | ||||
| 1fcce01de3be319ee7e7ff77ae8b60d3b853df5a assets/tconstruct/tinkering/materials/wood/willow.json | ||||
| ec547102bf481f721e6661ab0fb03b3114c24351 assets/tconstruct/tinkering/materials/wood/wisteria.json | ||||
| fe9592405e8958cac76bd941034c888da3ec7811 assets/tconstruct/tinkering/materials/wood/yucca.json | ||||
| c665f4952634a20c8315782d90680d834adc038d assets/tinkering_abnormally/tinkering/materials/sanguine.json | ||||
|  | ||||
| After Width: | Height: | Size: 280 B | 
| After Width: | Height: | Size: 280 B | 
| After Width: | Height: | Size: 286 B | 
| After Width: | Height: | Size: 279 B | 
| After Width: | Height: | Size: 278 B | 
| After Width: | Height: | Size: 290 B | 
| After Width: | Height: | Size: 280 B | 
| After Width: | Height: | Size: 511 B | 
| After Width: | Height: | Size: 514 B | 
| After Width: | Height: | Size: 510 B | 
| After Width: | Height: | Size: 507 B | 
| After Width: | Height: | Size: 509 B | 
| After Width: | Height: | Size: 511 B | 
| After Width: | Height: | Size: 501 B | 
| After Width: | Height: | Size: 437 B | 
| After Width: | Height: | Size: 453 B | 
| After Width: | Height: | Size: 472 B | 
| After Width: | Height: | Size: 454 B | 
| After Width: | Height: | Size: 448 B | 
| After Width: | Height: | Size: 469 B | 
| After Width: | Height: | Size: 447 B | 
| After Width: | Height: | Size: 276 B | 
| After Width: | Height: | Size: 275 B | 
| After Width: | Height: | Size: 266 B | 
| After Width: | Height: | Size: 274 B | 
| After Width: | Height: | Size: 266 B |