Commit graph

4003 commits

Author SHA1 Message Date
Cassian Godsted
6158272f4a Alternate fix
Checking to see if the block is Frosted Ice is failing, possibly due to the event happening before the block is placed.
2025-02-06 12:15:04 -05:00
Cassian Godsted
00468791dc Prevent damage to Extendo-Grip from Frost Walker
Frost Walker places frosted ice blocks through the EntityPlaceEvent. Currently, the event then damages the Extendo-Grip for every frosted ice block placed by the enchantment, rapidly breaking it. This fix prevents damage to the Extendo-Grip when the block is Frosted Ice and the player's equipment has Frost Walker.
2025-02-06 09:52:51 -05:00
Cody
2cf08a1231
Fix deploying food missing particles and not returning the correct items (#7288)
* fix particle when deploying last food in stack

* Bowl foods deployer fix
2025-01-27 10:25:06 -05:00
justliliandev
e2b65fd53c
Add api to add custom conductors to trains (#7030) 2025-01-26 18:46:33 -05:00
MoePus
4ba5e984a9
Fix rare spout crash and offset rendering (#7025) 2025-01-26 18:44:40 -05:00
James Mitchell
28d30f3c62
Update JEI integration and add potion fluids to the ingredient list (#6934)
* Update JEI integration and add potion fluids to the ingredient list

This also resolves a minor issue where all virtual fluids were considered "flowing".
Fixes https://github.com/mezz/JustEnoughItems/issues/3754

* Fixed JEI potion fluids registered without Bottle tag

---------

Co-authored-by: goshante <admin@drulia.ru>
2025-01-26 18:36:17 -05:00
GG3Hahn
7a7993deb8
Add pressing recipes for coarse and rooted dirt (#7186) 2025-01-13 10:01:33 -05:00
VoidLeech
67085963d0
fix: cactus milling getting disabled when quark is loaded (#7215) 2025-01-13 10:00:03 -05:00
Cody
c1a7a18968
Sugar Cane Variants tag (#7263) 2025-01-13 09:58:25 -05:00
Ginger
0f9ba22aa2
Fix calls to getSize() on display link peripheral failing when the peripheral is newly loaded (#7059) 2025-01-13 09:41:57 -05:00
embeddedt
be026ece02
Drain category improvements (#7277) 2025-01-12 16:51:13 -05:00
VoidLeech
0870d34033
fix: backtank crashing on ctrl+pick block (#7284) 2025-01-12 16:31:15 -05:00
justliliandev
18fb3b4beb
Fix mechanical drill and saw using the wrong SoundSource (#7038) 2025-01-10 12:24:38 -05:00
VoidLeech
d8310a6fb9
fix: allow sandpaper to be used in deploying recipe (#7259) 2025-01-10 12:21:42 -05:00
VoidLeech
fc94c75866
fix: enchantments getting trimmed from non-filter items (#7216) 2025-01-10 12:20:13 -05:00
VoidLeech
507829443f
DyeHelper api (#7265) 2025-01-10 12:17:05 -05:00
embeddedt
abf0633ae6
Optimize spout recipe generation by avoiding filling non-empty items (#7274) 2025-01-10 12:16:24 -05:00
IThundxr
76668d9f9b
Fix Lectern Controllers storing ItemStacks from nbt (#7150) 2025-01-10 12:11:57 -05:00
IThundxr
b3662c45f4
Fix backtanks getting incompatible enchants via smithing tables (#7057) 2025-01-10 12:10:45 -05:00
IThundxr
e065bb386b
Fix schematicannons consuming a single item for group items (#7058) 2025-01-10 12:08:51 -05:00
IThundxr
c765b00c77
Fix fluids not being placed into flowing fluids of the same type (#7054) 2025-01-10 12:07:44 -05:00
IThundxr
4afbc7e455
Switch away from using streams in ContraptionCollider (#7112) 2025-01-10 12:06:27 -05:00
IThundxr
1d403a5562
Fix waterlogged bracketed kinetics dropping the bracket (#7126) 2025-01-10 12:05:37 -05:00
IThundxr
b420e3a3b7
Fix Fabricators-of-Create/Create#1540 (#7127)
Issue affects forge as-well when using sodium
2025-01-10 12:04:57 -05:00
IThundxr
8355dda53b
Add CopperBlockSet slabs and stairs to correct tags (#7053) 2025-01-10 12:03:26 -05:00
IThundxr
bdc0e8779d
Sync AllPortalTracks with Create Fabric (#7078)
Co-authored-by: butterflysky <bright.art1794@fastmail.com>
2025-01-10 12:02:50 -05:00
IThundxr
4abc72a5a2
Fix toolboxes not giving a comparator output (#6978) 2025-01-10 12:01:24 -05:00
IThundxr
d97f01add8
Fix JukeboxPoint (#7040) 2025-01-10 11:53:59 -05:00
PepperCode1
d48a504486 Add Flywheel visuals for bogey block entities 2024-10-24 21:52:07 -07:00
simibubi
1935b790dd Merge branch 'mc1.20.1/0.5.1' into mc1.20.1/dev 2024-10-23 22:26:15 +02:00
simibubi
d39f89983a
Merge pull request #6952 from IThundxr/mc1.18/fluidstack-ingredient-crash-fix
Better FluidIngredient exception handling
2024-10-23 21:53:31 +02:00
IThundxr
a624a6e452
Fix crash when empty fluids are specified 2024-10-23 15:52:20 -04:00
simibubi
b7f272cad7 #7086 on 0.5.1
- Fix in-portal trains sometimes loading in with invalid coordinates, causing a game crash
2024-10-23 21:45:24 +02:00
simibubi
ed875d47ac More like ne-oldforge
- Forge -> 47.1.3
- Restore neoforge compatibility #7049
- Add a deployer safety check #6244
- Fluid tank lighting safety checks #7073
- Fixed PSI not always connecting on assembly #6854
2024-10-23 21:29:12 +02:00
PepperCode1
03a94dd74d Refactor bogey rendering 2024-10-19 16:18:54 -07:00
Jozufozu
eb2f1fecdc Recycling rope
- Bump flywheel version
- Fix rope pulleys being invisible
- Use an InstanceRecycler in AbstractPulleyVisual
- Remove Select, Group, and ConditionalInstance
2024-10-12 16:11:58 -07:00
Jozufozu
b6da803886 On track to stability
- Fix track visuals not appearing when first placed
- Fix blaze burner's heads appearing at 0,0,0 until you look at them
- Bump flywheel version to fix crash when breaking blocks
2024-10-12 15:41:33 -07:00
Jozufozu
cdc41b18cc Rolling over a bump
- Bump flywheel version
- Make all visuals use instancerProvider() method
- Fix ModelCache usage
- Use PosedInstance in BogeyRenderer
2024-10-12 15:41:10 -07:00
simibubi
cafd877802 Te hee 2024-10-09 18:38:00 +02:00
simibubi
7d1a3866ae Squashed commit of the following:
commit 8ca03ded64
Author: simibubi <31564874+simibubi@users.noreply.github.com>
Date:   Tue Sep 3 14:10:40 2024 +0200

    Hell on Overworld

    - Fixed incorrect dimension data in train map sync

commit 86ceb9e954
Merge: 97205a7d5 b6856bda8
Author: simibubi <31564874+simibubi@users.noreply.github.com>
Date:   Tue Sep 3 12:58:34 2024 +0200

    Merge branch 'mc1.20.1/dev' into mc1.20.1/train_map_integration

commit 97205a7d51
Author: simibubi <31564874+simibubi@users.noreply.github.com>
Date:   Tue Sep 3 12:58:02 2024 +0200

    Tube map

    - Added fullscreen map integration for FTB Chunks and Journeymap
2024-10-09 18:25:24 +02:00
simibubi
bcad4bfeaa Merge branch 'mc1.20.1/0.5.1' into mc1.20.1/dev 2024-10-09 18:15:19 +02:00
simibubi
51bb416b0e Update mods.toml 2024-10-09 14:15:58 +02:00
simibubi
f0b8e49d1d Mirror, Mirror on the Vault
- Vaults and tanks no longer multi-place when a symmetry wand is active
2024-10-09 12:59:46 +02:00
simibubi
3c92ace8eb Datagen 2024-10-09 12:33:34 +02:00
simibubi
03f2f95aaa Merge remote-tracking branch 'origin/mc1.19/dev' into mc1.20.1/0.5.1 2024-10-09 12:22:29 +02:00
simibubi
bc9906dc15 Merge branch 'mc1.18/dev' into mc1.19/dev 2024-10-09 12:10:59 +02:00
simibubi
bc1ad5f52d Datagen 2024-10-09 12:07:19 +02:00
simibubi
285a25cf08 Merge branch 'mc1.18/dev' into mc1.19/dev 2024-10-09 12:00:03 +02:00
simibubi
2828c88d80 Multiblock Madness
- Fixed moving single-tile tanks and vaults leading to corrupt nbt #6915 #6925 #6943 #6979
- Display links now check for click events in transferred components #6942
- Fixed negative values displayed on kinetic generator goggle overlay
2024-10-09 01:17:27 +02:00
simibubi
e8063acf69 Merge branch 'mc1.20.1/0.5.1' of https://github.com/Creators-of-Create/Create into mc1.20.1/0.5.1 2024-10-08 18:34:11 +02:00