Commit graph

2580 commits

Author SHA1 Message Date
reidbhuntley b1a9993b16 Encased belt blocks 2022-01-11 13:04:08 -05:00
reidbhuntley 2768123b52 Everything 2022-01-11 01:21:17 -05:00
reidbhuntley 3f7fbef9d6 Begin The Port (directional blocks) 2022-01-03 14:27:09 -05:00
reidbhuntley 3b78ad4da5 Preparing for The Port 2022-01-02 16:00:44 -05:00
reidbhuntley 6d3c3e0d1f Deserialization magic 2022-01-02 12:16:16 -05:00
reidbhuntley 44d59fe793 Persistence is key 2022-01-01 00:19:10 -05:00
reidbhuntley f4514b3e5e Curse of the Speed Controller 2021-12-31 02:53:35 -05:00
reidbhuntley 1fed398e8f More optimized speed updates 2021-12-30 17:06:55 -05:00
reidbhuntley cc0d7f402d Too stressed out 2021-12-29 23:42:09 -05:00
reidbhuntley 5c5e535551 Defer per-node speed calculation until end of tick 2021-12-29 18:45:53 -05:00
reidbhuntley d58d303d28 Connection tweaks 2021-12-28 23:32:50 -05:00
reidbhuntley 371cae7e5a Hook up node speed to KineticTileEntity speed 2021-12-28 21:25:08 -05:00
reidbhuntley 28a8358b22 Handle speeding nodes 2021-12-28 20:44:09 -05:00
reidbhuntley 1c8f9232b7 Now with 100% less solver 2021-12-28 13:20:31 -05:00
reidbhuntley 8f5a885bb0 New approach 2021-12-24 18:36:57 -05:00
Jozufozu 69d33525f6 Continue work on solver 2021-12-23 17:52:01 -08:00
Jozufozu 760bffe343 Start work on solver 2021-12-23 15:32:29 -08:00
reidbhuntley 5d435e1da7 Merge remote-tracking branch 'origin/mc1.17/dev' into mc1.18/dev 2021-12-22 22:19:17 -05:00
reidbhuntley 13b2e6dd6b Fix Toolbox moving items into player armor slots 2021-12-22 22:13:38 -05:00
reidbhuntley 7791d340e1 Add null check to chutes 2021-12-22 21:30:30 -05:00
reidbhuntley bf59956f23 Fix summoned Crafting Blueprint entities corrupting the world 2021-12-22 21:14:02 -05:00
reidbhuntley fa22830b04 Fix cart contraptions turning the wrong way on fast, tight turns 2021-12-22 20:13:48 -05:00
reidbhuntley 14d15089db
Merge pull request #2384 from dithpri/smart-chute-fix
Fix powered smart chutes outputting items
2021-12-22 13:32:12 -05:00
reidbhuntley e41825d5bf Replace Quark Cactus Paste crushing recipe with Moss Paste 2021-12-22 13:18:23 -05:00
reidbhuntley bc2ced472e
Merge pull request #2462 from noolaan/patch-1
Delete quark biotite compatibility recipe
2021-12-22 13:12:43 -05:00
reidbhuntley 9897666249 Merge remote-tracking branch 'origin/mc1.18/dev' into mc1.18/dev 2021-12-21 17:08:20 -05:00
PepperCode1 7942b570f0 Brackets, models, and reload listeners
- Fix bracket contraption rotation; Fix #1856
- Make sure KineticTileEntityRenderer only renders once
- Make use of new ModelUtil method in BakedModelRenderHelper
- Clear up BracketedKineticBlockModel and PipeAttachmentModel logic
- Replace ISimpleReloadListener usage with ResourceManagerReloadListener
2021-12-21 13:44:00 -08:00
reidbhuntley 75d4295118 Merge remote-tracking branch 'origin/mc1.17/dev' into mc1.18/dev
# Conflicts:
#	src/main/java/com/simibubi/create/foundation/tileEntity/SmartTileEntity.java
2021-12-21 16:40:14 -05:00
reidbhuntley 10f84bcd79 Temporary fix for Forge 1.17 setRemoved() regression 2021-12-21 16:28:14 -05:00
reidbhuntley a61739eb1e Merge remote-tracking branch 'origin/mc1.18/dev' into mc1.18/dev 2021-12-21 12:23:12 -05:00
reidbhuntley 0a9c10a13d Fix Schematicannon rail placement crash 2021-12-21 12:22:49 -05:00
Jozufozu 848eb904f5 Fluid#isSame is asymmetric
- Fixes #2490
2021-12-20 21:51:49 -08:00
reidbhuntley bcfd0aed88
Exempt critical issues from being marked as stale 2021-12-20 20:44:21 -05:00
reidbhuntley b9310e93a9 Add mineable-with-pickaxe tag to new palette partial blocks 2021-12-20 19:50:17 -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
Jozufozu 34aa336683 Update flywheel - 0.4.2-rc.25 2021-12-15 16:57:13 -08:00
Jozufozu 6887031ca4 Update forge - 39.0.5 2021-12-15 15:08:07 -08:00
Jozufozu 67bcbc874b Fix #extension crash on intel 2021-12-15 13:27:50 -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
nolan 107e5619fa
Delete quark biotite compatibility recipe
Quark removed Biotite in 1.18
https://twitter.com/VazkiiMods/status/1465859379866050561
2021-12-14 20:10:24 -08:00
Cael Warner dcb7b78adb
Add 0.4.0a version to issue form 2021-12-13 19:50:25 -08:00
simibubi 257767cbec Version up! 2021-12-13 08:20:16 +01:00
Jozufozu dfdb8abf49 Use GL_ARB_conservative_depth when possible
- Allows the depth test to discard fragments before the fragment shader is run
2021-12-11 22:03:53 -08:00
Cael Warner 01866db72e
Fixed null pointer when resetting gameplay settings in config menu
- Added a null check to make sure a config value has a comment before trying to split the comment
- Fixes #2412
2021-12-11 20:58:23 -08:00
Cael Warner 51763382d3
Pulleys will now work in worlds with non-default world heights 2021-12-11 18:29:55 -08:00
Cael Warner aa4668ef28
Fixed issues with new world height
- Pulleys are now able to extend below Y=0
- Super Glue can now be placed above Y=256, all the way up to the new world height limit of 320
- Fixes #2421, fixes #2426, fixes #2427
2021-12-11 17:44:03 -08:00
Jozufozu 1e9c94303e Bump flywheel build 2021-12-11 17:35:06 -08:00