stuffffffffffffff

This commit is contained in:
DrMangoTea
2025-04-30 21:34:08 +02:00
parent b8e811ca18
commit 6151e4a087
963 changed files with 110830 additions and 26551 deletions

View File

@@ -1,150 +0,0 @@
#Wires
[wires]
#Small Connector max output in FE/t (Energy transfer).
#Range: > 0
small_connector_max_output = 1000
#Small Connector max input in FE/t (Energy transfer).
#Range: > 0
small_connector_max_input = 1000
#Small Connector With Light energy consumption in FE/t.
#Range: > 0
small_light_connector_consumption = 1
#Large Connector max wire length in blocks.
#Range: 0 ~ 256
large_connector_wire_length = 32
#Small Connector max wire length in blocks.
#Range: 0 ~ 256
small_connector_wire_length = 16
#Large Connector max input in FE/t (Energy transfer).
#Range: > 0
large_connector_max_input = 5000
#Allows blocks attached to a connector to freely pass energy to and from the connector network.
connector_allow_passive_io = true
#Large Connector max output in FE/t (Energy transfer).
#Range: > 0
large_connector_max_output = 5000
#Ignore checking if block face can support connector.
connector_ignore_face_check = true
#Make sure config changes are duplicated on both Clients and the Server when running a dedicated Server,
# as the config isnt synced between Clients and Server.
#General Settings
[general]
#Max stress for the Alternator and Electric Motor (in SU at 256 RPM).
#Range: > 0
max_stress = 16384
#Forge Energy conversion rate (in FE/t at 256 RPM, value is the FE/t generated and consumed is at 256rpm).
#Range: > 0
fe_at_max_rpm = 480
#If audio should be enabled or not.
audio_enabled = true
#Portable Energy Interface
[portable_energy_interface]
#PEI max output in FE/t (Energy transfer).
#Range: > 0
pei_max_output = 5000
#PEI max input in FE/t (Energy transfer).
#Range: > 0
pei_max_input = 5000
#Electric Motor
[electric_motor]
#Electric Motor internal capacity in FE.
#Range: > 0
motor_capacity = 5000
#Electric Motor minimum required energy consumption in FE/t.
#Range: > 0
motor_min_consumption = 8
#Electric Motor max input in FE (Energy transfer not consumption).
#Range: > 0
motor_max_input = 5000
#Electric Motor min/max RPM.
#Range: > 1
motor_rpm_range = 256
#Tesla Coil
[tesla_coil]
#Tesla Coil charge rate in FE/t.
#Range: > 0
tesla_coil_charge_rate = 5000
#Tesla Coil fire interval (in ticks).
#Range: > 0
tesla_coil_fire_cooldown = 20
#Hurt range (in blocks/meters).
#Range: > 0
tesla_coil_hurt_range = 3
#Tesla Coil internal capacity in FE.
#Range: > 0
tesla_coil_capacity = 40000
#Energy consumed when Tesla Coil is fired (in FE).
#Range: > 0
tesla_coil_hurt_energy_required = 1000
#The duration of the Shocked effect for mobs (in ticks).
#Range: > 0
tesla_coil_effect_time_mob = 20
#The duration of the Shocked effect for players (in ticks).
#Range: > 0
tesla_coil_effect_time_player = 20
#Tesla Coil max input in FE/t (Energy transfer).
#Range: > 0
tesla_coil_max_input = 10000
#Tesla Coil charge rate in FE/t for recipes.
#Range: > 0
tesla_coil_recipe_charge_rate = 2000
#Damaged dealt to mobs when Tesla Coil is fired (in half hearts).
#Range: > 0
tesla_coil_hurt_mob = 3
#Damaged dealt to players when Tesla Coil is fired (in half hearts).
#Range: > 0
tesla_coil_hurt_player = 2
#Alternator
[alternator]
#Alternator efficiency relative to base conversion rate.
#Range: 0.01 ~ 1.0
generator_efficiency = 0.75
#Alternator internal capacity in FE.
#Range: > 0
generator_capacity = 5000
#Alternator max input in FE (Energy transfer, not generation).
#Range: > 0
generator_max_output = 5000
#Accumulator
[accumulator]
#Accumulator internal capacity per block in FE.
#Range: > 0
accumulator_capacity = 2000000
#Accumulator max output in FE/t (Energy transfer).
#Range: > 0
accumulator_max_output = 5000
#Accumulator max input in FE/t (Energy transfer).
#Range: > 0
accumulator_max_input = 5000
#Accumulator max multiblock height.
#Range: 1 ~ 8
accumulator_max_height = 5
#Accumulator max multiblock width.
#Range: 1 ~ 8
accumulator_max_width = 3
#Rolling Mill
[rolling_mill]
#Rolling Mill duration in ticks.
#Range: > 0
rolling_mill_processing_duration = 120
#Rolling Mill base stress impact.
#Range: 0 ~ 1024
rolling_mill_stress = 8
#Misc
[misc]
#Diamond Grit Sandpaper durability (number of uses).
#Range: > 3
diamond_grit_sandpaper_uses = 1024
#Barbed Wire Damage.
#Range: 0.0 ~ 3.4028234663852886E38
barbed_wire_damage = 2.0

