Commit graph

2942 commits

Author SHA1 Message Date
simibubi e1a4c9ec43 Cull me away
- Move carriage visibility guards out of shouldRender to avoid being denied entity ticks when entityculling is installed
2022-07-11 21:40:53 +02:00
simibubi 3153ad2100 bug you a pardon?
- Arm Interaction point safety checks
- Trains no longer briefly derail when moving through portals
- Players are now less likely to get stuck in the original dimension when traversing train portals
- Trains no longer track coupling stress between carriages that are currently in different dimensions
- Fixed quark closing double doors when opened (+temporary workaround for 1.18)
- Boilers made of creative fluid tanks now provide a max level water supply
- Crafter ponder scene no longer uses an outdated recipe
- Reduced steam release effect of bogeys that haven't travelled far since the last stop
2022-07-11 19:28:25 +02:00
Jozufozu f03bf9839c A pulley good day
- Fix crash when moving pulleys on a contraption
 - Bump forge and parchment versions
 - Bump flywheel version
2022-07-10 15:44:15 -04:00
simibubi 474a72b2a6
Update README.md 2022-07-10 18:50:50 +02:00
simibubi 4ad798f30c
Merge pull request #3170 from SurprisedPikaa/patch-1
Update Readme to link to Modrinth page
2022-07-10 18:42:27 +02:00
simibubi 86cab0716f
Merge pull request #3187 from wchen1990/mc1.18/dev
Add null check on ItemDescription's use of BlockStressValues.getProvider
2022-07-10 18:40:16 +02:00
simibubi a6b35f2a8d Schematic item requirement fix
- ISpecialXItemRequirement no longer provides a default implementation
2022-07-10 18:39:37 +02:00
simibubi c20129ecc2 I bug to differ
- Renamed Throttle schedule instruction to avoid confusion
- Fixed girders not paving straight tracks with the correct orientation
- Fixed steam engines not updating power output when their boiler is removed
- Fixed crash when assembling funnels onto a train
- Fixed crash caused by missing sounds when assembling a train
- Fixed train consuming fuel from every slot simultaneously
- Fixed spouts culling visible faces
- Fixed crash when listing empty inventory contents on something other than a display board
- Tracks can no longer bend when connecting two sloped tracks
- Fixed Schematicannon no longer supporting half of Create's blocks
- Fixed Station UI showing tooltip text of non-visible buttons
- Fixed track placement hint not updating when changing angle but targeting the same position
- Blaze burner contraption safety check
- Fixed Portable fluid interface not able to fill multiple tanks with identical liquids
- Players are no longer considered valid drivers to schedules
2022-07-10 18:22:47 +02:00
simibubi 560042d781 Lang sendStatus 2022-07-10 15:14:58 +02:00
Bob Dole ebe164a812 Use a variable to hold getProvider result 2022-07-09 05:19:11 -04:00
Bob Dole dd7f07c7eb Add null check on BlockStressValues.getProvider 2022-07-09 04:53:52 -04:00
PepperCode1 d59e748c01 Tiny hats
- Fix train hat on smouldering blaze burner
- Fix blaze burners on contraptions tracking invisible players
2022-07-08 19:40:30 -07:00
PepperCode1 954f098cd1 Tiny goggles
- Fix goggles on smouldering blaze burner
- Shrink normal blaze goggles model
- Add new arm targets to ponder tag
- Update Registrate and Forge
2022-07-08 18:34:27 -07:00
PepperCode1 014449c9b2 Merge branch 'mc1.18/dev' of https://github.com/Creators-of-Create/Create.git into mc1.18/dev 2022-07-08 16:15:31 -07:00
PepperCode1 c194f320ba Behavior registration cleanup
- Add global providers to movement and interaction behavior registries
- All blocks tagged #wooden_doors or #wooden_trapdoors will now have the
correct interaction behavior
- Use IRegistryDelegate instead of ResourceLocation
2022-07-08 16:15:19 -07:00
SurprisedPikaa 5641926672
Add link to modrinth at the bottom of the readme 2022-07-08 22:03:49 +01:00
SurprisedPikaa 306298cff8
Add Modrinth Download Count to readme
This adds a download count to the readme for Modrinth downloads, as well as linking to the mod page on Modrinth
2022-07-08 21:56:21 +01:00
simibubi 6a1d2c18c6
Update bug_report.yml 2022-07-08 22:09:11 +02:00
simibubi a92855254c Close calls
- Display links are no longer unbreakable
- Various Ponder fixups
- Buffed potato cannon projectile speed
- Fixed Station Marker showing as Mansions on clientside maps
- Fixed Train Tracks no longer spawning fake track blocks for mapping
2022-07-08 15:35:25 +02:00
PepperCode1 917c6041ba Fix OBJ materials
- Fix OBJ model materials to use correct Ka and Kd
- Remove unnecessary material properties
- Rename disableDiffuseMult to disableDiffuse
- Fix curved track outlines rendering in spectator mode
2022-07-07 17:57:09 -07:00
PepperCode1 c491dd8f13 Boiler heater API
- Add API for boiler heaters
- Simplify some component creation
2022-07-07 14:15:53 -07:00
simibubi c36c4e756e Double Trouble
- Fixed an item duplication issue with belts
- Spectators can no longer interact with contraptions
2022-07-07 13:18:03 +02:00
PepperCode1 c55cdd2bac Some Select Spectator Solutions
- All GUIs and HUDs now respect spectator mode and the hideGui option
- Fix some HUDs not reseting GL state
- Blaze burners no longer turn towards the player if they are invisible
- Ponder buttons that display the main item for a ponder tag now have a
different background color
2022-07-07 01:38:06 -07:00
PepperCode1 9970c2bd4e Merge remote-tracking branch 'upstream/mc1.18/dev' into
mc1.18/global-railways

