simibubi
127724b23f
Update BlockStressDefaults to use thread-safe maps
...
#6579 by ByThePowerOfScience
2024-07-16 13:25:04 +02:00
simibubi
08b5515068
Less drains More
...
- Partially filled water cauldrons can no longer be drained by fluid pipes #6506 #6505
- Fixed forge capabilities on modded cauldron blocks getting ignored (?)
2024-07-16 12:37:02 +02:00
simibubi
2446f8d195
Merge pull request #6542 from HDR/mc1.20.1/dev
...
Fix #6245 : Display links not writing to signs
2024-07-16 11:59:18 +02:00
attackeight
a5dc53ba5f
Goggle Tooltip code cleanup and ModernUI compat ( #6477 )
...
* Goggle Tooltip code cleanup and ModernUI compat
fixes Creators-of-Create#6404
* Calculate indents based on font
thanks @Tidy-Bear
* exactPositioning workaround
---------
Co-authored-by: zelophed <github@zelophed.me>
2024-07-15 17:14:56 +02:00
simibubi
3c9c668b56
Merge pull request #6592 from Layers-of-Railways/mc1.18/stabilized_contraption_fixes
...
Fix Stabilized contraption offset and incorrect rotation
2024-07-15 17:01:45 +02:00
simibubi
4b0c852e16
Merge pull request #6595 from IThundxr/mc1.18/less-glue-ticking
...
Remove unnecessary glue ticking
2024-07-15 16:53:50 +02:00
simibubi
9703417f1c
Funnels in motion revisited
...
- Fixed andesite funnels dropping full stacks when used in a moving contraption (PR #6602 by cshcrafter)
2024-07-15 16:50:17 +02:00
simibubi
9beda447ef
Merge pull request #6659 from VoidLeech/mc1.18/correct-alexmobs-recipe-name
...
Fix Alexmobs Lava Bottle Filling Recipe Name
2024-07-15 16:21:04 +02:00
simibubi
15f426d9c6
Tag me back
...
- Backtanks now keep track of item capability data in their placed block #6186
- Backtanks no longer ask for an unobtainable item when placed with a Schematicannon
2024-07-15 16:17:28 +02:00
littlej541
54f760feb1
Goggles function in any curio slot ( #6520 )
2024-07-15 15:14:48 +02:00
IThundxr
1722d4dda0
Total Ram info inside DebugInfo command ( #6507 )
...
* add total ram available info to DebugInfo command
* remove unused import
2024-07-15 15:07:52 +02:00
zelophed
398eb64880
Merge remote-tracking branch 'origin/mc1.18/dev' into mc1.18/dev
2024-07-15 14:45:36 +02:00
zelophed
d9198f678e
rework ThresholdSwitch compat
...
- adds better support for SophisticatedStorage and FunctionalStorage
2024-07-15 14:45:23 +02:00
simibubi
cbfbfb9e74
Merge pull request #6662 from VoidLeech/mc1.18/backtank-preserves-nbt
...
Make Backtank preserve NBT on placement.
2024-07-15 14:11:10 +02:00
simibubi
3f6efe5520
Merge pull request #6664 from NotSoEpic/mc1.18/dev
...
Encasing blocks plays a placing sound
2024-07-15 13:46:52 +02:00
simibubi
4953dbb181
Merge branch 'pr/6677' into mc1.18/dev
2024-07-15 13:36:30 +02:00
simibubi
4f6ab55858
Merge pull request #6674 from drouarb/mc1.18/dev
...
- Optimised item rendering on belts and depots
2024-07-15 13:11:03 +02:00
simibubi
4b3dcc32ab
Equals does not equal not equals
...
- Fix inverted fluid comparison from a recent PR
2024-07-15 12:58:38 +02:00
simibubi
7bd602a33f
The Dupe Chute
...
- Fixed a duplication bug involving belts and chutes #6210 #5781 #6686
2024-07-15 11:44:30 +02:00
drouarb
03973c4dc5
Culling item on belts
2024-07-11 00:00:27 +02:00
drouarb
9dfbe061de
Preserving BakedModel and switching to ItemRenderer.render instead of ItemRenderer.renderStatic for performance
2024-07-09 20:44:10 +02:00
IThundxr
4486b16917
fix schematic visual not disappearing after item dropped or unfocused in hotbar
2024-07-08 18:37:14 -04:00
NotSoEpic
ee41e0f04e
Encasing blocks plays a placing sound
2024-07-06 08:41:41 +08:00
VoidLeech
caf79d40ae
Revert "Preserve getOrCreateStack"
...
This reverts commit a6f5c51d6a
.
Would duplicate the enchants on the backtank
2024-07-05 02:29:33 +02:00
VoidLeech
a6f5c51d6a
Preserve getOrCreateStack
2024-07-05 01:08:44 +02:00
VoidLeech
d67f345146
remove unused imports
2024-07-05 00:57:11 +02:00
VoidLeech
f20dbd5cae
fix backtank nbt not saving
...
ForgeCaps don't save yet either though
2024-07-05 00:16:28 +02:00
VoidLeech
153423cc37
fix alexmobs compat recipe name
2024-07-04 01:30:34 +02:00
attackeight
67f77cf0b5
Change from item to tag for sturdy sheet production
...
(closes Creators-of-Create#6655)
2024-07-03 19:20:42 -04:00
TelepathicGrunt
75d337ba8c
Use safer fluidstack comparisons in FluidIngredient ( #6317 )
...
* Use safer fluidstack comparisons
* switched to getFluid check
2024-06-23 15:46:36 +02:00
IThundxr
d8eeaf1220
remove unnecessary glue ticking
2024-06-14 15:52:54 -04:00
techno-sam
f9c966d6a8
I'm totally stable
...
fixes Creators-of-Create/Create#3640 and Creators-of-Create/Create#6590
2024-06-12 15:49:08 -07:00
attackeight
7e512a37c7
Move curios tag and upgrade aquatic tree fertilizer recipes to datagen
2024-06-01 07:54:57 -04:00
HDR
f49bb7822b
Fix displayLink not being able to write to signs
2024-05-30 10:22:48 +02:00
attackeight
5ad844daf9
Fence Gates on Trains
...
fixes Creators-of-Create#6354
2024-05-12 08:17:53 -04:00
attackeight
cda65027b2
Fix Ore Crushing Inconsistency and add Gilded Blackstone Crushing
...
fixes Creators-of-Create#6440
2024-05-09 16:53:24 -04:00
attackeight
4e51df3f81
Guard against chunk protections
2024-05-09 16:21:11 -04:00
attackeight
6b8794b4f3
Change logic to make more sense
2024-05-07 07:01:23 -04:00
attackeight
f5c82022ce
Any Armor Repaired by a type of netherite is netherite now
...
fixes Creators-Of-Create#6422
2024-05-06 23:31:26 -04:00
IThundxr
229b9a88e8
Fix #6240
2024-05-06 17:59:24 -04:00
IThundxr
f899bfe0ab
Fix #6205
2024-05-06 17:58:27 -04:00
IThundxr
bd96592339
Honey & Chocolate, the perfect combo
...
Fix Honey buckets and Chocolate buckets not showing up in creative tabs
Port of this commit: 446f693ca7
2024-05-06 17:40:21 -04:00
IThundxr
62a16a4070
prefix method
2024-05-02 20:06:16 -04:00
IThundxr
0414692d82
redo injector, shouldn't break between versions now
2024-05-02 20:02:29 -04:00
IThundxr
600fdb674e
switch back to IHM
2024-05-01 09:11:07 -04:00
IThundxr
4f4b21c0a5
modify fix
2024-04-29 15:18:13 -04:00
IThundxr
ded18c4ee6
Fix concurrency issue in IdentityHashMap
2024-04-29 12:15:30 -04:00
VoidLeech
ab4c29bc40
Switch conditions in getRequiredHeldItem and getProcessedItem
2024-04-29 16:27:57 +02:00
attackeight
60c001696a
Add Ex Nihilo: Sequentia compat
2024-04-26 16:55:33 -04:00
VoidLeech
12bf210f55
Fix filters ignoring 'respect data' option
2024-04-24 16:25:36 +02:00
HateMe
64a36fd2ae
Added InItemGroup
...
Added the InItemGroup attribute filter back.
2024-04-19 17:26:54 +02:00
attackeight
971fae9c0e
Allow Ponder to be re-bound
2024-04-17 21:22:16 -04:00
attackeight
5b1b8f22b0
Respect Manual Only Recipes
...
The following recipes will now respect the "_manual_only" recipe suffix
- Sandpaper Polishing (Deploying)
- Item Application (Deploying)
- Smelting (Fan Blasting)
- Smoking (Fan Smoking)
- Blasting (Fan Blasting)
fixes Creators-Of-Create#5164
2024-04-17 19:15:47 -04:00
attackeight
79aea176f3
Ice and Fire Dragons Compat
...
- Silver Ingots
2024-04-15 22:15:31 -04:00
attackeight
dcfcf9e896
Merge remote-tracking branch 'origin/mc1.18/snowtoice' into mc1.18/snowtoice
...
# Conflicts:
# src/generated/resources/.cache/cache
# src/generated/resources/data/create/recipes/emptying/compat/alexsmobs/lava_bottle.json
2024-04-15 21:10:34 -04:00
attack8
4201a184a9
Add Ice Compacting Recipe and runData
2024-04-15 21:09:27 -04:00
attackeight
5277d5971d
Merge branch 'Creators-of-Create:mc1.18/dev' into mc1.18/mmc-1
2024-04-15 20:41:14 -04:00
IThundxr
b7bc7bc757
Allow big outlines in y axis
2024-04-06 19:39:41 -04:00
Star
d00517282a
Minor ClipboardCloneable outline renderer oversight
2024-04-04 22:25:20 -04:00
JensenJ
a9ec38d5e5
Merge branch 'Creators-of-Create:mc1.18/dev' into mc1.18/dev
2024-03-31 20:43:19 +01:00
IThundxr
d66170c8fe
fix: Schematicannon request wrong blocks ( #5830 )
...
* fix: schematics request tall grass block which is unobtainable (#5814 )
* fix: give large ferns the same treatment
* remove unused imports
* comments
* fix requirement for farmers delight rich soil
2024-03-22 14:45:41 +01:00
Jay Turner
efb3cf490d
Add null-safety check on usage of BlockEntity.loadStatic ( #6224 )
2024-03-22 14:38:56 +01:00
attackeight
6802a1316b
Respect 'eternal' modifier from Forbidden and Arcanus in Deployer Recipes ( #6231 )
...
- We Could be Immortal
- Fixes Creators-of-Create#6220
2024-03-22 14:35:10 +01:00
IThundxr
51db53c74f
Fix Copycat step placement helper ( #6267 )
2024-03-22 14:27:35 +01:00
IThundxr
41f957a94d
Fix changing bogey style not updating the block properly ( #6273 )
...
* Fix bogey block's placing the wrong block
* Clean the code up a bit
* Fix bitflag
2024-03-22 14:23:20 +01:00
IThundxr
7d3d4a1e7c
feat: Track Placement breaks flowers ( #5821 )
...
* feat: tracks break flowers during placement
* chore: cleanup import
2024-03-21 12:09:24 +01:00
KdotJPG
c92bbdda2d
Increase layered ore shape variation ( #6158 )
2024-03-21 12:01:31 +01:00
attack8
a15d7c5569
More Mod Compat 1
...
- Add Galosphere stone recipes like the Create stones
- Add Elementary Ores compat
- Add Infernal Expansion path pressing recipes
2024-03-19 20:13:45 -04:00
Jensen
9072693c0e
Versioned Inventories for funnel input
...
(cherry picked from commit c8357b2d6ee6215d5d35ec74dd20f71b829c1811)
2024-03-19 05:30:15 +00:00
attack8
612f9f5efa
Add Ice Compacting Recipe and runData
2024-03-18 16:16:08 -04:00
attackeight
f551107e6d
Move compat recipies to datagen ( #5095 )
...
* Separate config options for placing source blocks
placeFluidSourceBlocks ->
fluidFillingPlaceFluidSourceBlocks
pipesPlaceFluidSourceBlocks
* Add IC2 Metals compat
* Compat Datagen, pt 1
* Add IC2 Metals compat
* Compat Datagen, pt 1
* All Compat Recipes moved to datagen
* Add Oreganized and Galosphere compat
* Update HexCasting Compat
* Add The Vault Compat
* Add The Vault Compat
* Fix dupe bug added by last commit
* adding some wood missed previously
* add Nether's Exoticism Compat
* Update Mods.java
Remove duplicate enum entry
* Update CuttingRecipeGen.java
Reflect Mods.java update
* Update MillingRecipeGen.java
Reflect Mods.java changes
* Update PressingRecipeGen.java
Reflect Mods.java changes
* Update WashingRecipeGen.java
Reflect Mods.java changes
* Ok it's actually correct now
---------
Co-authored-by: NerdsOfAFeather <ftcteam18218@gmail.com>
2024-03-17 00:40:05 +01:00
zelophed
92975231d7
fix sugarcane acting as logs with mechanical saws
...
- prevent trees adjacent to sugar cane or similar blocks from being cut by the mechanical saw unintentionally
2024-03-17 00:22:01 +01:00
IThundxr
c4098b31b2
feat: Allow changing the goggle overlay tooltip icon ( #5900 )
...
* feat: allow changing the goggle overlay tooltip icon
* change method name
2024-03-16 19:31:05 +01:00
IThundxr
8ffc4ef96a
Fix deployer anti agro not working, and switch away from deprecated event ( #6072 )
...
* Fix agro, switch to non deprecated event as well
* spaces -> tabs
2024-03-16 19:18:07 +01:00
attackeight
866b619767
Add Unique Vertical Gearbox Crafting Recipe ( #6171 )
2024-03-16 19:13:55 +01:00
IThundxr
d9d4967100
Big Outlines API ( #6187 )
...
* Big Outlines API
* some more javadoc
* Has -> Have
2024-03-16 19:07:14 +01:00
IThundxr
298d1c1814
Fix #5998 , Configs with the same key
2024-03-16 19:04:25 +01:00
IThundxr
2a5935db61
Make roller account for custom tracks
2024-03-16 18:56:18 +01:00
zelophed
04d1a53846
Support custom tooltip component heights in goggle overlay
2024-03-16 17:48:34 +01:00
Starlotte
b25b88c772
Add & implement spout & clipboard sfx ( #5916 )
...
* Add & implement spout sfx
* Add Clipboard Sounds
* Implement Clipboard Sounds
* Fix formatting for new sounds
---------
Co-authored-by: Starlotte <65743811+Starlotte@users.noreply.github.com>
2024-03-16 17:38:04 +01:00
cakeGit
3eece900aa
Merge branch 'Creators-of-Create:mc1.18/dev' into patch-2
2024-03-16 16:37:37 +00:00
IThundxr
5adb835502
Fix chromatic compound not working under y0 ( #6227 )
...
* Fix chromatic compound not working under y 0
* Switch away from constant
2024-03-16 09:27:18 -07:00
Max Mielke
bb7e835a8d
Merge pull request #5826 from IThundxr/mc1.18/fixSignalNPE
...
fix: Signal Group NPE
2024-03-16 17:20:44 +01:00
Max Mielke
cbaab918ae
Merge pull request #5772 from IThundxr/mc1.18/track-advancement-fix
...
feat: Make "A New Gauge" Advancement check for AllItemTags#TRACKS
2024-03-16 17:05:50 +01:00
IThundxr
7800328bbd
remove unused imports
2024-03-05 15:33:45 -05:00
GizmoTheMoonPig
3c9cc6cd1d
oops
2024-02-28 17:24:38 -07:00
GizmoTheMoonPig
1a4e71cb0d
move conductor hat information to resource packs
2024-02-28 17:20:35 -07:00
jodi / jodlodi
adcfefba37
Forgot about twilight forest's mangrove roots
2024-02-21 17:35:19 +01:00
drwoops
757f4e2699
restore the invariant that draining is the inverse of filling
2024-02-19 10:37:56 +01:00
jodi / jodlodi
b3db759b0c
Implemented roots block tag for tree cutting
...
With added optional tag entries for Twilight Forest's root blocks
2024-02-12 16:57:46 +01:00
cakeGit
378e970005
Added station blockstate check
2024-02-07 20:12:41 +00:00
cakeGit
ffd605f8ac
Added missing whitespace
2024-02-03 12:56:37 +00:00
IThundxr
d62774ff65
Fix #4880
2024-02-02 19:23:36 -05:00
Blazified
d9b40a0397
Fixed Potato Cannon Shooter Credit
...
Projectile and shooter were the wrong way round in the damage method. This resulted in some enchantments not taking effect, no EXP, and no contribution to killed stats.
2023-12-14 08:48:33 +00:00
VoidLeech
aa479c56fe
Make automated brewing of modded potions use the same fluid amount as vanilla recipes
2023-12-12 20:01:47 +01:00
VoidLeech
c707fbd448
Fix modded potion recipes using uncraftable potion in automated brewing
2023-12-12 19:53:57 +01:00
IThundxr
ff4eb581fc
Merge branch 'Creators-of-Create:mc1.18/dev' into mc1.18/fixSignalNPE
2023-11-30 09:24:52 -05:00
IThundxr
fbc62d4ba2
fix: signal group NPE
2023-11-30 09:22:58 -05:00
IThundxr
a6079ff9af
feat: Make "A New Gauge" Advancement check for AllItemTags#TRACKS
2023-11-19 14:44:35 -05:00
homok43
37b58a82f4
Fixed memory leak
2023-11-04 17:12:50 +01:00
simibubi
a41053b896
Merge remote-tracking branch 'origin/mc1.19/dev' into mc1.20.1/dev
2023-11-02 15:35:37 +01:00
simibubi
26fc820c69
Merge branch 'mc1.18/dev' into mc1.19/dev
2023-11-02 15:35:09 +01:00
simibubi
2201d87da7
Asset patches
...
- Fixed uvs on stress- and speedometers' block models
- Toolbox hotbar slot overlay now uses the revised brass palette from 0.5.1
2023-11-02 15:30:32 +01:00
simibubi
1e666e400d
Merge remote-tracking branch 'origin/mc1.19/dev' into mc1.20.1/dev
2023-11-02 12:20:29 +01:00
simibubi
aef8947e35
Merge branch 'mc1.18/dev' into mc1.19/dev
2023-11-02 11:55:11 +01:00
simibubi
fff2512a67
Bump version
2023-11-02 11:48:09 +01:00
simibubi
8e323d03c9
1.19 datagen
2023-11-02 11:41:34 +01:00
simibubi
6e19661bf9
Port Changes
2023-11-02 11:32:38 +01:00
simibubi
04406690ca
Merge branch 'mc1.18/dev' into mc1.19/dev
2023-11-02 11:32:20 +01:00
Crowdin Bot
6e5aced6b8
New Crowdin translations by Github Action
2023-11-02 10:00:49 +00:00
simibubi
962f03c1c5
Sisyphus's broken printer
...
- Fixed Schematics failing to load when containing items with sensitive nbt #5680
- Fixed Turntable handler causing a crash during world shutdown #5696
- Cached outputs of BeltHelper.isItemUpright()
2023-11-02 10:57:00 +01:00
simibubi
eea8bb2607
Filter code caused global warming
...
- Contents of a filter are no longer deserialised from item nbt each time a stack is tested
- FilteringBehaviour.getFilter() no longer creates a copy of the item
- MovementContext for contraption actors now have a shortcut to a cached filter from their corresponding BlockEntity
2023-11-02 00:08:34 +01:00
simibubi
d6708cef3b
Collide on sight
...
- Trains check their distance before running full collision tests
- Trains can no longer collide when on separate track networks
- Micro-optimised some streams and map value iterators
2023-11-01 20:22:29 +01:00
simibubi
77ba1e8bf6
Merge pull request #5681 from TimovVeen/mc1.18/pathfinding
...
Train navigation optimization
2023-11-01 14:17:51 +01:00
Timo van Veen
3c3ce93fa1
final cleanup
2023-11-01 13:56:53 +01:00
simibubi
bc340c7d3e
Implement #5666 on main branch
2023-11-01 12:56:14 +01:00
Timo van Veen
30a90a6203
Fix crash on invalid schedule regex (e.g. "station \\E1\\Q")
2023-10-30 19:50:58 +01:00
Timo van Veen
aff05bf84a
cleanup
2023-10-30 18:38:29 +01:00
Timo van Veen
2565fa7605
Fix #4756
2023-10-30 14:14:11 +01:00
Timo van Veen
d6781acbf6
Multiple stations 1 call
2023-10-30 04:01:07 +01:00
Timo van Veen
321056bdd0
Fix penalties not applying on station edge
2023-10-29 12:23:05 +01:00
PepperCode1
2cf7d171df
Vertical threshold switch redstone fix
...
- Fix vertical threshold switches outputting redstone signal from wrong
sides
2023-10-28 19:44:24 -07:00
PepperCode1
8bf42ffa6f
Fixes and tweaks
...
- Add #create:blaze_burner_capturable entity type tag
- Make it so blocks that do not implement IWrenchable and that are
tagged can only be picked up with a wrench while sneaking
- Fix AnalogLeverInstance not rendering indicator on 1.18 and 1.19 and
rendering indicator at wrong place in 1.20
- Change AirCurrent entity distance calculation to fix issues with some
items not being processed
- Simplify AirCurrent max VoxelShape depth calculation by using min and
max instead of raycasting
- Fix pipe cobblestone generation
- Fix vertical smart observers outputting redstone signal from wrong
sides
- Fix smart observer using wrong bottom texture
2023-10-28 13:58:40 -07:00
Timo van Veen
740ec9092f
Use octile distance instead of euclidean
2023-10-28 17:10:25 +02:00
Timo van Veen
1b2f3b1a8d
Remove unused lines
2023-10-27 00:42:42 +02:00
Timo van Veen
0014ea6ac6
Cache position in search method
2023-10-27 00:17:12 +02:00
Timo van Veen
aa03346fa5
Remove comments
2023-10-27 00:11:38 +02:00
Timo van Veen
2597812645
Keep old FrontierEntry constructor
2023-10-26 23:53:49 +02:00
Timo van Veen
b0d1a9e3bb
cleanup
2023-10-26 01:30:58 +02:00
Timo van Veen
bb11cd7b59
Fix distance estimator
2023-10-26 01:21:48 +02:00
Timo van Veen
29358d2dee
A* priority heuristic
2023-10-25 21:07:42 +02:00
Timo van Veen
57fbe3cb48
Optimize navigation refresh
2023-10-24 22:04:29 +02:00
Timo van Veen
67ebc8a2c6
Rewrite to remove unneeded pathfind call
2023-10-24 19:12:15 +02:00
simibubi
26c9af50a7
Merge pull request #5656 from SFort/FixShiftConflict
...
Use appropriate method for sneaky players
2023-10-22 12:27:40 +02:00
simibubi
99dff66345
Netherite Diving PR Tweaks
2023-10-22 12:17:14 +02:00
simibubi
0d6d4b7ee5
Merge pull request #5606 from Robocraft999/patch-1
...
generalized getFogDensity and checking for armor in NetheriteDivingHandler
2023-10-22 12:11:59 +02:00
simibubi
8672231703
Debuginfo Tweaks
2023-10-22 11:34:43 +02:00
TropheusJ
7eea02854e
Add create debuginfo command ( #5531 )
2023-10-22 11:03:28 +02:00
SFort
a5ce9abbe9
Use appropriate method for sneaky players
2023-10-20 18:55:14 +02:00
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
TropheusJ
486b2f6cca
rename to doRender
2023-09-27 14:08:34 -04:00
simibubi
6ef310a5c2
Mixin't
...
- Fixed crash on startup when Optifine is installed
2023-09-22 15:13:43 +02:00
simibubi
ebff770bb0
Merge remote-tracking branch 'origin/mc1.19/dev' into mc1.20.1/dev
2023-09-21 20:47:50 +02:00
simibubi
32e50c9c35
Merge remote-tracking branch 'origin/mc1.19/dev' into mc1.20.1/dev
2023-09-21 20:46:41 +02:00
simibubi
da9f15cbdf
Merge branch 'mc1.18/dev' into mc1.19/dev
2023-09-21 20:44:40 +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
simibubi
52efa49914
Heavens, no!
...
- Hotfix track placement not working when aether is not installed
2023-09-21 20:31:10 +02:00
PepperCode1
e81b0d8685
Actually remove attachToRegistrateProvider
...
Addons do not need it because it only attached Create's LangMerger and
not an arbitrary LangMerger.
2023-09-21 10:08:21 -07:00
PepperCode1
992373236e
Restore LangMerger#attachToRegistrateProvider
2023-09-21 09:29:40 -07:00
PepperCode1
f8bd8d641d
Merge branch 'mc1.19/dev' into mc1.20.1/dev
2023-09-21 09:24:30 -07:00
PepperCode1
8be9b2dd0c
Update even more javadoc
2023-09-21 09:23:20 -07:00
PepperCode1
61cb5cc112
Merge branch 'mc1.18/dev' into mc1.19/dev
2023-09-21 09:22:09 -07:00
PepperCode1
5d4961a615
Update more javadoc
2023-09-21 09:18:08 -07:00
simibubi
3e2aa3bd65
Merge remote-tracking branch 'origin/mc1.19/dev' into mc1.20.1/dev
2023-09-21 18:09:24 +02:00
simibubi
26510accdb
Deprecate LangEntry
2023-09-21 18:06:40 +02:00
simibubi
2d0bf81906
Merge branch 'mc1.18/dev' into mc1.19/dev
2023-09-21 18:05:13 +02: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
ef1851e1fb
Port fixups II
2023-09-20 20:44:51 +02:00
simibubi
eb1377baaa
Port fixups
2023-09-20 19:58:11 +02:00
simibubi
f181799185
Merge remote-tracking branch 'origin/mc1.19/dev' into mc1.20.1/dev
2023-09-20 19:23:56 +02:00
simibubi
7e7cc05121
Port fixups
2023-09-20 18:47:28 +02:00
simibubi
cfff4e42a0
Merge branch 'mc1.18/dev' into mc1.19/dev
2023-09-20 18:20:04 +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
1439a52a37
3D
...
- Trains can now travel through Aether Portals
2023-09-20 14:34:01 +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
6ea0776854
Fourth state of matter
...
- Fix some blocks incorrectly being not solid
- Slightly clean up creative mode tab item collection and related code
2023-09-09 10:11:05 -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
9a70cfff41
Refactor damage types
...
- Replace DamageTypeData with DamageTypeBuilder and CreateDamageSources;
make DamageType- and DamageSource-related code more like vanilla
- Fix generated DamageType tags assigning all entries as optional
- Combine DamageTypeDataProvider and WorldgenDataProvider into
GeneratedEntriesProvider
2023-08-25 18:59:05 -07:00
PepperCode1
7021a17226
Remove Entity#level AT
...
Use an invoker for Entity#setLevel() instead
2023-08-25 16:15:12 -07:00
PepperCode1
78cf451f6d
Merge branch 'mc1.19/dev' into mc1.20.1/dev
...
Conflicts:
gradle.properties
src/main/java/com/simibubi/create/Create.java
src/main/java/com/simibubi/create/content/kinetics/fan/FanProcessing.java
src/main/java/com/simibubi/create/content/trains/bogey/BogeyRenderer.java
src/main/java/com/simibubi/create/foundation/mixin/client/FixNormalScalingMixin.java
src/main/java/com/simibubi/create/infrastructure/gametest/tests/TestItems.java
2023-08-24 22:28:32 -07:00
PepperCode1
3bafe6fe40
Merge branch 'mc1.18/dev' into mc1.19/dev
...
Conflicts:
gradle.properties
src/generated/resources/.cache/cache
src/main/java/com/simibubi/create/Create.java
src/main/java/com/simibubi/create/compat/storageDrawers/StorageDrawers.java
src/main/java/com/simibubi/create/content/decoration/copycat/CopycatBarsModel.java
src/main/java/com/simibubi/create/content/decoration/copycat/CopycatModel.java
src/main/java/com/simibubi/create/content/equipment/armor/DivingHelmetItem.java
src/main/java/com/simibubi/create/content/equipment/armor/RemainingAirOverlay.java
src/main/java/com/simibubi/create/content/kinetics/fan/AirFlowParticle.java
2023-08-24 18:44:37 -07:00
attackeight
282181cb9c
Fix Various Bugs relating to Cherry and Bamboo wood not being included in the Create Mod ( #5099 )
...
* Fixed Cherry wood not being encase-able
* Fixed Bamboo wood not being encase-able
* Fixed Cherry and Bamboo Wood Not Having Cutting Recipes
* Move bamboo block to log and fix recipe
* Finalize changes
- Add recipe to cut bamboo planks into bamboo mosaic
---------
Co-authored-by: PepperCode1 <44146161+PepperCode1@users.noreply.github.com>
2023-08-23 16:40:40 -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
PepperCode1
dc2b7c599d
Remove incorrectly merged CreateRegistry
...
This class was renamed to AttachedRegistry during the 0.5.1 update.
2023-08-06 20:22:11 -06:00
simibubi
104985d9ed
Server-friendly Item Groups
2023-08-05 23:56:31 +02:00
Oier Bravo Urtasun
be66f2b77a
Lang merger generic rollback ( #5270 )
2023-08-04 07:43:33 -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