Commit graph

3297 commits

Author SHA1 Message Date
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
simibubi
2e1bcdb619 Frame breaker
- Rollers no longer break blocks adjacent to blocks tagged minecraft:portals
2023-09-21 20:43:09 +02:00
PepperCode1
5d4961a615 Update more javadoc 2023-09-21 09:18:08 -07: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
8b5c3a90fb
Merge pull request #5519 from Creators-of-Create/l10n_crowdin_translations
New Crowdin translations
2023-09-20 17:52:45 +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
simibubi
a6a3c72538
Merge pull request #5266 from NovaStarter/mc1.18/dev
Fix Deployers not using item's useOn method
2023-09-20 10:02:27 +02:00
simibubi
72882f89c0
Merge pull request #5192 from laxadeR/fix-elevator-contacts
Fixed wrong elevator contacts powering sometimes
2023-09-20 10:00:34 +02:00
simibubi
f327f0bb7f Merge branch 'mc1.18/dev' of https://github.com/Creators-of-Create/Create into mc1.18/dev 2023-09-20 09:58:06 +02:00
attackeight
cfee3aff76
Prevent Spectators from interacting with some create blocks/items (#5414)
- Spectators can no longer interact with Super Glue and Valve Handles
2023-09-20 09:57:41 +02:00
simibubi
7f60ae95f6 Hell's Rollers
- Removed tooltip markers and examples from lang file
- Address #5124
- Added a bunch of safety checks for active rollers passing through a portal
- Fixed rollers in fill mode consuming blocks from a train without placing any
2023-09-20 09:56:10 +02:00
Crowdin Bot
31ed333528 New Crowdin translations by Github Action 2023-09-19 22:16:06 +00:00
PepperCode1
07883a588d Try to remove lang postprocessor
Removes the lang postprocessor system and adds additional lang using a
standard ProviderType.LANG generator. This commit will be reverted if it
causes issues.
2023-09-19 15:12:46 -07:00
PepperCode1
9d74a40654 Fan and other tweaks
- Fix zero-length air current causing NPE
- Fix vertical air currents sometimes checking blocks for handlers
multiple times
- Fix blocking handlers at end of air flow not receiving processing
- Use Registrate namespace instead of "create" in fluid-related methods
in CreateRegistrate
- Flatten block property configuration in AllBlocks
- Make crushing wheel controller material solid
- Add note to Create.REGISTRATE
2023-09-19 14:57:03 -07:00
Notenoughmail
bb21fbf160 PipeCollisionEvents
-Add Flow and Spill events to allow for easy custom fluid collision results
2023-09-17 14:39:46 -07:00
PepperCode1
4cda09e0e7 Controllable Catalysts
- Add tags to allow controlling which blocks and fluids act as catalysts
for certain fan processing types
- Fix unexpected and incorrect fan processing air current behaviors
- Fix unlit campfires providing boiler heat
- Rename consumeLang to provideLang in all places
- Remove unused advancement-related classes
2023-08-31 19:09:20 -07:00
PepperCode1
0ee8e18587 The last lang merge
- Add CreateRegistrate#addLangPostprocessor to arbitrarily transform
lang entry map generated by Registrate
- Remove all uses of and deprecate LangMerger and LangPartial
- Move additional tag definitions from TagGen to CreateRegistrateTags
- Move GatherDataEvent handler to CreateDatagen class
- Move some Create-specific datagen classes to infrastructure package
2023-08-29 17:45:54 -07:00
PepperCode1
c5e7ad623f Update Flywheel
- Fix too many implementations of ProcessingRecipe#canSpecifyDuration
returning true
2023-08-23 15:36:19 -07:00
PepperCode1
2a1c6e6916 Allow registration of custom fan processing types
- Fix crash on startup
2023-08-20 19:52:41 -07:00
KostromDan
8f5031c330
Added support of other packet size optimisation mods. (#5362)
* Added support of other packet size optimisation mods. (Connectivity and Packet Fixer)

* Added comment why we need min (not max) value.

* Finalize changes

---------

Co-authored-by: PepperCode1 <44146161+PepperCode1@users.noreply.github.com>
2023-08-18 17:47:44 -07:00
PepperCode1
c052807773 Fix copycat model modifying potentially immutable list
- Perform minor mod initialization clean up
- Bump version to patch E
- Organize imports
2023-08-16 17:03:07 -07:00
PepperCode1
1bf201e77c Refine PR changes and improve Mods class 2023-08-09 20:40:21 -06:00
Michael Bunting
c336c92eb9
Add tag to ban recipe serializers from automation (#5298) 2023-08-09 20:33:10 -06:00
Nova_starter
eece9b6022 Fix Deployers not using item's useOn method 2023-08-03 03:12:51 -07:00
Tempystral
22ca1c16e7
Add the mods correctly this time 2023-08-01 16:53:47 -04:00
Tempystral
31c189c96c
Merge pull request #1 from Tempystral/patch-2
Update modded_stripped_wood.json
2023-08-01 04:20:27 -04:00
Tempystral
1a6125ddc6
Update modded_stripped_wood.json 2023-08-01 04:19:20 -04:00
Tempystral
1ea64cb3f4
Update modded_stripped_logs.json
Add stripped logs for Environmental, Atmospheric, Infernal Expansion, Good Ending, and Biome Makeover
2023-08-01 04:18:38 -04:00
laxadeR
bda6257025 fix contact offset added twice 2023-07-22 18:45:44 +04:00
simibubi
6819fc1c42 Issue. Gesundheit
- Fixed an incompatibility with Supplementaries leading to a server crash
- Fixed fallback damage bar colour for air powered tools
- Various NPE guards
- Fixed sequenced assembly recipes conflicting when starting with a filling step
- Potato cannons can no longer plant crops on the side of farmland
- Fixed Mechanical rollers consuming filter items despite not supporting them
- Fixed brass tunnels not refunding previous filter items when changed
- Fixed catalyst ingredients getting consumed in the basin
2023-07-04 17:43:54 +02:00
PepperCode1
246543c76b Fix memory leaks
- Fix CopycatPanelModel using wrong state during trapdoor special case
- Update Flywheel
2023-07-03 13:53:51 -07:00
Crowdin Bot
e3bce02f3e New Crowdin translations by Github Action 2023-07-03 17:09:21 +00:00
simibubi
66797f233d PR tidy-up
- backport of #4998
- Rename localisation readme so github displays it in the folder view
2023-07-03 18:34:47 +02:00
Rabbitminers
4d7b64db49
Updates to the Bogey API (#4875)
- Provided bogey data during model initialisation and patched other oversights in BogeyRenderer
- Refactored method names in BogeyRenderer
- Implemented interface for interactions with custom bogey blocks
- Implemented wrapper record for bogey model data
2023-07-03 18:08:54 +02:00
attackeight
d16b3ebe34
Separate config options for placing source blocks (#5035) 2023-07-03 18:04:57 +02:00
Incompleteusern
28fe2fa148
Fix asYRotation (#5028) 2023-07-03 17:59:55 +02:00
IThundxr
f91afb2975
Avoid NPE during navigation write (#4975)
- Guard for unexpected null entries in train navigation during serialisation
2023-07-03 16:10:44 +02:00
StormDragon_64
b7a082c408
Add a few new ponder instructions (#4926)
- Additional method overloads for commonly used ponder instructions
- Rotation indicator instructions can now be given custom display locations
2023-07-03 16:05:06 +02:00
Timo van Veen
2bcc12b096
Use .lengthSqr() for compare operations (#4827)
- Optimisations to some of Create's vector math shortcuts
2023-07-03 15:38:16 +02:00
Michael C
440d7e0e39
Upgrade BackTankUtil to handle multiple (backtank) air sources (#4777)
- Addons can now register backtank-esque air sources placed in curios slots
- Diving helmets now support multiple (backtank) air sources
2023-07-03 15:31:05 +02:00
simibubi
e42fba6341 The Unseatable
- Fixed Smart observers not activated by funnels when facing up or down
- Added the entity type tag `#create:ignore_seat`
- Added a config option to prevent hostile mobs from getting picked up by seats
- Fixed item slots of powered and unpowered redstone link models not matching in size
- Fixed incorrect reflection access in track placement overlay
2023-07-03 15:28:10 +02:00
PepperCode1
a947a06263 Fix diving helmet check
- Update Flywheel
- Update buildscipt and Gradle
- Bump version
2023-06-30 14:12:48 -07:00
TropheusJ
b047db0ecf fix small waterwheel SU expectation 2023-06-30 01:51:51 -04:00
TropheusJ
928fb9c890 port new and updated tests from fabric 2023-06-30 01:14:11 -04:00
Crowdin Bot
93e63d10cc New Crowdin translations by Github Action 2023-05-24 15:43:20 +00:00
PepperCode1
761f109520 Remove more tiles 2023-05-24 07:59:45 -07:00
simibubi
55af801433 Ponder typo 2023-05-24 16:00:06 +02:00
simibubi
512b6e7c27 Smart and Slender
- Smart Chutes no longer prevent chests from opening under them
2023-05-24 14:43:01 +02:00
simibubi
ecfd43938f If you wanna be my lava
- Waterlogged belts and depots now wash contained items when targeted by a fan
- Fixed jump strength of lava diving suit in shallow lava
- Fixed crash when cycling bogey types on a server
- Fixed custom metal bars not able to be mined with a pickaxe
- Contraption mounted storage no longer interacts with modded ender chests (it didn't work correctly)
- Gui inputs no longer play more than one click when scrolled on very quickly
- Fixed Schematics loading with a snowy grass block when their lowest layer contained snow blocks
- Fixed Mechanical Rollers placing blocks into the train tracks when paving steep slopes
- Netherite backtank now depletes air in lava even when the players head is not fully submerged
- Fixed "Any" amount in filters' value settings screen not using a translatable lang entry
- Added dummy lang entries for mangrove windows for crowdin sync
2023-05-24 14:24:16 +02:00
simibubi
5eea1cac70 Copycant
- Fixed Elevator Contraptions misaligning with their contacts after switching target floor mid-travel
- Fixed crash when placing a clipboard into replaceable blocks mid-air
- Fixed a typo in Smart Observer ponder scene
- Fixed funnel flaps being offset to the side when flywheel is disabled
- Fixed dyed valve handle using incorrect block particle textures
- Fixed copycat blocks able to take on invalid materials through the use of data commands
- Copycat blocks no longer retain nbt contents of their contained material's item when loaded from a schematic
- Fixed pipe connector attachments missing textures on some orientations
- Players can now sneak-pick to receive the copycat block itself, rather than its applied material
- Fixed value input screen not closing correctly when 'use' keybind is not on its default setting
- Deployers no longer fail to activate bearings and other components with value input slots
- Fixed an incompatibility between legacy copper pack and xycraft override
- Fixed netherite diving suit not protecting from fire damage when Quark is installed
- Attempt to fix lighting issues with elevator contacts
- Schematic and Quill no longer displays the full directory path in its confirmation message
- Fixed z-fighting on metal bars models
2023-05-23 21:26:59 +02:00
simibubi
a5de96c834 Fix Javadoc breaking CI 2023-05-22 01:51:20 +02:00
simibubi
b4ebd54c9c Defer netcode to server thread 2023-05-21 23:53:09 +02:00
simibubi
c170738a56 Post-Calamity Datagen
- Forfeit deprecated display registry
- Added valve handle to recently updated ponders
- Fixed self-containing ingredient items probably also being affected by the basin dupe
2023-05-21 22:00:08 +02:00
simibubi
691786bbb9 Some re-repackaging 2023-05-21 21:48:39 +02:00
PepperCode1
47f18aa1f9 Just a little repackaging 2023-05-21 11:58:31 -07:00
simibubi
9c41acfb2a Backport of the century
- Flywheel is now included (jij) in Create jars on 1.18.2
2023-05-20 22:14:06 +02:00
simibubi
eeeb2f4509 Implement #4770 2023-05-17 12:47:55 +02:00
simibubi
852996cea9 Make it brighter 2023-05-17 12:44:02 +02:00
simibubi
3bd2080f61 Compact Course
- Added the Block of Experience
2023-05-16 22:27:43 +02:00
simibubi
0ce0c6939a Crush all Modpacks
- Renamed crushed ore items to 'crushed_raw_x'
2023-05-16 16:47:47 +02:00
PepperCode1
bb5d0fedee Mixin scrubbing
- Move all client mixins to separate package
- Prefix all mixin injector callback methods and added fields
- Remove unnecessary code from EntityContraptionInteractionMixin
- Remove EnchantmentMixin and use IForgeItem#canApplyAtEnchantingTable
instead
- Do not sync fire immune tag to client
- Bump network version to 3
- Remove 0.5.0j from Github issue template
2023-05-16 06:08:10 -07:00
simibubi
9c0c058fc0 SeamsBad
- Pushed surfaces around by fractions of a pixel to cover up misaligned geometry from mc's model rendering
2023-05-15 01:12:38 +02:00
simibubi
03feeb71ef Stop funnelling around
- Fixed filters with an unset (*) extraction amount not migrating correctly from 0.5 worlds
- Move more recent version of palettes reference to `assets\create\reference`
2023-05-14 00:23:46 +02:00
PepperCode1
3d3ef68900 Improve LerpedFloat#settled() 2023-05-13 07:57:06 -07:00
simibubi
49166f8dab Fixed Bogey registry loading flywheel classes 2023-05-13 15:16:51 +02:00
simibubi
e83fd736da Merge branch 'mc1.18/dev' into mc1.18/0.5.1 2023-05-13 13:01:28 +02:00
Crowdin Bot
dc5210909c New Crowdin translations by Github Action 2023-05-13 10:54:12 +00:00
simibubi
2b02e56052 Captains log 2023-05-13 12:37:52 +02:00
simibubi
3f31353fea Start as Patch A 2023-05-13 01:58:14 +02:00
Kryppers
1273712ba0 door to door
tweaks to the train door textures
2023-05-12 22:53:00 +01:00
simibubi
56b35484d6 Netherite armor tags 2023-05-12 22:33:39 +02:00
simibubi
f616220b2c Merge branch 'mc1.18/dev' into mc1.18/0.5.1 2023-05-12 22:04:34 +02:00
simibubi
d5367747ef
Merge pull request #4750 from Attack8/mc1.18/dev
Add armor tags for Create armors
2023-05-12 21:56:16 +02:00
simibubi
5fc755eb16 Merge branch 'mc1.18/0.5.1' of https://github.com/Creators-of-Create/Create-Concealed into mc1.18/0.5.1 2023-05-12 21:51:37 +02:00
PepperCode1
0fa0bbaf5d Unswap parameters to make sense 2023-05-12 11:00:54 -07:00
PepperCode1
aa102dfabd Filtering for filters
- Allow filtering for filters when filter is empty
- Refine waterwheel model generation code
2023-05-12 10:55:03 -07:00
simibubi
d4152728e6 Fivepointone-ify Again 2023-05-12 15:14:08 +02:00
simibubi
ab221b9d5b Merge branch 'mc1.18/dev' into mc1.18/0.5.1 2023-05-12 15:13:45 +02:00
simibubi
3ad4195dd6 Squashed commit of the following:
commit a162e18c9c4d91c4020e86cf718d59d3a33b2817
Merge: 374848f97 beb61708a
Author: simibubi <31564874+simibubi@users.noreply.github.com>
Date:   Fri May 12 13:40:58 2023 +0200

    Merge branch 'mc1.18/dev' into mc1.18/computercraft

commit 374848f978
Author: simibubi <31564874+simibubi@users.noreply.github.com>
Date:   Fri May 12 13:22:29 2023 +0200

    Compilation dependency toggle

commit b2cd60b619
Merge: 8e1e4e8bd ee3a079ba
Author: simibubi <31564874+simibubi@users.noreply.github.com>
Date:   Wed May 10 14:37:32 2023 +0200

    Merge pull request #4650 from ChristianLW/mc1.18/computercraft

    Small tweaks to the wiki pages for ComputerCraft integration

commit ee3a079bac
Author: Christian L.W <bebeu@bebeu.dk>
Date:   Thu Apr 13 00:55:20 2023 +0200

    Small tweaks to the wiki pages

commit 8e1e4e8bd3
Author: caelwarner <caelawarner@gmail.com>
Date:   Mon Mar 13 18:31:56 2023 -0700

    Added computer to display source ponder tag

    - Added advanced computer to display source ponder tag
    - Added missing lang entry for computer display source

commit 952941e5fc
Author: caelwarner <caelawarner@gmail.com>
Date:   Mon Mar 13 16:31:16 2023 -0700

    Added documentation for train station peripherals and train schedules

    - Added in depth documentation for working with train stations and train schedules in Lua
    - Fixed small formatting issues in Lua-Rotation-Speed-Controller.md and Lua-Sequenced-Gearshift.md

commit 7f3ca1cfa0
Author: caelwarner <caelawarner@gmail.com>
Date:   Mon Mar 13 16:29:05 2023 -0700

    Added isTrainEnroute to station peripheral API

    - isTrainEnroute checks if a train is currently navigating to the station
    - Reworded null station exception to "station is not connected to a track"
    - Refactored StationPeripheral#inAssemblyMode to StationPeripheral#isInAssemblyMode
    - Added a check to StationPeripheral#disassemble to make sure the station isn't in assembly mode

commit fac1ebcd3f
Author: caelwarner <caelawarner@gmail.com>
Date:   Sat Mar 11 16:12:58 2023 -0800

    Added documentation for most peripherals

    - Lua documentation has been added for all peripherals except the train station (not looking forward to writing that one)
    - This documentation will be added to the GitHub wiki pages

commit 3e21996984
Author: caelwarner <caelawarner@gmail.com>
Date:   Sat Mar 11 15:54:36 2023 -0800

    Updated DisplayLinkPeripheral#write to move cursor to the end of the text

    - This change was made to be more inline with ComputerCraft's builtin display API

commit 7141c10025
Author: caelwarner <caelawarner@gmail.com>
Date:   Sat Mar 11 11:45:43 2023 -0800

    Added isTrainImminent and hasSchedule to train station API

    - Added isTrainImminent to check if a train is incoming to the station and hasSchedule to check if the currently present train has a schedule
    - Added StationPeripheral#getTrainOrThrow to consolidate repetitive null checks

commit 909484ed5b
Author: caelwarner <caelawarner@gmail.com>
Date:   Sat Mar 11 11:15:58 2023 -0800

    Added getSchedule to train station lua API

    - Added getSchedule which serializes the currently present train's schedule into a lua table
    - Refactored StationPeripheral#setSchedule to use a more generic method of serializing NBT tags to lua tables
    - Moved schedule entry special data from root tag to "Data"
    - Added StringHelper#camelCaseToSnakeCase
    - Added variety of put methods to CreateLuaTable

commit 31ad3aa671
Author: caelwarner <caelawarner@gmail.com>
Date:   Wed Mar 8 18:22:23 2023 -0800

    Extended train station peripheral API

    - Train station peripherals can now assemble and disassemble trains, check if the station is in assembly mode, set the assembly mode of the station, get and change the station name, check if a train is present at the station and get and change the currently present train name.
    - Refactored StationEditPacket. Moved most of the logic that was previously in StationEditPacket to StationTileEntity. This allows us to call this logic without having to send a packet.
    - Made Train#owner nullable. This is needed so that computers can assemble trains. All Train#owner is currently used for is to display the train status to the correct play.

commit 574cd93a89
Author: caelwarner <caelawarner@gmail.com>
Date:   Wed Nov 30 00:37:47 2022 -0800

    Serialize hasAttachedComputer in ComputerBehaviour

    - This eliminates some edge cases were peripherals don't realize they're being controlled by a computer on a world save and load

commit 94e3ed44ad
Author: caelwarner <caelawarner@gmail.com>
Date:   Wed Oct 26 16:57:12 2022 -0700

    Added ComputerScreen

    - ComputerScreen shows that tile entity currently has computers attached and therefore cannot be controlled manually

commit 9afdcaded7
Author: caelwarner <caelawarner@gmail.com>
Date:   Thu Oct 20 10:18:37 2022 -0700

    Refactored PeripheralBase to SyncedPeripheral

commit 7d47fdcd06
Author: caelwarner <caelawarner@gmail.com>
Date:   Wed Oct 19 22:45:47 2022 -0700

    Made LuaFunction's final

commit 56a1210fff
Author: caelwarner <caelawarner@gmail.com>
Date:   Wed Oct 19 22:39:38 2022 -0700

    Created ComputerBehaviour behaviour

    - ComputerBehaviour replaces ComputerControllable and SyncedComputerControllable

commit 19d283b923
Author: caelwarner <caelawarner@gmail.com>
Date:   Wed Oct 19 16:05:48 2022 -0700

    Moved all peripheral classes to computercraft.peripherals package

commit ab18034b98
Author: caelwarner <caelawarner@gmail.com>
Date:   Wed Oct 19 15:58:56 2022 -0700

    Added Train Station as peripheral

    - Train station can set a new auto-schedule for the train currently at the station
    - Added CreateLuaTable to add helper functions for working with lua tables
    - Added StringHelper util class to convert snake case to camel case

commit 1091f3227c
Author: caelwarner <caelawarner@gmail.com>
Date:   Thu Oct 6 21:11:24 2022 -0700

    Changed Display Link Peripheral API

    - Changed the Display Link Peripheral API to be more in line with the Monitor API
    - Added write, setCursorPos, getCursorPos, getSize, isColor, isColour, clearLine
    - Removed void writeLine, setLine, writeLines, setLines

commit 18bfb216b1
Author: caelwarner <caelawarner@gmail.com>
Date:   Thu Oct 6 02:50:41 2022 -0700

    Changed method of checking if a computer attached

    - After talking with SquidDev from CC: Tweaked I've changed to monitoring IPeripheral#attach and IPeripheral#detach for changes in the number of computers connected to the network, then updating the client using AttachedComputerPacket
    - This works with wired full modems, wired cabled modems and directly connected computers
    - Added SyncedPeripheralBase and SyncedComputerControllable for TE's and peripherals that want to be aware of attached computers

commit 96dc4db6dc
Author: caelwarner <caelawarner@gmail.com>
Date:   Tue Oct 4 21:11:38 2022 -0700

    Sequenced Gearshift screen "greys out" when being controlled by a computer

    - This is to stop players from trying to using both the builtin sequencing and a computer to control the Sequenced Gearshift at the same time, leading to undefined behaviour
    - The "greyed out" screen should have a message added explaining why it's greyed out.
    - Added ComputerControllable#isComputerControlled to check if a tile entity is connected to a modem

commit 9a80781401
Author: caelwarner <caelawarner@gmail.com>
Date:   Tue Oct 4 19:36:08 2022 -0700

    Added PeripheralBase

commit d404f07319
Author: caelwarner <caelawarner@gmail.com>
Date:   Mon Oct 3 20:46:16 2022 -0700

    Added invalidateCaps

    - Changed setRemoved to invalidateCaps. I don't know why I wasn't just using invalidateCaps from the beginning

commit 654476d9f3
Author: caelwarner <caelawarner@gmail.com>
Date:   Mon Oct 3 20:05:25 2022 -0700

    Added Rotation Speed Controller and Sequenced Gearshift as peripherals

    - Rotation Speed Controller can get and set targetSpeed
    - Sequenced Gearshift can rotate by a certain angle and move a certain distance

commit 1420406ab7
Author: caelwarner <caelawarner@gmail.com>
Date:   Mon Oct 3 16:38:12 2022 -0700

    Added Speedometer and Stressometer as peripherals

    - Speedometer can get current speed
    - Stressometer can get current stress level as well as network stress capacity
    - Made GaugeTileEntity abstract

commit 47b8619d07
Author: caelwarner <caelawarner@gmail.com>
Date:   Mon Oct 3 16:17:05 2022 -0700

    Refactored peripheralHandler to peripheral

    - peripheralHandler was the wrong name. It's just a peripheral.
    - Changed peripheral type from "cdl" to "Create_DisplayLink"
    - Added equals function to DisplayLinkPeripheral

commit 6591c2d46e
Author: caelwarner <caelawarner@gmail.com>
Date:   Mon Oct 3 14:29:04 2022 -0700

    ComputerCraft integration for Display Links

    - CC computers can now control display links through a variety of functions
    - Added ComputerControllable interface to define a tile entity as controllable by CC computers
    - Added CC: Tweaked soft dependency
2023-05-12 13:41:28 +02:00
NerdsOfAFeather
db19a394f5 Add armor tags for Create armors 2023-05-11 20:34:48 -04:00
TropheusJ
beb61708a0
Add GameTests by TropheusJ (#4496) 2023-05-11 15:00:32 +02:00
simibubi
8e03372bb3 Hacking the printer
- Fixed Smart Fluid Pipe not dropping filter when broken
- Fixed Clipboard crashing game when removing the first entry of a page
- Placards and Creative Crates will no longer hold on to special nbt content (except potion data, damage, enchants) of the contained item when imported via Schematicannon
- Schematicannons can no longer print mobs
- Fixed item frames not requiring an exact nbt match for printed contents
2023-05-11 14:15:56 +02:00
simibubi
f8ec8e5ded Fixed #4744 2023-05-10 21:36:18 +02:00
simibubi
3c1961c846 Implement #3906
- Fixed players dismounting from Trains upon assembly
2023-05-10 16:53:29 +02:00
simibubi
ee33858ddc Move event invocation in case transferAll gets re-used 2023-05-10 16:09:03 +02:00
simibubi
c86c10f1b1
Merge pull request #4443 from DaComputerNerd717/mc1.18/dev
Add TrackGraph merge event to API
2023-05-10 16:01:35 +02:00
simibubi
b4a8386cd8 Implement #4534 as configurable multipliers 2023-05-10 15:31:28 +02:00
simibubi
9e3140938b Implement #4577 for Encased Pipes 2023-05-10 15:13:39 +02:00
simibubi
8a4190fcf5 Merge branch 'mc1.18/dev' of https://github.com/Creators-of-Create/Create into mc1.18/dev 2023-05-10 14:41:57 +02:00
simibubi
81babd3a39 Implement #4597 2023-05-10 14:41:46 +02:00
simibubi
83889f7689
Merge pull request #4604 from cakeGit/mc1.18/dev
Fix "Lighter  than air" fluids display in spouts
2023-05-10 14:38:07 +02:00
simibubi
916e4aa0f7
Merge pull request #4693 from Attack8/mc1.18/dev
Open Ended Pipes now correctly handle Builder's Tea
2023-05-10 14:25:20 +02:00
simibubi
bd24fead0f
Merge pull request #4718 from Walle123/mc1.18/dev
add brass tunnel speed setting
2023-05-10 14:22:54 +02:00
simibubi
3e9074cddc Merge remote-tracking branch 'origin/mc1.18/railways-api' into mc1.18/0.5.1 2023-05-10 11:24:58 +02:00