Conflicts:
	src/generated/resources/.cache/cache
	src/main/java/com/simibubi/create/AllTags.java
	src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerMovementBehaviour.java
	src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/bearing/SailBlock.java
	src/main/java/com/simibubi/create/foundation/tileEntity/SmartTileEntity.java
	src/main/java/com/simibubi/create/foundation/utility/BlockHelper.java
2022-07-06 12:31:49 -07:00
PepperCode1 eeddb6a8a6
Merge pull request #3119 from Shazuli/mc1.18/dev
Fixed Wrench rotation in 3rd person
2022-07-06 12:16:42 -07:00
PepperCode1 be64a229b5
Merge pull request #3152 from LegendaryTot/mc1.18/dev
Change SailBlock.applyDye() access modifier to public
2022-07-06 12:16:02 -07:00
PepperCode1 a52116bf0b Clean CT
- Move code from CTSpriteShiftEntry subclasses into CTType enum fields
- Add ContextRequirement to specify which context directions should be
populated
- Rename CTType to AllCTTypes and add CTType interface and
CTTypeRegistry
- Add methods and fields to QuadHelper to simplify vertex data
manipulation
- Make no bracket mean null instead of air to prevent issues with
non-empty air models
- Remove unused palette classes
- Organize imports
2022-07-06 12:06:27 -07:00
simibubi 7443c95553 Language barrier
- Added LangBuilder to streamline things that make use of chat components
- Started migrating a bunch of text to use lang builders
- Glowing display board text now has a higher alpha
2022-07-05 16:49:55 +02:00
simibubi 4e9fc7dba7 Danger Refactors
- Replaced remaining uses of InterpolatedChasingValue with LerpedFloat
- Addressed & silenced a bunch of warnings
2022-07-05 13:14:03 +02:00
simibubi da7ed8ecda The Ultimate Contraption 2022-07-04 14:21:19 +02:00
zelophed 2fb3081da7 Just Enough API
- replace (most?) calls to deprecated JEI-API features
- improve rotation for the /c u angle command
2022-07-04 13:26:49 +02:00
simibubi 9b9e252bac Gird gud
- Modified connectivity behaviour of Girders
- Girders now support and connect to lanterns and chains
2022-07-03 16:34:35 +02:00
simibubi 58263f9c06 Curse of the D'Arcy Junction
- Fixed trains not acting correctly on specific junction setups in specific chunk locations, causing bogeys to travel down separate paths
- Both tunnel types can now provide both display link features
- Changed the inner fluid tank texture to reduce contrast near the window
- Kinetic Tile Instance safety check
- Added the /c passenger command
2022-07-03 13:56:02 +02:00
zelophed 1f96e61c14 CMDCam at home
- add a command to control/animate a players look direction
- add a missing word in the display link ponder scene
- fix sails coloring adjacent sails with different orientations
2022-07-02 20:10:05 +02:00
simibubi 863e86f8e9 Return of the tadpole blaze
- Fixed ponder progress bar no longer showing up
- Fixed track girders not lighting properly in ponder
- Tweaked blaze burner life cycle
- Display board lines can now be made emissive using glow ink sacs
- Schedules can now modify a trains throttle
- Fixed driver right-click resuming already completed non-cyclic schedules
- Train assembly ponder scene now mentions that trains can be given fuel
2022-07-02 13:55:04 +02:00
simibubi 972e4ff521 Ponder better
- Fixed lang key overlap causing scenes to display with wrong text
- Fixed large ponder bases cutting into the UI foreground layer
- Added train ponder tag to ponder index
2022-07-01 11:25:58 +02:00
LegendaryTot 3cb65a6898 Changed SailBlock.applyDye() access modifier to public. 2022-06-30 21:32:55 +00:00
simibubi 494a48c538 Pose a Problem
- Fixed Track curves not rendering when optifine is present
- Fixed /c killTrain not removing stale contraption entities from the server
2022-06-30 13:07:22 +02:00
simibubi 1d1cf8e289 Train Admin
- Clean up /dumpRailways
- Trains can now be removed via a command
2022-06-29 21:02:50 +02:00
simibubi 3806ab04d7 Ponder non stop
- Steam Whistle, Steam Engine
- Display Link, Redstone behaviour
- Super Glue
- Removed chassis from movement actor scenes
- Mention that the windmill structure in the bearing scene needs glue
2022-06-29 19:11:30 +02:00
simibubi 724d3af40e Ponder Ponder Ponder
- Fixed all scenes with broken mechanical arms
- Display Board Scene
- Bogeys now animate
- Controls now show handles, Conductors show hats
- Train Schedule Scene
- Updated ponder tags
- Fixed Scene end timings to work with "Up Next"
- Fixed Glue in Chassis Scene
2022-06-28 00:07:10 +02:00
simibubi a1b892ba60 Ponder Ponder
- Train Signal Scenes
- Rose Quartz Lamp
- Train Controls
- Train Relocation
2022-06-27 14:34:32 +02:00
simibubi 1a4efbaa71 Ponder
- Tracks & Chunk loading
- Train Observer, Filtering
- Train Station, Assembly, Auto-Scheduling
- Placard tooltip
- Added a "Next up:" prompt to make sure people are aware of other scenes
2022-06-26 00:44:00 +02:00
PepperCode1 a2ade69035 Fix banner schematic printing
- Banners will now be printed with the correct pattern
- To print a banner, the item with the exact same pattern is required
- Add ISpecialBlockEntityItemRequirement for BlockEntities
- Allow StackRequirements to check match with other stack
- Add StrictNbtStackRequirement that also checks the stack NBT
- Add banners tag to safe_nbt tag
2022-06-23 19:58:51 -07:00
zelophed 37a71aed28 Down the Checklist, Part IV
- added a ponder scene for Display Links
- added ponder tags for Display Sources and Targets
- fixed Nixie Tubes orientation in their ponder scenes
2022-06-23 13:40:34 +02:00
simibubi d11fd6dc48 Down the Checklist, Part III
- Contraptions no-damage ticks after relocation now get sent to other players
- Fixed signal overlay rendering twice when ctrl is held
- The track system now sends checksums and id lists to prevent de-syncs after incremental changes
- Fixed pig spawner in blaze burner scene
- Fixed trains not processing graph migrations when graph was not present yet
- Fixed previous train name in a station not being serialised
- Fixed z-fighting between bogeys and adjacent blocks
- Added ponder scenes for the Train Track
- Fixed flywheel item model
- Added flywheel tooltip
- Display Board touchups
2022-06-23 03:26:16 +02:00
Jozufozu dc20f7091c Mopping up
- Fixes contraption world leak twofold.
 - Bump flywheel - 0.6.3.81
