Commit graph

3995 commits

Author SHA1 Message Date
zelophed
f39e422d8a fix imports 2024-09-18 18:24:36 +02:00
zelophed
ab0ed79ce7 merge changes from 1.20.1/feature-dev 2024-09-18 17:39:38 +02:00
simibubi
60b36855ef Frog chat
- Changed configuration of package ports to a dedicated UI
- Package Ports with '*' as their filter will always be routed to last
2024-09-18 12:25:40 +02:00
simibubi
6e8afbaee2 Fresh old switch
- Threshold switch no longer measures in percentages
- Threshold switches can now read from stock tickers
- Added a ponder category for its supported blocks
2024-09-17 23:35:16 +02:00
simibubi
b5b2b64a39 Amazon Button
- Added the Redstone Requester
2024-09-16 12:41:42 +02:00
zelophed
d82644bfba fix imports, adjust buildscripts 2024-09-15 02:14:09 +02:00
zelophed
c321202ba0 merge changes from 1.20.1/dev 2024-09-14 13:18:06 +02:00
simibubi
c4a5468f57 Great timing
- Added the pulse timer
2024-09-13 17:22:36 +02:00
simibubi
e0852c53f9 Restock o'Clock
- The stock ticker block can now order packages to refill the inventory below it on a redstone pulse
2024-09-13 16:07:33 +02:00
simibubi
a51706633d Link...
- Packager links can now target each other and form a communication network
2024-09-12 21:35:54 +02:00
simibubi
35e91a745f Wrong import 2024-09-08 19:04:31 +02:00
simibubi
963eabf17b Bugs in the box II 2024-09-06 08:36:41 +02:00
Jozufozu
aa15182005 Merge remote-tracking branch 'origin/mc1.20.1/dev' into mc1.20.1/dev 2024-09-03 12:45:18 -05:00
Jozufozu
14c93e590c Merge branch 'mc1.20.1/flywheel-upgrade' into mc1.20.1/dev
# Conflicts:
#	build.gradle
#	gradle.properties
#	src/main/java/com/simibubi/create/content/contraptions/actors/roller/RollerMovementBehaviour.java
#	src/main/java/com/simibubi/create/content/fluids/drain/ItemDrainRenderer.java
#	src/main/java/com/simibubi/create/content/kinetics/belt/BeltRenderer.java
#	src/main/java/com/simibubi/create/content/kinetics/mechanicalArm/ArmRenderer.java
#	src/main/java/com/simibubi/create/content/kinetics/waterwheel/WaterWheelRenderer.java
#	src/main/java/com/simibubi/create/content/trains/schedule/hat/TrainHatArmorLayer.java
#	src/main/resources/META-INF/mods.toml
#	src/main/resources/create.mixins.json
2024-09-03 12:44:26 -05:00
simibubi
ad3778e0c4 Moving on 2024-09-03 18:37:56 +02:00
simibubi
e3331d363d Merge remote-tracking branch 'origin/mc1.19/dev' into mc1.20.1/dev 2024-09-03 15:44:12 +02:00
simibubi
2e6d114cfd Merge branch 'mc1.18/dev' into mc1.19/dev 2024-09-03 15:42:39 +02:00
simibubi
11787d845f Update jij version range, Patch H 2024-09-03 15:39:36 +02:00
simibubi
b6856bda86
Update localization.yml 2024-09-03 10:02:03 +02:00
simibubi
8ec724d9df Merge remote-tracking branch 'origin/mc1.19/dev' into mc1.20.1/dev 2024-09-03 00:02:38 +02:00
simibubi
9ecfe6bd6f Merge branch 'mc1.18/dev' into mc1.19/dev 2024-09-03 00:00:51 +02:00
simibubi
1c12c47dd9
Merge pull request #6879 from Creators-of-Create/l10n_crowdin_translations
New Crowdin translations
2024-09-02 23:57:33 +02:00
simibubi
d4a854fb6e Disaster Depot
- Fixed bugs introduced by fa5b71b7eb
2024-09-02 23:55:51 +02:00
zelophed
2b480f7d5a fix create.ponder.redstone_link.text_4 2024-09-02 23:45:23 +02:00
Crowdin Bot
18d7a70862 New Crowdin translations by Github Action 2024-09-02 21:21:17 +00:00
simibubi
0a7070ec49 Datagen 2024-09-02 22:36:51 +02:00
simibubi
3fddf2f99a Merge remote-tracking branch 'origin/mc1.19/dev' into mc1.20.1/dev 2024-09-02 22:30:45 +02:00
simibubi
a01e959dbd Datagen 2024-09-02 22:08:19 +02:00
simibubi
b1ceb102f8 Merge branch 'mc1.18/dev' into mc1.19/dev 2024-09-02 22:00:32 +02:00
simibubi
9ce6f6f73f Fly++ 2024-09-02 21:44:24 +02:00
simibubi
fa5b71b7eb It takes a special kind of player
- Fixed Depot accepting item stacks with invalid amounts
- Fixed filter slots containing enchantment and attribute data of filter items
2024-09-02 21:20:17 +02:00
PepperCode1
c267a413d9 Fix #5367 2024-09-02 08:40:30 -07:00
PepperCode1
bbb9ac8c43 Use more Forge tags in recipes
- Fix #3959
- Fix #4648
2024-09-01 20:52:08 -07:00
PepperCode1
a06b9c11eb Fix #5703 2024-09-01 17:08:13 -07:00
PepperCode1
e6f969af15 Do not allow glass panes to be put into copycat panels 2024-09-01 15:36:28 -07:00
PepperCode1
849824189f Fix trapdoor, panel, bar, and pane item models
- Fix #5349
2024-09-01 14:54:09 -07:00
PepperCode1
088cc1a336 Prevent entries added through CopperRegistries from crashing the game
Most reported issues of this happening are actually caused by a
different issue during registration that is suppressed due to the crash.
Now that the crash can't happen, the underlying exception will be
properly reported. This change also allows using Create with the
Compressed mod, but if Compressed loads before Create, Create's
additions to the CopperRegistries will fail to apply.
2024-08-31 12:07:33 -07:00
simibubi
59a3ab244b Merge remote-tracking branch 'origin/mc1.19/dev' into mc1.20.1/dev 2024-08-25 20:29:49 +02:00
simibubi
0f0e00c781 Merge branch 'mc1.18/dev' into mc1.19/dev 2024-08-25 19:51:28 +02:00
simibubi
e40b844aa1 Ground-breaking Excavation
- Update and scale icons
- Fixed Display Boards updating instantly only at 256rpm Clockwise, not CCW
- Fixed Pulley ropes able to break unbreakable blocks
- Fixed encasing belts not playing a place sound
2024-08-25 12:47:09 +02:00
simibubi
9f6307c355
Merge pull request #6850 from IThundxr/mc1.18/fluid-fix
Extra check to make sure pipes don't place fluids they shouldn't
2024-08-25 11:11:39 +02:00
simibubi
7407887320
Merge pull request #6842 from IThundxr/mc1.18/icon-update
Update intellij icon
2024-08-25 11:09:25 +02:00
simibubi
5ac7e6fe77
Merge pull request #6836 from IThundxr/mc1.18/fix-deployer-blockitem-onuse
Fix deployers not calling BlockItem#onUse
2024-08-25 11:08:05 +02:00
simibubi
8f07663a93
Merge pull request #6822 from zOnlyKroks/bugfix/fix-graphicsmode-debug-information
Fix Graphics Mode Debug Information
2024-08-25 10:48:24 +02:00
simibubi
6d849bbd40
Merge pull request #6813 from cakeGit/patch-4-Ghost-Schematic
Fix to issue #6784, with schematic renderers not deactivating
2024-08-25 10:47:14 +02:00
simibubi
cda7402e1d
Merge pull request #6812 from cakeGit/patch-3-Deployer-Interactions
Deployer interactions -> Fix to issue #3382
2024-08-25 10:46:22 +02:00
simibubi
913a78cb0d
Merge pull request #6809 from IThundxr/patch-1
Allow for TrainHatInfoProvider to properly be extended
2024-08-25 10:41:11 +02:00
IThundxr
08f8d3b0f5
extra check to make sure pipes don't place fluids they shouldn't 2024-08-24 10:46:45 -04:00
IThundxr
dfdb197802
Update mod icon aswell 2024-08-22 09:39:58 -04:00
IThundxr
2b26cfa95a
Update intellij icon 2024-08-21 18:06:31 -04:00