Commit graph

3806 commits

Author SHA1 Message Date
PepperCode1
8bf42ffa6f Fixes and tweaks
- Add #create:blaze_burner_capturable entity type tag
- Make it so blocks that do not implement IWrenchable and that are
tagged can only be picked up with a wrench while sneaking
- Fix AnalogLeverInstance not rendering indicator on 1.18 and 1.19 and
rendering indicator at wrong place in 1.20
- Change AirCurrent entity distance calculation to fix issues with some
items not being processed
- Simplify AirCurrent max VoxelShape depth calculation by using min and
max instead of raycasting
- Fix pipe cobblestone generation
- Fix vertical smart observers outputting redstone signal from wrong
sides
- Fix smart observer using wrong bottom texture
2023-10-28 13:58:40 -07:00
Timo van Veen
740ec9092f Use octile distance instead of euclidean 2023-10-28 17:10:25 +02:00
Timo van Veen
1b2f3b1a8d Remove unused lines 2023-10-27 00:42:42 +02:00
Timo van Veen
0014ea6ac6 Cache position in search method 2023-10-27 00:17:12 +02:00
Timo van Veen
aa03346fa5 Remove comments 2023-10-27 00:11:38 +02:00
Timo van Veen
2597812645 Keep old FrontierEntry constructor 2023-10-26 23:53:49 +02:00
Timo van Veen
b0d1a9e3bb cleanup 2023-10-26 01:30:58 +02:00
Timo van Veen
bb11cd7b59 Fix distance estimator 2023-10-26 01:21:48 +02:00
Timo van Veen
29358d2dee A* priority heuristic 2023-10-25 21:07:42 +02:00
Timo van Veen
57fbe3cb48 Optimize navigation refresh 2023-10-24 22:04:29 +02:00
Timo van Veen
67ebc8a2c6 Rewrite to remove unneeded pathfind call 2023-10-24 19:12:15 +02:00
simibubi
26c9af50a7
Merge pull request #5656 from SFort/FixShiftConflict
Use appropriate method for sneaky players
2023-10-22 12:27:40 +02:00
simibubi
99dff66345 Netherite Diving PR Tweaks 2023-10-22 12:17:14 +02:00
simibubi
0d6d4b7ee5
Merge pull request #5606 from Robocraft999/patch-1
generalized getFogDensity and checking for armor in NetheriteDivingHandler
2023-10-22 12:11:59 +02:00
simibubi
2b2b6cf044
Merge pull request #5558 from TropheusJ/mc1.20.1/rename-renderButton
rename AbstractSimiWidget#renderButton
2023-10-22 12:05:55 +02:00
simibubi
8672231703 Debuginfo Tweaks 2023-10-22 11:34:43 +02:00
TropheusJ
7eea02854e
Add create debuginfo command (#5531) 2023-10-22 11:03:28 +02:00
SFort
a5ce9abbe9 Use appropriate method for sneaky players 2023-10-20 18:55:14 +02:00
Robocraft999
80785351d6 generalized checking in NetheriteDivingHandler
- allows for using custom diving helmets and backtanks out of netherite
2023-10-07 12:58:05 +00:00
Robocraft999
fc56003450
generalized getFogDensity
- removed explicit check for the netherite diving helmet
- added check for netherite armor instead (check for diving helmet is ensured)
2023-10-07 14:34:48 +02:00
TropheusJ
486b2f6cca rename to doRender 2023-09-27 14:08:34 -04:00
simibubi
6ef310a5c2 Mixin't
- Fixed crash on startup when Optifine is installed
2023-09-22 15:13:43 +02:00
simibubi
ebff770bb0 Merge remote-tracking branch 'origin/mc1.19/dev' into mc1.20.1/dev 2023-09-21 20:47:50 +02:00
simibubi
32e50c9c35 Merge remote-tracking branch 'origin/mc1.19/dev' into mc1.20.1/dev 2023-09-21 20:46:41 +02:00
simibubi
da9f15cbdf Merge branch 'mc1.18/dev' into mc1.19/dev 2023-09-21 20:44:40 +02:00
simibubi
2e1bcdb619 Frame breaker
- Rollers no longer break blocks adjacent to blocks tagged minecraft:portals
2023-09-21 20:43:09 +02:00
simibubi
52efa49914 Heavens, no!
- Hotfix track placement not working when aether is not installed
2023-09-21 20:31:10 +02:00
PepperCode1
e81b0d8685 Actually remove attachToRegistrateProvider
Addons do not need it because it only attached Create's LangMerger and
not an arbitrary LangMerger.
2023-09-21 10:08:21 -07:00
PepperCode1
992373236e Restore LangMerger#attachToRegistrateProvider 2023-09-21 09:29:40 -07:00
PepperCode1
f8bd8d641d Merge branch 'mc1.19/dev' into mc1.20.1/dev 2023-09-21 09:24:30 -07:00
PepperCode1
8be9b2dd0c Update even more javadoc 2023-09-21 09:23:20 -07:00
PepperCode1
61cb5cc112 Merge branch 'mc1.18/dev' into mc1.19/dev 2023-09-21 09:22:09 -07:00
PepperCode1
5d4961a615 Update more javadoc 2023-09-21 09:18:08 -07:00
simibubi
3e2aa3bd65 Merge remote-tracking branch 'origin/mc1.19/dev' into mc1.20.1/dev 2023-09-21 18:09:24 +02:00
simibubi
26510accdb Deprecate LangEntry 2023-09-21 18:06:40 +02:00
simibubi
2d0bf81906 Merge branch 'mc1.18/dev' into mc1.19/dev 2023-09-21 18:05:13 +02:00
simibubi
e4c7d39893 Remove lang post processor from javadoc 2023-09-21 18:03:25 +02: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
ef1851e1fb Port fixups II 2023-09-20 20:44:51 +02:00
simibubi
eb1377baaa Port fixups 2023-09-20 19:58:11 +02:00
simibubi
f181799185 Merge remote-tracking branch 'origin/mc1.19/dev' into mc1.20.1/dev 2023-09-20 19:23:56 +02:00
simibubi
7e7cc05121 Port fixups 2023-09-20 18:47:28 +02:00
simibubi
cfff4e42a0 Merge branch 'mc1.18/dev' into mc1.19/dev 2023-09-20 18:20:04 +02:00
simibubi
8b5c3a90fb
Merge pull request #5519 from Creators-of-Create/l10n_crowdin_translations
New Crowdin translations
2023-09-20 17:52:45 +02:00
simibubi
1439a52a37 3D
- Trains can now travel through Aether Portals
2023-09-20 14:34:01 +02:00
simibubi
7be2d613ab Advancement tweaks
- Change lava diving advancement from hidden to challenge, as it is an actual intended player ability since 0.5.1
- Changed title of speed controller advancement
2023-09-20 11:03:05 +02:00
simibubi
332455a4a5 Move fallback behaviour back to FluidReactions 2023-09-20 10:39:33 +02:00
simibubi
70e8bc8140
Merge pull request #5512 from Notenoughmail/mc1.18/dev
Add PipeCollisionEvents
2023-09-20 10:14:40 +02:00
simibubi
416a509f7a PR fix-up 2023-09-20 10:12:31 +02:00
simibubi
b6e8f0128c Merge branch 'pr/5254' into mc1.18/dev 2023-09-20 10:11:40 +02:00