Commit graph

47 commits

Author SHA1 Message Date
simibubi fff2512a67 Bump version 2023-11-02 11:48:09 +01:00
simibubi 0510ea3e20 Perform over Function
- Chutes, (Extracting) Funnels, Smart Observers and Threshold Switches no longer search vault contents unless the vault contents have changed
- Extracting Funnels no longer search their inventories' contents if their target depot or belt is occupied
2023-09-21 13:09:03 +02:00
simibubi 0bfd98fccd Update bug_report.yml 2023-07-05 12:38:44 +02:00
simibubi e78cf54211 Update bug_report.yml 2023-07-05 02:02:58 +02:00
zelophed 39ef3da5df updates to crowdin.yml and the localization workflow 2023-06-03 12:45:24 +02:00
simibubi 5eea1cac70 Copycant
- Fixed Elevator Contraptions misaligning with their contacts after switching target floor mid-travel
- Fixed crash when placing a clipboard into replaceable blocks mid-air
- Fixed a typo in Smart Observer ponder scene
- Fixed funnel flaps being offset to the side when flywheel is disabled
- Fixed dyed valve handle using incorrect block particle textures
- Fixed copycat blocks able to take on invalid materials through the use of data commands
- Copycat blocks no longer retain nbt contents of their contained material's item when loaded from a schematic
- Fixed pipe connector attachments missing textures on some orientations
- Players can now sneak-pick to receive the copycat block itself, rather than its applied material
- Fixed value input screen not closing correctly when 'use' keybind is not on its default setting
- Deployers no longer fail to activate bearings and other components with value input slots
- Fixed an incompatibility between legacy copper pack and xycraft override
- Fixed netherite diving suit not protecting from fire damage when Quark is installed
- Attempt to fix lighting issues with elevator contacts
- Schematic and Quill no longer displays the full directory path in its confirmation message
- Fixed z-fighting on metal bars models
2023-05-23 21:26:59 +02:00
PepperCode1 bb5d0fedee Mixin scrubbing
- Move all client mixins to separate package
- Prefix all mixin injector callback methods and added fields
- Remove unnecessary code from EntityContraptionInteractionMixin
- Remove EnchantmentMixin and use IForgeItem#canApplyAtEnchantingTable
instead
- Do not sync fire immune tag to client
- Bump network version to 3
- Remove 0.5.0j from Github issue template
2023-05-16 06:08:10 -07:00
simibubi e83fd736da Merge branch 'mc1.18/dev' into mc1.18/0.5.1 2023-05-13 13:01:28 +02:00
simibubi 3f31353fea Start as Patch A 2023-05-13 01:58:14 +02:00
simibubi 5a18b86309
Update gametest.yml 2023-05-13 01:28:50 +02:00
TropheusJ beb61708a0
Add GameTests by TropheusJ (#4496) 2023-05-11 15:00:32 +02:00
PepperCode1 b50b22938b Update Github files to reflect label renames 2023-03-10 16:17:49 -08:00
simibubi af86a7366a Mildly Experienced
- Players can now sneak while using exp nuggets to only consume one item at a time
- Fixed brass funnels losing their filter when changing from or to a belt/depot funnel
- Minecart contraption items can no longer be placed in container items like toolboxes or shulkers (configurable)
- Implement #4436, #4419
2023-03-08 13:33:05 +01:00
douira 0588dd5124
Update issue-labeler and fix the regex (#4512)
* Fix regex in issue labeler config

The regex was wrongly matching extra characters through the use of `.` which matches any character. This also adds the requirement of the match version number being immediately after the `Minecraft Version` section.

* update issue-labeler to v3

* Update labels.yml

* fix backslashes again

* fix that there are actually two newlines

* fix escaping again?

* use sync labels

* use single quotes

* use more double backslashes

* reduce to test if this works at all

* reintroduce minecraft version

* doesn't work

* try previous version

* didn't help

* add back the 1.
2023-03-07 13:28:26 -08:00
simibubi 1188071b9a
Update bug_report.yml 2023-01-30 21:34:56 +01:00
PepperCode1 6e6b8550b8 Balanced Blaze Burners
- Adjust how and when blaze burners accept fuel
- Fix crash with Optifine when rendering a map
- Fix RenderType being used in common code
- Increment version
2023-01-13 16:47:33 -08:00
Zelophed d235edec7e
update localization workflow 2022-12-15 15:48:59 +01:00
Zelophed 2297421cc1
Merge pull request #3136 from andrii-bodnar/mc1.18/dev
Setup Crowdin
2022-12-15 15:31:52 +01:00
PepperCode1 131c9a5479 Hard-working Registrate
- Deprecate CreateRegistrate#lazy, add CreateRegistrate#create, and call
registerEventListeners manually
- Remove Create#registrate and use Create.REGISTRATE instead
- Move tag datagen code and methods to TagGen
- Pass event busses directly to Curios#init
- Update logging to use SLF4J
- Update Flywheel to 0.6.8-95
- Increment version to 0.5.0.g
2022-11-17 13:50:15 -08:00
PepperCode1 abdeb212e8 Include patch F in bug report template 2022-09-28 20:10:44 -07:00
PepperCode1 96b76a83a1 Add 1.19 to Github files 2022-09-25 12:07:39 -07:00
PepperCode1 09124ea92b Add config for automated brewing
- Add allowBrewingInMixer config
- Add 0.5.0e to the bug report template
- Allow Flywheel 0.6.6
2022-09-22 12:09:23 -07:00
PepperCode1 08591b3411 Little things
- Check for spectator mode before rendering the toolbox overlay
- Tag sturdy sheets with forge:plates
- Remove empty event handler
- Remove Github Actions building configuration
2022-08-18 08:52:16 -07:00
simibubi a1b949c084 Graddle me this
- Temporarily regress to FG 5.1.53
2022-08-13 18:13:20 +02:00
simibubi 1ec63c1511 Patch it while its hot
- Fixed Dedicated server crash when riding a train
- Fixed broken localisation component in super glue editor
- Fixed display links not showing correct icons for dyed nixie tubes
2022-07-12 17:51:25 +02:00
simibubi 33cb7fdfcb
Update bug_report.yml 2022-07-12 03:14:43 +02:00
PepperCode1 2508d1da25 Button split
- Replace project page button with separate CurseForge and Modrinth
buttons
- Add null check to mc.gameMode in ToolboxHandlerClient.onKeyInput
2022-07-11 14:08:44 -07:00
simibubi 6a1d2c18c6
Update bug_report.yml 2022-07-08 22:09:11 +02:00
Andrii Bodnar b2d8cbce87
Temporary disable cron schedule 2022-07-04 15:35:53 +03:00
Andrii Bodnar e80d027227 Setup Crowdin 2022-06-21 11:59:25 +03:00
simibubi c7aca258af
Update bug_report.yml 2022-04-06 21:36:15 +02:00
PepperCode1 c1ba7683a7 Miscellaneous fixes and improvements
- Fix ColorAttribute not showing color name
- Refactor some code related to SpeedLevel
- Improve goggles predicate API
- Make ToolboxInventory use Item#canFitInsideContainerItems
- Prevent toolbox items from being placed inside of shulker boxes
- Fix shadow steel always converting below y=0 instead of the min build
height
2022-03-29 21:49:23 -07:00
simibubi a8c368f426 Patch F
- Fixed Create's JEI plugin not reloading recipes properly
- Reverted an AT that seems to cause issues with compiling in IDEs
- Fixed Contraption disassembly causing inventory contents to be rolled back
- Fixed Crushing Wheels not working correctly
- Items idling on top of Crushing Wheels are no longer prevented from being picked up by players
- Fixed automated compatibility picking up custom recipes from the mod "occultism"
2022-03-21 00:29:45 +01:00
simibubi 0b17aab01e Patch E Prep 2022-03-12 20:31:12 +01:00
Aeiou 0d5695236e
Update bug_report.yml
Add "0.4.0d" to Mod Version options list
2022-02-09 16:53:06 -05:00
Aeiou cbf889c762
Update bug_report.yml
Add 0.4.0c to version options list
2022-01-20 17:51:37 -05:00
Jozufozu 77efe8750b Add 0.4.0b to bug report yml 2021-12-29 18:49:19 -08:00
reidbhuntley bcfd0aed88
Exempt critical issues from being marked as stale 2021-12-20 20:44:21 -05:00
Cael Warner c5a3306d56
MORE operations
- Increase "Close Issues" operations count again
2021-12-18 18:01:03 -08:00
Cael Warner 521102556a
Hopefully no rate limiting
- Increase "Close Issues" action operation limit
2021-12-16 00:26:07 -08:00
Cael Warner c1851bb081
Updates to actions and issue forms
- Fixed label_issues.yml action
- Made bug_report.yml clearer
2021-12-15 11:44:40 -08:00
Cael Warner de77ac9f49
Added "Label Issues" action
- Added label_issues.yml to label issues with the correct MC version
- Refactored manage_issues.yml to close_issues.yml
2021-12-15 11:24:05 -08:00
Cael Warner a83618ef24
Added "Manage Issues" action
- Added manage_issues.yml to automatically deal with inactive issues
2021-12-15 02:35:00 -08:00
Cael Warner dcb7b78adb
Add 0.4.0a version to issue form 2021-12-13 19:50:25 -08:00
Cael Warner 135f0d8e3c
Added "Crash Report or Log" to bug report form
- Added "Crash Report or Log" input to bug_report.yml
2021-12-11 14:28:33 -08:00
Cael Warner 48acaeb1b8
Created issue forms
- Created a bug report and suggestion issue form which will help people to create more structured issues that will provide more useful information
- Added bug_report.yml
- Added suggestion.yml
2021-12-11 13:38:08 -08:00
lizelive ac83085641
add a ci 2020-11-14 19:29:58 -08:00