Commit graph

4548 commits

Author SHA1 Message Date
simibubi
1dc87ed543 Fixed factory gauge interaction not working after manual movement 2025-02-12 14:35:04 +01:00
TropheusJ
51b3860f21 WRONG! 2025-02-12 08:22:29 -05:00
TropheusJ
b037598571 merge fixes 2025-02-12 08:17:33 -05:00
TropheusJ
f6f8ea9c73 Merge branch 'mc1.20.1/feature-dev' into jay/mc1.20.1/attached-registry-refactors
# Conflicts:
#	src/main/java/com/simibubi/create/AllBlocks.java
#	src/main/java/com/simibubi/create/api/contraption/train/TrainConductorHandler.java
#	src/main/java/com/simibubi/create/api/contraption/transformable/ContraptionTransformableRegistry.java
#	src/main/java/com/simibubi/create/api/schematic/requirement/SchematicRequirementsRegistry.java
#	src/main/java/com/simibubi/create/content/contraptions/StructureTransform.java
#	src/main/java/com/simibubi/create/content/schematics/requirement/ItemRequirement.java
#	src/main/java/com/simibubi/create/foundation/utility/BlockHelper.java
#	src/main/java/com/simibubi/create/impl/contraption/transformable/ContraptionTransformableRegistryImpl.java
#	src/main/java/com/simibubi/create/impl/schematic/requirement/SchematicRequirementsRegistryImpl.java
2025-02-12 08:14:26 -05:00
TropheusJ
41d725878e AttachedRegistry refactors, and several adjacent ones 2025-02-12 08:08:19 -05:00
simibubi
524d98871a Fixed display link bulb 2025-02-12 13:34:05 +01:00
simibubi
b18e28a86c The gaming wont end
- Re-packagers can no longer unpack into another packager
- Added a message when trying to connect a packager to a PSI
- Fixed key presses triggering ui events when a text input is focused
- Added redstone dust to packager recipe
- Made category hiding in stock keeper UI less hacky
2025-02-12 10:51:40 +01:00
TropheusJ
cc4e272392 add comment to ContraptionVisual 2025-02-11 15:16:20 -05:00
TropheusJ
772d5c106e avoid NPE in ContraptionVisual when the contraption can't be synced 2025-02-11 15:09:57 -05:00
TropheusJ
ca18e223c1 handle legacy data, better BlockEntity deserialization 2025-02-11 15:07:02 -05:00
IThundxr
cb55dbccdf
What happened to that "I"
- Remove I prefix from interfaces
- Add some more context to handler methods and improve the api in some areas
2025-02-11 11:48:45 -05:00
Kryppers
4620d94f7d goddamn indexing again
fixed deep friend textures from accidental indexing
2025-02-11 13:36:04 +00:00
simibubi
e67d8da904 Redrawals
- Fixed schematic rendering offset by a tick
- Fixed item vaults not marking themselves as needed to be saved
- Fixed steam engines not rotating with their shaft when not animating
2025-02-11 14:28:11 +01:00
simibubi
0c21da9899 Reflecting on my choices
- Fixed wrench radial menu duping and gui depth
- Fixed contraptions with legacy data not sending update tags
2025-02-11 13:08:39 +01:00
TropheusJ
a268ced35a remove Connectivity Mods entry 2025-02-09 23:41:23 -05:00
TropheusJ
98698ddabd rework ContraptionData 2025-02-09 23:37:02 -05:00
TropheusJ
fe77abaf6e use BlockEntity updateTags for client sync
this makes hitting packet limits WAY harder
2025-02-09 20:57:56 -05:00
simibubi
888d175695 Still playing the game
- More IE recipes
- Hose pulley now deletes lilypads and other surface foliage
- Factory gauges are now less strict about recipes they support
- Factory gauges no longer trigger a request immediately after promises are cleared
- Address edit boxes can now be cleared with right click
- Fixed copycats not rendering in ghost previews
- Cobblegen 'optimisation' now works with chutes above
- Fixed cobblegen optimisation blocking normal behaviour when no inventory is present
- Fixed restocker gauges not able to monitor 'input slots' of an inventory
2025-02-09 12:49:10 +01:00
Jozufozu
04fc795859 We can have it both ways
- Fix scroll handler for schematics and schematic and quill swallowing
  values close to zero
- Similar issue to the elevator controls from a few months ago, not sure
  if it's just my mouse