2022-06-22 13:44:34 -07:00
simibubi cdadd12b41 Down the Checklist, Part II
- Fake Tracks no longer replace lava or flowing water
- Fixed passengers dismounting from contraptions teleporting into the ceiling for a tick
-  Fixed serverside collision mask not updating when doors open on a contraption
- Signals can now be seen from further away
- Fixed some model loading logspam
- Fixed curved tracks dropping items when destroyed in creative mode
- Fixed curved tracks sometimes reappearing after being broken once
- Fixed Fluid pipes not rendering a rim when facing a pump from its side
- Fixed Super glue not always taking effect when intersecting with another box
- Fixed Super glue blocking entities travelling on a belt
- Fixed Super glue disintegrating when pushed by a vanilla piston
- Fixed Tracks placed up against a solid wall placing as ascending slopes
- Fixed movement actors switching dimensions stalling indefinitely
- Fixed kinetic components showing speed requirement popups when moving very slowly
- Fixed display boards not always connecting properly when placed with placement assist
- Fixed display boards getting caught in kinetic ghost power loops
- Fixed display boards loading in with jumbled text
- Fixed players unable to hand schedules to conductors while seated
2022-06-21 19:43:53 +02:00
simibubi 08c67cc4bc Merge branch 'mc1.18/global-railways' of https://github.com/Creators-of-Create/Create-Concealed into mc1.18/global-railways 2022-06-20 21:49:36 +02:00
simibubi 65bacbde20 Down the Checklist, Part I
- Minor tweaks to blaze burner animation and timings
- Increased Steam engines render distance
- Fixed reversed tooltip for stress capacity
- Modified stress capacity tooltips to show max achievable su
- Fixed fluid tanks no longer able to support blocks like levers
- Fixed fluid tanks no longer conducting redstone power
- Fixed Players riding a mount standing on a contraption getting kicked for 'flying'
- Simplified the Stressometer display source and added a Progress Bar option
- Fixed PSIs not updating comparator state when disengaging
- Fixed engaged PSIs flickering when another is placed nearby and within a contraption boundary
- Fixed shaft placement assist not working on nor through an engine-powered shaft
- Steam engines can now be reversed and will adjust the direction automatically when starting on a shaft which is already moving
2022-06-20 21:48:54 +02:00