diff --git a/gradle.properties b/gradle.properties index 62d72876b..8f49a8d69 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.daemon=false mod_id=cyclic curse_id=239286 -mod_version=1.12.10-SNAPSHOT +mod_version=1.12.10 # NEO FORGED diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index f5d11b983..2da6e4c4e 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -22,7 +22,7 @@ version="${mod_version}" #mandatory # A display name for the mod displayName="Cyclic" #mandatory # A URL to query for updates for this mod. See the JSON update specification -updateJSONURL="https://raw.githubusercontent.com/Lothrazar/cyclic/trunk/1.20/update.json" #optional +updateJSONURL="https://raw.githubusercontent.com/Lothrazar/cyclic/trunk/1.20.1/update.json" #optional # A URL for the "homepage" for this mod, displayed in the mod UI displayURL="https://www.curseforge.com/minecraft/mc-mods/cyclic" #optional # A file name (in the root of the mod JAR) containing a logo for display diff --git a/update.json b/update.json index 391ce5c9c..1e8de4c9f 100644 --- a/update.json +++ b/update.json @@ -6,7 +6,7 @@ "1.18.2-latest": "1.7.18", "1.19.2-latest":"1.8.3", "1.19.4-latest":"1.10.4", - "1.20.1-latest":"1.12.8" + "1.20.1-latest":"1.12.10" }, "1.16.5": { @@ -181,8 +181,8 @@ ,"1.20.6":"#2332 Patch doorbell crash. Patch InvocationTargetException: null errors coming from IHasClickToggle" ,"1.20.7":"Change curio render_toggle. #2356. Wooden Hopper is mineable with axes. Fixed Block Breaker attempting to break liquid source blocks. " ,"1.20.8":"Re-added botania-api Solegnolia support. Growth enchantment now uses the same logic as Sprinkler & Terra Soil (only minecraft:crops or minecraft::saplings can grow, respect IGrowable::canUseBonemeal). New gloom ignored config Gloom enchant (cyclic:curse) to ignore and not use these effects #2217 #2325. Fix Soundproofing block not muting Mekanism sounds #2389 (for example Precision Sawmill and others - you may need four or more soundproofing blocks for the desired effect). New config [cyclic.blocks.soundproofing] radius = 6 to control the area. New config under [cyclic.blocks] wireless_transfer_dimensional = true allowing transfer nodes to connect across dimensions #1913. Balance changes made for Excavate enchant it will no longer trigger if the tool is not 'mineable' effective for example axe on dirt. New feature for Excavate enchant #2116 it will not trigger on anything matching the block data-tag 'cyclic:ignored/excavate'. ", - "1.20.9": "Fix tanks not getting filled from buckets\n\nMerge pull request #2400 from PocketSizedWeeb Fixes Issue #2376 solidifier client-server desync problems with fluid quantities during recipe processing\n\nMerge pull request #2387 from Apollounknowndev Fix worldgen crash and compatibility with other worldgen mods; flower worldgen has moved to new blocktags in woldgen/biome/has_flower/\n ", - "1.20.10": "fix #2407 item cable guidebook page. Lunchbox when inserting items into it in the inventory with right click; you can also open the lunchbox from your open inventory by right clicking with an empty mouse cursor. Copper, Gold and Netherite chains block model now extends the vanilla reference, meaning they are compatible with any 3D chain model resource pack (such as vanillatweaks). Merge pull request #2402 from Apollounknowndev/trunk/1.20\n\nFix lime flower generation. JEI Changes:\n\n Merge pull request #2400: Fixes issue \n\nSolidifier doesn't show liquid requirements #2369\nMade the JEI category for the Melter more closely match the Melter's GUI\nMoved the JEI \"Show Recipe\" area for the machines line up with the progress bar\nMoved the JEI \"Show Recipe\" area for the generators line up with the generator name\nEvery applicable JEI Category got an energy bar added to show max consumed/produced RF\nEvery applicable JEI Category got a progress bar to show how long the machine will run for\nEdited the Melter category texture to add space for energy bar\nPossibly fixed\n\n HashMap memory leak #2383 by caching an instance of Minecraft instead of grabbing it when needed in the Packager's JEI Category\n\nDry Peat:\n\n Fixes issue \n\n Peat bog cannot be saturated with water-logged leaves #2399 by allowing water-logged blocks to hydrate peat\n\nSolidifier/Melter:\n\n Fully fixes desync issue by making all of the processing server sided.\n\nCrushing Macerator:\n\n Fixed \n\nCrushing Macerator continues to operate and void items if full #2343\nFixed\n\n Crushing Macerator allows items to be shift-clicked into output slots #2341\n\nEvaporation Generator:\n\n Removed tank tooltip from before it was rotated\n Fixes \n\n Evaporation Generator 1.19.2 #2322 by implementing a workaround since the fluid portion of FluidTagIngredient was defaulting to empty which was not allowing tagged fluids in the generator\n\nAuto Crafter:\n\n Fixed \n\n auto crafting machine duplicate glitch #2358 by checking input before processing\n Fixed an issue where the preview slot wasn't updating until the machine was processing a craft\n\nWireless Transmitter:\n\n Fixed \n\ngps card inside wireless transmitter disappearing #2403 by adding an onRemove method to the transmitter that drops the gps card" + "1.20.9": "Fix tanks not getting filled from buckets Merge pull request #2400 from PocketSizedWeeb Fixes Issue #2376 solidifier client-server desync problems with fluid quantities during recipe processing. Merge pull request #2387 from Apollounknowndev Fix worldgen crash and compatibility with other worldgen mods; flower worldgen has moved to new blocktags in woldgen/biome/has_flower/ ", + "1.20.10": "fix #2407 item cable guidebook page. Lunchbox when inserting items into it in the inventory with right click; you can also open the lunchbox from your open inventory by right clicking with an empty mouse cursor. Copper, Gold and Netherite chains block model now extends the vanilla reference, meaning they are compatible with any 3D chain model resource pack (such as vanillatweaks). Merge pull request #2402 from Apollounknowndev Fix lime flower generation. Merge pull request #2404 from PocketSizedWeeb: JEI Changes: Fixes issue Solidifier doesn't show liquid requirements #2369; Made the JEI category for the Melter more closely match the Melter's GUI; Moved the JEI 'Show Recipe' area for the machines line up with the progress bar; Moved the JEI \"Show Recipe\" area for the generators line up with the generator name; Every applicable JEI Category got an energy bar added to show max consumed/produced RF; Every applicable JEI Category got a progress bar to show how long the machine will run for; Edited the Melter category texture to add space for energy bar; HashMap memory leak #2383 by caching an instance of Minecraft instead of grabbing it when needed in the Packager's JEI Category; Fix Peat bog cannot be saturated with water-logged leaves #2399 by allowing water-logged blocks to hydrate peat; Solidifier/Melter: fixes desync issue by making all of the processing server sided; Crushing Macerator continues to operate and void items if full #2343; Crushing Macerator allows items to be shift-clicked into output slots #2341; Evaporation Generator:; Removed tank tooltip from before it was rotated; Fixes ; Evaporation Generator 1.19.2 #2322 by implementing a workaround since the fluid portion of FluidTagIngredient was defaulting to empty which was not allowing tagged fluids in the generator; auto crafting machine duplicate glitch #2358 by checking input before processing; Fixed an issue where the preview slot wasn't updating until the machine was processing a craft; Wireless Transmitter:; Fixed gps card inside wireless transmitter disappearing #2403 by adding an onRemove method to the transmitter that drops the gps card" } }