2025-02-08 17:25:59 -08:00
Jozufozu
99cf19dd5d Keep it up
- Bump flywheel build to fix vertically oriented drills on contraptions
2025-02-08 17:04:46 -08:00
Kryppers
ecd40675a8 testing touchups
updated assets for vaults, copper tops and starlotte package
2025-02-07 17:09:23 +00:00
IThundxr
5a1c6890d2
Repeating controls
- Fix lectern controllers causing a stack overflow
2025-02-07 09:56:33 -05:00
simibubi
eb4d78f621 Update gradle.properties 2025-02-07 14:50:49 +01:00
simibubi
3a55a62cd5 datagen 2025-02-07 14:35:23 +01:00
simibubi
c1268da86a Gauges and JEI
- Added the ability to pull in items from JEI when configuring gauges initially (empty hand on empty panel)
2025-02-07 14:35:04 +01:00
simibubi
728efc0a84 Tunes and Tuning
- Fixed factory gauge place and break sounds not always playing
- Factory gauges can now be clicked like links to copy the logistics frequency
- Factory gauges now show an outline when the held item is on the same network
- Update changelog
2025-02-07 13:02:02 +01:00
simibubi
8003bfac36 Carbon copy
- Written Filters, Clipboards and Schedules can now be copied onto unwritten ones in the crafting table
2025-02-07 11:50:20 +01:00
simibubi
688a07b314 Red light green light
- Fixed trains not properly pathfinding to stations with an opposing
signal just behind the destination
- Chain Drives can now be crafted from zinc nuggets
- Fixed address suggestions not reacting to scroll wheel in some HL screens
- Fixed stations voiding schedules when disassembling the train
- Fixed lighting on signal block indicators
2025-02-07 11:11:12 +01:00
TropheusJ
75fd5a2a26 <announcer voice> double fix
fix mounted item vaults being openable, in two ways
2025-02-06 22:48:16 -05:00
IThundxr
5b05644243
Bad assumptions
- Fix tag errors caused by assuming all mods have tags for their logs
2025-02-06 22:22:40 -05:00
IThundxr
d19a1b597d
Invisi-Face
- Fix culling issue with copycat panels
- Add redstone lamps to the wrenchable tag
2025-02-06 21:25:11 -05:00
Jozufozu
3b505998dd No more monkeys jumping on the belt
- Import updated model from Kryppers to fix z-fighting and UV issues on
  bogey drive belts
2025-02-06 08:30:29 -08:00
Jozufozu
5f1c96d3c8 Scrolling into the distance
- Import models from Kryppers
- Add scrolling animation to belts on large bogeys
- Duplicate scrolling instance to extend TransformedInstance so it can
  actually be used in a bogey
2025-02-05 21:26:11 -08:00
simibubi
8bdb6a662f Oxiclean
- More fixes to the address edit box
- More compat recipes for IE
- Added missing deploying recipes for copper oxidisation
2025-02-05 20:57:57 +01:00
simibubi
9d04187d8e Update FactoryPanelBehaviour.java
- Fixed gauges not updating connected links when target amount is changed
2025-02-05 12:29:10 +01:00
simibubi
5c484d6ef9 Playing the Game some more
- Fixed incorrect shared ponder lang entry
- Fixed trains in unloaded chunks not able to fetch packages from loaded chunks
- The player hitbox used in contraption collision is now slightly shorter
- Added Spout recipe for IE treated wood
- Clicking the packager now always consumes the action
- Fixed not able to right click clear the keeper search bar when its already focused
- Fixed frogport block particles
- Train stations now remember the train marker color of previously diassembled trains
- Fixed valve handle instances always rendering as the copper variant
2025-02-05 11:49:28 +01:00
Jozufozu
9723e78dc9 Bump for lighting
- Bump flywheel build to fix contraption lighting when near framed glass
2025-02-03 21:17:08 -08:00
IThundxr
489c30d39f
Merge remote-tracking branch 'concealed/mc1.20.1/feature-dev' into mc1.20.1/feature-dev 2025-02-02 18:49:12 -05:00
IThundxr
c6750239ea
Enhanced cardboard swords
- Fix cardboard swords taking damage
2025-02-02 18:48:20 -05:00
Jozufozu
b7c62fa6cb Spinning is hard sometimes
- Bump flywheel build
- Fix drills not spinning when breaking blocks
- Fix bogey shafts not being correctly rotated
- Use chunk cardinal lighting on contraption models
2025-02-02 12:23:26 -08:00
simibubi
f81eae550b Double act
- Fixed player interaction able to trigger for multiple contraptions in the raycast
2025-02-02 13:37:24 +01:00
simibubi
b69ec101a6 Playing the game
- Updated item hatch tooltip
- Fixed vaults and tanks rotated in place not updating their multiblock correctly
- Fixed stock keeper screen showing [+1] overflow tip when ordering 9 items
- Update filter screens to remove indicators
- Framed and tiled glass panes can now be obtained via stonecutting
- Fixed factory gauge making a sound at the old position when moved
2025-02-02 12:17:09 +01:00
IThundxr
5ef8bf34da
Merge remote-tracking branch 'concealed/mc1.20.1/feature-dev' into mc1.20.1/feature-dev 2025-01-31 19:16:55 -05:00
IThundxr
80651a7204
Spooky engines
- Fix steam engines following the player around and not being set to not visible properly
- Fix capitalization error in bound block of cardboard name
2025-01-31 19:16:46 -05:00
TropheusJ
c3bccb9aa4 fix placing minecart contraptions 2025-01-30 21:28:26 -05:00
IThundxr
aa5378179f
Merge remote-tracking branch 'concealed/mc1.20.1/feature-dev' into mc1.20.1/feature-dev 2025-01-30 21:06:57 -05:00
IThundxr
d247d5e93d
Copperless
- Remove legacy copper resource pack
2025-01-30 21:06:32 -05:00
simibubi
34379ee1ef Move away from ServerLevel for cobble gen 2025-01-30 12:43:12 +01:00
IThundxr
8dd7e64c4c
Merge remote-tracking branch 'concealed/mc1.20.1/feature-dev' into mc1.20.1/feature-dev 2025-01-29 16:43:09 -05:00
IThundxr
1941b8ac43
Sneaky listeners
- Fix visuals being registered to create's registrate and getting ignored
- Fix wildcards with things that use Glob#toRegexPattern
2025-01-29 16:43:02 -05:00