Commit graph

3645 commits

Author SHA1 Message Date
simibubi
b625276eac
Merge pull request #5871 from Blazified/mc1.20.1/dev
Fixed Potato Cannon Shooter Credit
2024-07-25 20:25:30 +02:00
simibubi
ad69b9f09d
Merge pull request #6110 from jodlodi/mc1.20.1/dev
Implemented roots block tag for tree cutting
2024-07-25 17:39:53 +02:00
simibubi
70a3cc9df2
Merge pull request #6427 from IThundxr/mc1.20.1/fix-creativetabs-concurrency
Fix concurrency issue in Creative Tabs System
2024-07-17 11:24:28 +02:00
simibubi
e8676cec09
Merge pull request #6458 from IThundxr/mc1.20.1/honey-chocolate-fix
Fix Honey Buckets & Chocolate Buckets not showing up in creative tabs
2024-07-17 11:08:27 +02:00
simibubi
2446f8d195
Merge pull request #6542 from HDR/mc1.20.1/dev
Fix #6245 : Display links not writing to signs
2024-07-16 11:59:18 +02:00
simibubi
a5c3fe63f0
Merge pull request #6673 from IThundxr/mc1.20.1/fixSchematicNotDisappearing
Fix schematic visual not disappearing
2024-07-15 13:44:42 +02:00
IThundxr
4486b16917
fix schematic visual not disappearing after item dropped or unfocused in hotbar 2024-07-08 18:37:14 -04:00
HDR
f49bb7822b Fix displayLink not being able to write to signs 2024-05-30 10:22:48 +02:00
IThundxr
bd96592339
Honey & Chocolate, the perfect combo
Fix Honey buckets and Chocolate buckets not showing up in creative tabs

Port of this commit: 446f693ca7
2024-05-06 17:40:21 -04:00
IThundxr
600fdb674e
switch back to IHM 2024-05-01 09:11:07 -04:00
IThundxr
4f4b21c0a5
modify fix 2024-04-29 15:18:13 -04:00
IThundxr
ded18c4ee6
Fix concurrency issue in IdentityHashMap 2024-04-29 12:15:30 -04:00
KdotJPG
c92bbdda2d
Increase layered ore shape variation (#6158) 2024-03-21 12:01:31 +01:00
jodi / jodlodi
adcfefba37 Forgot about twilight forest's mangrove roots 2024-02-21 17:35:19 +01:00
jodi / jodlodi
b3db759b0c Implemented roots block tag for tree cutting
With added optional tag entries for Twilight Forest's root blocks
2024-02-12 16:57:46 +01:00
Blazified
d9b40a0397 Fixed Potato Cannon Shooter Credit
Projectile and shooter were the wrong way round in the damage method. This resulted in some enchantments not taking effect, no EXP, and no contribution to killed stats.
2023-12-14 08:48:33 +00:00
simibubi
a41053b896 Merge remote-tracking branch 'origin/mc1.19/dev' into mc1.20.1/dev 2023-11-02 15:35:37 +01:00
simibubi
26fc820c69 Merge branch 'mc1.18/dev' into mc1.19/dev 2023-11-02 15:35:09 +01:00
simibubi
2201d87da7 Asset patches
- Fixed uvs on stress- and speedometers' block models
- Toolbox hotbar slot overlay now uses the revised brass palette from 0.5.1
2023-11-02 15:30:32 +01:00
simibubi
1e666e400d Merge remote-tracking branch 'origin/mc1.19/dev' into mc1.20.1/dev 2023-11-02 12:20:29 +01:00
simibubi
aef8947e35 Merge branch 'mc1.18/dev' into mc1.19/dev 2023-11-02 11:55:11 +01:00
simibubi
fff2512a67 Bump version 2023-11-02 11:48:09 +01:00
simibubi
8e323d03c9 1.19 datagen 2023-11-02 11:41:34 +01:00
simibubi
6e19661bf9 Port Changes 2023-11-02 11:32:38 +01:00
simibubi
04406690ca Merge branch 'mc1.18/dev' into mc1.19/dev 2023-11-02 11:32:20 +01:00
simibubi
f8ef93fbd9
Merge pull request #5523 from Creators-of-Create/l10n_crowdin_translations
New Crowdin translations
2023-11-02 11:16:28 +01:00
Crowdin Bot
6e5aced6b8 New Crowdin translations by Github Action 2023-11-02 10:00:49 +00:00
simibubi
962f03c1c5 Sisyphus's broken printer
- Fixed Schematics failing to load when containing items with sensitive nbt #5680
- Fixed Turntable handler causing a crash during world shutdown #5696
- Cached outputs of BeltHelper.isItemUpright()
2023-11-02 10:57:00 +01:00
simibubi
eea8bb2607 Filter code caused global warming
- Contents of a filter are no longer deserialised from item nbt each time a stack is tested
- FilteringBehaviour.getFilter() no longer creates a copy of the item
- MovementContext for contraption actors now have a shortcut to a cached filter from their corresponding BlockEntity
2023-11-02 00:08:34 +01:00
simibubi
d6708cef3b Collide on sight
- Trains check their distance before running full collision tests
- Trains can no longer collide when on separate track networks
- Micro-optimised some streams and map value iterators
2023-11-01 20:22:29 +01:00
simibubi
77ba1e8bf6
Merge pull request #5681 from TimovVeen/mc1.18/pathfinding
Train navigation optimization
2023-11-01 14:17:51 +01:00
Timo van Veen
3c3ce93fa1 final cleanup 2023-11-01 13:56:53 +01:00
simibubi
bc340c7d3e Implement #5666 on main branch 2023-11-01 12:56:14 +01:00
Timo van Veen
30a90a6203 Fix crash on invalid schedule regex (e.g. "station \\E1\\Q") 2023-10-30 19:50:58 +01:00
Timo van Veen
aff05bf84a cleanup 2023-10-30 18:38:29 +01:00
Timo van Veen
2565fa7605 Fix #4756 2023-10-30 14:14:11 +01:00
Timo van Veen
d6781acbf6 Multiple stations 1 call 2023-10-30 04:01:07 +01:00
Timo van Veen
321056bdd0 Fix penalties not applying on station edge 2023-10-29 12:23:05 +01:00
PepperCode1
2cf7d171df Vertical threshold switch redstone fix
- Fix vertical threshold switches outputting redstone signal from wrong
sides
2023-10-28 19:44:24 -07:00
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