View File

@@ -1,29 +0,0 @@
#Early window height
earlyWindowHeight = 480
#Enable forge global version checking
versionCheck = true
#Should we control the window. Disabling this disables new GL features and can be bad for mods that rely on them.
earlyWindowControl = true
#Early window framebuffer scale
earlyWindowFBScale = 1
#Early window provider
earlyWindowProvider = "fmlearlywindow"
#Early window width
earlyWindowWidth = 854
#Early window starts maximized
earlyWindowMaximized = false
#Default config path for servers
defaultConfigPath = "defaultconfigs"
#Disables Optimized DFU client-side - already disabled on servers
disableOptimizedDFU = true
#Skip specific GL versions, may help with buggy graphics card drivers
earlyWindowSkipGLVersions = []
#Whether to log a help message on first attempt, to aid troubleshooting. This setting should automatically disable itself after a successful launch
earlyWindowLogHelpMessage = true
#Max threads for early initialization parallelism, -1 is based on processor count
maxThreads = -1
#Squir?
earlyWindowSquir = false
#Whether to show CPU usage stats in early window
earlyWindowShowCPU = false

View File

@@ -1,238 +0,0 @@
[appearance]
# Description: Display search bar in the center
# Valid Values: [true, false]
# Default Value: false
CenterSearch = false
# Description: Max. recipe gui height
# Valid Values: Any integer greater than or equal to 175
# Default Value: 350
RecipeGuiHeight = 350
[cheat_mode]
# Description: How items should be handed to you
# Valid Values: [INVENTORY, MOUSE_PICKUP]
# Default Value: MOUSE_PICKUP
GiveMode = MOUSE_PICKUP
# Description: Enable cheating items into the hotbar by using the shift+number keys.
# Valid Values: [true, false]
# Default Value: false
CheatToHotbarUsingHotkeysEnabled = false
# Description: Enable showing items that are not in the creative menu.
# Valid Values: [true, false]
# Default Value: false
ShowHiddenItems = false
[bookmarks]
# Description: Add new bookmarks to the front of the bookmark list instead of the end.
# Valid Values: [true, false]
# Default Value: false
AddBookmarksToFrontEnabled = false
# Description: Extra features for bookmark tooltips
# Valid Values: A comma-separated list containing values of:
# [PREVIEW, INGREDIENTS]
# Default Value: PREVIEW
BookmarkTooltipFeatures = PREVIEW
# Description: Hold shift to show bookmark tooltip features
# Valid Values: [true, false]
# Default Value: true
HoldShiftToShowBookmarkTooltipFeatures = true
# Description: Drag bookmarks to rearrange them in the list
# Valid Values: [true, false]
# Default Value: true
DragToRearrangeBookmarksEnabled = true
[advanced]
# Description: Set low-memory mode (makes search very slow, but uses less RAM)
# Valid Values: [true, false]
# Default Value: false
LowMemorySlowSearchEnabled = false
# Description: Catch render errors from ingredients and attempt to recover from them instead of crashing.
# Valid Values: [true, false]
# Default Value: false
CatchRenderErrorsEnabled = false
# Description: When looking up recipes with items that contain fluids, also look up recipes for the fluids.
# Valid Values: [true, false]
# Default Value: false
lookupFluidContentsEnabled = false
# Description: When searching for item tags, also include tags for the default blocks contained in the items.
# Valid Values: [true, false]
# Default Value: true
lookupBlockTagsEnabled = true
# Description: Show recipes for ingredient tags, like Item Tags and Block Tags
# Valid Values: [true, false]
# Default Value: true
showTagRecipesEnabled = true
# Description: Show creative tab names in ingredient tooltips.
# Valid Values: [true, false]
# Default Value: false
showCreativeTabNamesEnabled = false
[input]
# Description: Number of milliseconds before a long mouse click is considered to become a drag operation
# Valid Values: An integer in the range [0, 1000] (inclusive)
# Default Value: 150
dragDelayInMilliseconds = 150
# Description: Scroll rate for scrolling the mouse wheel in smooth-scrolling scroll boxes. Measured in pixels.
# Valid Values: An integer in the range [1, 50] (inclusive)
# Default Value: 9
smoothScrollRate = 9
[sorting]
# Description: Sorting order for the ingredient list
# Valid Values: A comma-separated list containing values of:
# [MOD_NAME, INGREDIENT_TYPE, ALPHABETICAL, CREATIVE_MENU, TAG, ARMOR, MAX_DURABILITY]
# Default Value: MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU
IngredientSortStages = MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU
# Description: Sorting order for displayed recipes
# Valid Values: A comma-separated list containing values of:
# [BOOKMARKED, CRAFTABLE]
# Default Value: BOOKMARKED, CRAFTABLE
RecipeSorterStages = BOOKMARKED, CRAFTABLE
[tags]
# Description: Show tag content in tooltips
# Valid Values: [true, false]
# Default Value: true
TagContentTooltipEnabled = true
# Description: Hide tags that only have 1 ingredient
# Valid Values: [true, false]
# Default Value: true
HideSingleIngredientTagsEnabled = true
[search]
# Description: Search mode for Mod Names (prefix: @)
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
# Default Value: REQUIRE_PREFIX
ModNameSearchMode = REQUIRE_PREFIX
# Description: Search mode for Tooltips (prefix: #)
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
# Default Value: ENABLED
TooltipSearchMode = ENABLED
# Description: Search mode for Tag Names (prefix: $)
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
# Default Value: REQUIRE_PREFIX
TagSearchMode = REQUIRE_PREFIX
# Description: Search mode for Colors (prefix: ^)
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
# Default Value: DISABLED
ColorSearchMode = DISABLED
# Description: Search mode for resources locations (prefix: &)
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
# Default Value: DISABLED
ResourceLocationSearchMode = DISABLED
# Description: Search mode for Creative Tabs (prefix: %)
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
# Default Value: DISABLED
CreativeTabSearchMode = DISABLED
# Description: Search advanced tooltips (visible with F3+H)
# Valid Values: [true, false]
# Default Value: false
SearchAdvancedTooltips = false
# Description: Search mod ids in addition to mod names
# Valid Values: [true, false]
# Default Value: true
SearchModIds = true
# Description: Search by the shorthand first letters of a mod's name
# Valid Values: [true, false]
# Default Value: true
SearchShortModNames = true
# Description: Search ingredient aliases (alternative names) that are added by plugins, in addition to ingredient names
# Valid Values: [true, false]
# Default Value: true
SearchIngredientAliases = true
[IngredientList]
# Description: Max number of rows shown
# Valid Values: An integer in the range [1, 100] (inclusive)
# Default Value: 16
MaxRows = 16
# Description: Max number of columns shown
# Valid Values: An integer in the range [4, 100] (inclusive)
# Default Value: 9
MaxColumns = 9
# Description: Horizontal alignment of the ingredient grid inside the available area
# Valid Values: [LEFT, CENTER, RIGHT]
# Default Value: RIGHT
HorizontalAlignment = RIGHT
# Description: Vertical alignment of the ingredient grid inside the available area
# Valid Values: [TOP, CENTER, BOTTOM]
# Default Value: TOP
VerticalAlignment = TOP
# Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages.
# Valid Values: [ENABLED, AUTO_HIDE, DISABLED]
# Default Value: ENABLED
ButtonNavigationVisibility = ENABLED
# Description: Set to true to draw a background texture behind the gui.
# Valid Values: [true, false]
# Default Value: false
DrawBackground = false
[BookmarkList]
# Description: Max number of rows shown
# Valid Values: An integer in the range [1, 100] (inclusive)
# Default Value: 16
MaxRows = 16
# Description: Max number of columns shown
# Valid Values: An integer in the range [4, 100] (inclusive)
# Default Value: 9
MaxColumns = 9
# Description: Horizontal alignment of the ingredient grid inside the available area
# Valid Values: [LEFT, CENTER, RIGHT]
# Default Value: LEFT
HorizontalAlignment = LEFT
# Description: Vertical alignment of the ingredient grid inside the available area
# Valid Values: [TOP, CENTER, BOTTOM]
# Default Value: TOP
VerticalAlignment = TOP
# Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages.
# Valid Values: [ENABLED, AUTO_HIDE, DISABLED]
# Default Value: ENABLED
ButtonNavigationVisibility = ENABLED
# Description: Set to true to draw a background texture behind the gui.
# Valid Values: [true, false]
# Default Value: false
DrawBackground = false

View File

@@ -1,8 +0,0 @@
[colors]
# Description: Color values to search for
# Valid Values: A comma-separated list containing values of:
# Any color name and an RGB hex color, separated by a ':'
# Default Value: White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0
SearchColors = White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0

View File

@@ -1,32 +0,0 @@
[debug]
# Description: Debug mode enabled
# Valid Values: [true, false]
# Default Value: false
DebugMode = false
# Description: Debug GUIs enabled
# Valid Values: [true, false]
# Default Value: false
DebugGuis = false
# Description: Debug inputs enabled
# Valid Values: [true, false]
# Default Value: false
DebugInputs = false
# Description: Add debug information to ingredient tooltips when advanced tooltips are enabled
# Valid Values: [true, false]
# Default Value: false
debugInfoTooltipsEnabled = false
# Description: Adds ingredients to JEI that intentionally crash, to help debug JEI.
# Valid Values: [true, false]
# Default Value: false
CrashingTestItemsEnabled = false
# Description: Log information about the suffix trees used for searching, to help debug JEI
# Valid Values: [true, false]
# Default Value: false
logSuffixTreeStats = false

View File

@@ -1,11 +0,0 @@
[modname]
# Description: Formatting for mod name tooltip
# Valid Values: A chat formatting string.
# Use these formatting colors:
# black dark_blue dark_green dark_aqua dark_red dark_purple gold gray dark_gray blue green aqua red light_purple yellow white
# With these formatting options:
# obfuscated bold strikethrough underline italic
# Default Value: blue italic
ModNameFormat = blue italic

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -1,67 +1,74 @@
[29Mar2025 12:30:01.503] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgedatauserdev, --assetIndex, 5, --assetsDir, C:\Users\adamn\.gradle\caches\forge_gradle\assets, --gameDir, ., --fml.forgeVersion, 47.3.10, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412, --mod, tfmg, --all, --output, C:\Users\adamn\Documents\minecraft\mods\Create-The_Factory_Must_Grow\src\generated\resources, --existing, C:\Users\adamn\Documents\minecraft\mods\Create-The_Factory_Must_Grow\src\main\resources]
[29Mar2025 12:30:01.517] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.13 by Amazon.com Inc.; OS Windows 11 arch amd64 version 10.0
[29Mar2025 12:30:01.773] [main/INFO] [net.minecraftforge.fml.loading.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgedatauserdev
[29Mar2025 12:30:01.841] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/adamn/.gradle/caches/modules-2/files-2.1/org.spongepowered/mixin/0.8.5/9d1c0c3a304ae6697ecd477218fa61b850bf57fc/mixin-0.8.5.jar%23128!/ Service=ModLauncher Env=CLIENT
[29Mar2025 12:30:02.307] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\adamn\.gradle\caches\modules-2\files-2.1\net.minecraftforge\javafmllanguage\1.20.1-47.3.10\7a15037366722893d76a3d0b2e9d1fd13a63a22d\javafmllanguage-1.20.1-47.3.10.jar is missing mods.toml file
[29Mar2025 12:30:02.311] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\adamn\.gradle\caches\modules-2\files-2.1\net.minecraftforge\lowcodelanguage\1.20.1-47.3.10\e67d9b3451d64ccc812cbbd33c066bd3ebbf2167\lowcodelanguage-1.20.1-47.3.10.jar is missing mods.toml file
[29Mar2025 12:30:02.316] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\adamn\.gradle\caches\modules-2\files-2.1\net.minecraftforge\mclanguage\1.20.1-47.3.10\2023f9726a509c5ba5a925cac934944066093de8\mclanguage-1.20.1-47.3.10.jar is missing mods.toml file
[29Mar2025 12:30:02.321] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\adamn\.gradle\caches\modules-2\files-2.1\net.minecraftforge\fmlcore\1.20.1-47.3.10\523aa0cd9a773b2b56268d8689b2fb5c1f072941\fmlcore-1.20.1-47.3.10.jar is missing mods.toml file
[29Mar2025 12:30:02.602] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 1 dependencies adding them to mods collection
[29Mar2025 12:30:06.224] [main/INFO] [mixin/]: Compatibility level set to JAVA_17
[29Mar2025 12:30:06.241] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgedatauserdev' with arguments [--gameDir, ., --assetsDir, C:\Users\adamn\.gradle\caches\forge_gradle\assets, --assetIndex, 5, --mod, tfmg, --all, --output, C:\Users\adamn\Documents\minecraft\mods\Create-The_Factory_Must_Grow\src\generated\resources, --existing, C:\Users\adamn\Documents\minecraft\mods\Create-The_Factory_Must_Grow\src\main\resources]
[29Mar2025 12:30:06.883] [main/INFO] [mixin/]: Remapping refMap backend-flywheel.refmap.json using C:\Users\adamn\Documents\minecraft\mods\Create-The_Factory_Must_Grow\build\createSrgToMcp\output.srg
[29Mar2025 12:30:06.886] [main/INFO] [mixin/]: Remapping refMap flywheel.refmap.json using C:\Users\adamn\Documents\minecraft\mods\Create-The_Factory_Must_Grow\build\createSrgToMcp\output.srg
[29Mar2025 12:30:06.887] [main/INFO] [mixin/]: Remapping refMap ponder.refmap.json using C:\Users\adamn\Documents\minecraft\mods\Create-The_Factory_Must_Grow\build\createSrgToMcp\output.srg
[29Mar2025 12:30:06.892] [main/INFO] [mixin/]: Remapping refMap create.refmap.json using C:\Users\adamn\Documents\minecraft\mods\Create-The_Factory_Must_Grow\build\createSrgToMcp\output.srg
[29Mar2025 12:30:07.629] [main/WARN] [mixin/]: Error loading class: journeymap/client/ui/fullscreen/Fullscreen (java.lang.ClassNotFoundException: journeymap.client.ui.fullscreen.Fullscreen)
[29Mar2025 12:30:07.630] [main/WARN] [mixin/]: @Mixin target journeymap.client.ui.fullscreen.Fullscreen was not found create.mixins.json:compat.JourneyFullscreenMapMixin
[29Mar2025 12:30:08.282] [main/INFO] [net.minecraftforge.data.loading.DatagenModLoader/]: Initializing Data Gatherer for mods [tfmg]
[29Mar2025 12:30:08.295] [main/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1).
[29Mar2025 12:30:15.736] [modloading-worker-0/INFO] [com.simibubi.create.Create/]: Create 6.0.2 initializing! Commit hash: bffc4b160b08a91ba243b0cc2e13ac797857e17f
[29Mar2025 12:30:15.801] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 47.3.10, for MC 1.20.1 with MCP 20230612.114412
[29Mar2025 12:30:15.803] [modloading-worker-0/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v47.3.10 Initialized
[29Mar2025 12:30:16.675] [modloading-worker-0/INFO] [mezz.jei.library.load.PluginCaller/]: Sending ConfigManager...
[29Mar2025 12:30:16.685] [modloading-worker-0/INFO] [mezz.jei.library.load.PluginCaller/]: Sending ConfigManager took 6.211 ms
[29Mar2025 12:30:20.350] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class net.minecraft.world.entity.item.PrimedTnt from class com.drmangotea.tfmg.content.items.weapons.explosives.napalm.NapalmBombEntity
[29Mar2025 12:30:20.760] [main/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/C:/Users/adamn/.gradle/caches/forge_gradle/minecraft_user_repo/net/minecraftforge/forge/1.20.1-47.3.10_mapped_official_1.20.1/forge-1.20.1-47.3.10_mapped_official_1.20.1-recomp.jar%23191!/assets/.mcassetsroot' uses unexpected schema
[29Mar2025 12:30:20.761] [main/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/C:/Users/adamn/.gradle/caches/forge_gradle/minecraft_user_repo/net/minecraftforge/forge/1.20.1-47.3.10_mapped_official_1.20.1/forge-1.20.1-47.3.10_mapped_official_1.20.1-recomp.jar%23191!/data/.mcassetsroot' uses unexpected schema
[29Mar2025 12:30:21.341] [main/INFO] [net.minecraft.data.DataGenerator/]: Starting provider: Registrate Provider for tfmg [Recipes, Advancements, Loot Tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)]
[29Mar2025 12:30:23.510] [main/INFO] [net.minecraft.data.DataGenerator/]: Registrate Provider for tfmg [Recipes, Advancements, Loot Tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] finished after 2168 ms
[29Mar2025 12:30:23.510] [main/INFO] [net.minecraft.data.DataGenerator/]: Starting provider: TFMG's Generated Registry Entries
[29Mar2025 12:30:23.534] [main/INFO] [net.minecraft.data.DataGenerator/]: TFMG's Generated Registry Entries finished after 23 ms
[29Mar2025 12:30:23.534] [main/INFO] [net.minecraft.data.DataGenerator/]: Starting provider: Recipes
[29Mar2025 12:30:23.541] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:winding recipe (minecraft:dummy) specified a duration. Durations have no impact on this type of recipe.
[29Mar2025 12:30:23.558] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:winding recipe (minecraft:dummy) specified a duration. Durations have no impact on this type of recipe.
[29Mar2025 12:30:23.559] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:winding recipe (minecraft:dummy) specified a duration. Durations have no impact on this type of recipe.
[29Mar2025 12:30:23.565] [main/INFO] [com.simibubi.create.Create/]: Recipes registered 5 recipes
[29Mar2025 12:30:23.566] [main/INFO] [net.minecraft.data.DataGenerator/]: Recipes finished after 31 ms
[29Mar2025 12:30:23.566] [main/INFO] [net.minecraft.data.DataGenerator/]: Starting provider: TFMG's Recipes
[29Mar2025 12:30:23.568] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:industrial_blasting recipe (tfmg:steel) specified a duration. Durations have no impact on this type of recipe.
[29Mar2025 12:30:23.569] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:industrial_blasting recipe (tfmg:steel_from_raw_iron) has more item inputs (3) than supported (2).
[29Mar2025 12:30:23.569] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:industrial_blasting recipe (tfmg:steel_from_raw_iron) specified a duration. Durations have no impact on this type of recipe.
[29Mar2025 12:30:23.569] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:industrial_blasting recipe (tfmg:steel_from_dust) specified a duration. Durations have no impact on this type of recipe.
[29Mar2025 12:30:23.569] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 3 recipes
[29Mar2025 12:30:23.569] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:casting recipe (tfmg:steel) specified a duration. Durations have no impact on this type of recipe.
[29Mar2025 12:30:23.569] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 1 recipe
[29Mar2025 12:30:23.570] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:vat_machine_recipe recipe (tfmg:etched_circuit_board) specified a duration. Durations have no impact on this type of recipe.
[29Mar2025 12:30:23.570] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 8 recipes
[29Mar2025 12:30:23.576] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 56 recipes
[29Mar2025 12:30:23.577] [main/INFO] [net.minecraft.data.DataGenerator/]: TFMG's Recipes finished after 11 ms
[29Mar2025 12:30:23.577] [main/INFO] [net.minecraft.data.DataGenerator/]: Starting provider: TFMG's Processing Recipes
[29Mar2025 12:30:23.577] [main/WARN] [com.simibubi.create.Create/]: Your custom create:pressing recipe (tfmg:cast_iron_ingot) specified a duration. Durations have no impact on this type of recipe.
[29Mar2025 12:30:23.577] [main/WARN] [com.simibubi.create.Create/]: Your custom create:pressing recipe (tfmg:aluminum_ingot) specified a duration. Durations have no impact on this type of recipe.
[29Mar2025 12:30:23.578] [main/WARN] [com.simibubi.create.Create/]: Your custom create:pressing recipe (tfmg:lead_ingot) specified a duration. Durations have no impact on this type of recipe.
[29Mar2025 12:30:23.578] [main/WARN] [com.simibubi.create.Create/]: Your custom create:pressing recipe (tfmg:nickel_ingot) specified a duration. Durations have no impact on this type of recipe.
[29Mar2025 12:30:23.578] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 4 recipes
[29Mar2025 12:30:23.578] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:coking recipe (tfmg:coal) specified a duration. Durations have no impact on this type of recipe.
[29Mar2025 12:30:23.578] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:coking recipe (tfmg:charcoal) specified a duration. Durations have no impact on this type of recipe.
[29Mar2025 12:30:23.578] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 2 recipes
[29Mar2025 12:30:23.578] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 6 recipes
[29Mar2025 12:30:23.579] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:winding recipe (tfmg:copper_coil) specified a duration. Durations have no impact on this type of recipe.
[29Mar2025 12:30:23.579] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 1 recipe
[29Mar2025 12:30:23.579] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 1 recipe
[29Mar2025 12:30:23.579] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:hot_blast recipe (tfmg:hot_air) specified a duration. Durations have no impact on this type of recipe.
[29Mar2025 12:30:23.579] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 1 recipe
[29Mar2025 12:30:23.581] [main/INFO] [net.minecraft.data.DataGenerator/]: TFMG's Processing Recipes finished after 4 ms
[29Mar2025 12:30:23.581] [main/INFO] [net.minecraft.data.DataGenerator/]: All providers took: 2241 ms
[29Mar2025 12:30:23.719] [main/INFO] [net.minecraft.data.HashCache/]: Caching: total files: 2480, old count: 2466, new count: 2481, removed stale: 0, written: 17
[30Apr2025 19:58:32.276] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgedatauserdev, --assetIndex, 5, --assetsDir, C:\Users\adamn\.gradle\caches\forge_gradle\assets, --gameDir, ., --fml.forgeVersion, 47.3.10, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412, --mod, tfmg, --all, --output, C:\Users\adamn\Documents\minecraft\mods\Create-The_Factory_Must_Grow\src\generated\resources, --existing, C:\Users\adamn\Documents\minecraft\mods\Create-The_Factory_Must_Grow\src\main\resources]
[30Apr2025 19:58:32.296] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.14 by Amazon.com Inc.; OS Windows 11 arch amd64 version 10.0
[30Apr2025 19:58:32.485] [main/INFO] [net.minecraftforge.fml.loading.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgedatauserdev
[30Apr2025 19:58:32.551] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/adamn/.gradle/caches/modules-2/files-2.1/org.spongepowered/mixin/0.8.5/9d1c0c3a304ae6697ecd477218fa61b850bf57fc/mixin-0.8.5.jar%23128!/ Service=ModLauncher Env=CLIENT
[30Apr2025 19:58:33.007] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\adamn\.gradle\caches\modules-2\files-2.1\net.minecraftforge\javafmllanguage\1.20.1-47.3.10\7a15037366722893d76a3d0b2e9d1fd13a63a22d\javafmllanguage-1.20.1-47.3.10.jar is missing mods.toml file
[30Apr2025 19:58:33.012] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\adamn\.gradle\caches\modules-2\files-2.1\net.minecraftforge\lowcodelanguage\1.20.1-47.3.10\e67d9b3451d64ccc812cbbd33c066bd3ebbf2167\lowcodelanguage-1.20.1-47.3.10.jar is missing mods.toml file
[30Apr2025 19:58:33.017] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\adamn\.gradle\caches\modules-2\files-2.1\net.minecraftforge\mclanguage\1.20.1-47.3.10\2023f9726a509c5ba5a925cac934944066093de8\mclanguage-1.20.1-47.3.10.jar is missing mods.toml file
[30Apr2025 19:58:33.021] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\adamn\.gradle\caches\modules-2\files-2.1\net.minecraftforge\fmlcore\1.20.1-47.3.10\523aa0cd9a773b2b56268d8689b2fb5c1f072941\fmlcore-1.20.1-47.3.10.jar is missing mods.toml file
[30Apr2025 19:58:33.338] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 1 dependencies adding them to mods collection
[30Apr2025 19:58:37.569] [main/INFO] [mixin/]: Compatibility level set to JAVA_17
[30Apr2025 19:58:37.582] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgedatauserdev' with arguments [--gameDir, ., --assetsDir, C:\Users\adamn\.gradle\caches\forge_gradle\assets, --assetIndex, 5, --mod, tfmg, --all, --output, C:\Users\adamn\Documents\minecraft\mods\Create-The_Factory_Must_Grow\src\generated\resources, --existing, C:\Users\adamn\Documents\minecraft\mods\Create-The_Factory_Must_Grow\src\main\resources]
[30Apr2025 19:58:38.208] [main/INFO] [mixin/]: Remapping refMap backend-flywheel.refmap.json using C:\Users\adamn\Documents\minecraft\mods\Create-The_Factory_Must_Grow\build\createSrgToMcp\output.srg
[30Apr2025 19:58:38.211] [main/INFO] [mixin/]: Remapping refMap flywheel.refmap.json using C:\Users\adamn\Documents\minecraft\mods\Create-The_Factory_Must_Grow\build\createSrgToMcp\output.srg
[30Apr2025 19:58:38.212] [main/INFO] [mixin/]: Remapping refMap ponder.refmap.json using C:\Users\adamn\Documents\minecraft\mods\Create-The_Factory_Must_Grow\build\createSrgToMcp\output.srg
[30Apr2025 19:58:38.217] [main/INFO] [mixin/]: Remapping refMap create.refmap.json using C:\Users\adamn\Documents\minecraft\mods\Create-The_Factory_Must_Grow\build\createSrgToMcp\output.srg
[30Apr2025 19:58:38.933] [main/WARN] [mixin/]: Error loading class: journeymap/client/ui/fullscreen/Fullscreen (java.lang.ClassNotFoundException: journeymap.client.ui.fullscreen.Fullscreen)
[30Apr2025 19:58:38.934] [main/WARN] [mixin/]: @Mixin target journeymap.client.ui.fullscreen.Fullscreen was not found create.mixins.json:compat.JourneyFullscreenMapMixin
[30Apr2025 19:58:39.413] [main/INFO] [net.minecraftforge.data.loading.DatagenModLoader/]: Initializing Data Gatherer for mods [tfmg]
[30Apr2025 19:58:39.428] [main/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1).
[30Apr2025 19:58:46.059] [modloading-worker-0/INFO] [com.simibubi.create.Create/]: Create 6.0.2 initializing! Commit hash: bffc4b160b08a91ba243b0cc2e13ac797857e17f
[30Apr2025 19:58:46.117] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 47.3.10, for MC 1.20.1 with MCP 20230612.114412
[30Apr2025 19:58:46.119] [modloading-worker-0/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v47.3.10 Initialized
[30Apr2025 19:58:46.848] [modloading-worker-0/INFO] [mezz.jei.library.load.PluginCaller/]: Sending ConfigManager...
[30Apr2025 19:58:46.856] [modloading-worker-0/INFO] [mezz.jei.library.load.PluginCaller/]: Sending ConfigManager took 4.433 ms
[30Apr2025 19:58:50.478] [main/WARN] [net.minecraft.network.syncher.SynchedEntityData/]: defineId called for: class net.minecraft.world.entity.item.PrimedTnt from class com.drmangotea.tfmg.content.items.weapons.explosives.napalm.NapalmBombEntity
[30Apr2025 19:58:50.817] [main/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/C:/Users/adamn/.gradle/caches/forge_gradle/minecraft_user_repo/net/minecraftforge/forge/1.20.1-47.3.10_mapped_official_1.20.1/forge-1.20.1-47.3.10_mapped_official_1.20.1-recomp.jar%23191!/assets/.mcassetsroot' uses unexpected schema
[30Apr2025 19:58:50.818] [main/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/C:/Users/adamn/.gradle/caches/forge_gradle/minecraft_user_repo/net/minecraftforge/forge/1.20.1-47.3.10_mapped_official_1.20.1/forge-1.20.1-47.3.10_mapped_official_1.20.1-recomp.jar%23191!/data/.mcassetsroot' uses unexpected schema
[30Apr2025 19:58:51.355] [main/INFO] [net.minecraft.data.DataGenerator/]: Starting provider: Registrate Provider for tfmg [Recipes, Advancements, Loot Tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)]
[30Apr2025 19:58:52.926] [main/INFO] [net.minecraft.data.DataGenerator/]: Registrate Provider for tfmg [Recipes, Advancements, Loot Tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] finished after 1570 ms
[30Apr2025 19:58:52.926] [main/INFO] [net.minecraft.data.DataGenerator/]: Starting provider: TFMG's Generated Registry Entries
[30Apr2025 19:58:52.949] [main/INFO] [net.minecraft.data.DataGenerator/]: TFMG's Generated Registry Entries finished after 22 ms
[30Apr2025 19:58:52.949] [main/INFO] [net.minecraft.data.DataGenerator/]: Starting provider: Recipes
[30Apr2025 19:58:52.956] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:winding recipe (minecraft:dummy) specified a duration. Durations have no impact on this type of recipe.
[30Apr2025 19:58:52.963] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:winding recipe (minecraft:dummy) specified a duration. Durations have no impact on this type of recipe.
[30Apr2025 19:58:52.966] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:winding recipe (minecraft:dummy) specified a duration. Durations have no impact on this type of recipe.
[30Apr2025 19:58:52.970] [main/INFO] [com.simibubi.create.Create/]: Recipes registered 6 recipes
[30Apr2025 19:58:52.970] [main/INFO] [net.minecraft.data.DataGenerator/]: Recipes finished after 21 ms
[30Apr2025 19:58:52.971] [main/INFO] [net.minecraft.data.DataGenerator/]: Starting provider: TFMG's Recipes
[30Apr2025 19:58:52.973] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:industrial_blasting recipe (tfmg:steel) specified a duration. Durations have no impact on this type of recipe.
[30Apr2025 19:58:52.973] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:industrial_blasting recipe (tfmg:steel_from_raw_iron) has more item inputs (3) than supported (2).
[30Apr2025 19:58:52.973] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:industrial_blasting recipe (tfmg:steel_from_raw_iron) specified a duration. Durations have no impact on this type of recipe.
[30Apr2025 19:58:52.973] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:industrial_blasting recipe (tfmg:steel_from_dust) specified a duration. Durations have no impact on this type of recipe.
[30Apr2025 19:58:52.974] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 3 recipes
[30Apr2025 19:58:52.974] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:casting recipe (tfmg:steel) specified a duration. Durations have no impact on this type of recipe.
[30Apr2025 19:58:52.974] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:casting recipe (tfmg:silicon) specified a duration. Durations have no impact on this type of recipe.
[30Apr2025 19:58:52.974] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 2 recipes
[30Apr2025 19:58:52.974] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:vat_machine_recipe recipe (tfmg:neon) specified a duration. Durations have no impact on this type of recipe.
[30Apr2025 19:58:52.974] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:vat_machine_recipe recipe (tfmg:etched_circuit_board) specified a duration. Durations have no impact on this type of recipe.
[30Apr2025 19:58:52.975] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:vat_machine_recipe recipe (tfmg:aluminum) specified a duration. Durations have no impact on this type of recipe.
[30Apr2025 19:58:52.975] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:vat_machine_recipe recipe (tfmg:aluminum) specified a heat condition. Heat conditions have no impact on this type of recipe.
[30Apr2025 19:58:52.975] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 6 recipes
[30Apr2025 19:58:53.003] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 236 recipes
[30Apr2025 19:58:53.005] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 4 recipes
[30Apr2025 19:58:53.009] [main/INFO] [net.minecraft.data.DataGenerator/]: TFMG's Recipes finished after 38 ms
[30Apr2025 19:58:53.009] [main/INFO] [net.minecraft.data.DataGenerator/]: Starting provider: TFMG's Processing Recipes
[30Apr2025 19:58:53.010] [main/WARN] [com.simibubi.create.Create/]: Your custom create:pressing recipe (tfmg:cast_iron_ingot) specified a duration. Durations have no impact on this type of recipe.
[30Apr2025 19:58:53.010] [main/WARN] [com.simibubi.create.Create/]: Your custom create:pressing recipe (tfmg:aluminum_ingot) specified a duration. Durations have no impact on this type of recipe.
[30Apr2025 19:58:53.010] [main/WARN] [com.simibubi.create.Create/]: Your custom create:pressing recipe (tfmg:lead_ingot) specified a duration. Durations have no impact on this type of recipe.
[30Apr2025 19:58:53.010] [main/WARN] [com.simibubi.create.Create/]: Your custom create:pressing recipe (tfmg:nickel_ingot) specified a duration. Durations have no impact on this type of recipe.
[30Apr2025 19:58:53.010] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 4 recipes
[30Apr2025 19:58:53.011] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:coking recipe (tfmg:coal) specified a duration. Durations have no impact on this type of recipe.
[30Apr2025 19:58:53.011] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:coking recipe (tfmg:charcoal) specified a duration. Durations have no impact on this type of recipe.
[30Apr2025 19:58:53.011] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 2 recipes
[30Apr2025 19:58:53.011] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 6 recipes
[30Apr2025 19:58:53.011] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:winding recipe (tfmg:copper_coil) specified a duration. Durations have no impact on this type of recipe.
[30Apr2025 19:58:53.011] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 1 recipe
[30Apr2025 19:58:53.011] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 1 recipe
[30Apr2025 19:58:53.012] [main/WARN] [com.simibubi.create.Create/]: Your custom tfmg:hot_blast recipe (tfmg:hot_air) specified a duration. Durations have no impact on this type of recipe.
[30Apr2025 19:58:53.012] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 1 recipe
[30Apr2025 19:58:53.012] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 4 recipes
[30Apr2025 19:58:53.012] [main/INFO] [com.drmangotea.tfmg.TFMG/]: Recipes registered 1 recipe
[30Apr2025 19:58:53.012] [main/INFO] [net.minecraft.data.DataGenerator/]: TFMG's Processing Recipes finished after 3 ms
[30Apr2025 19:58:53.012] [main/INFO] [net.minecraft.data.DataGenerator/]: All providers took: 1657 ms
[30Apr2025 19:58:53.150] [main/INFO] [net.minecraft.data.HashCache/]: Caching: total files: 3183, old count: 3179, new count: 3184, removed stale: 0, written: 4