Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.5.1 Patch F Port 1.20 #1182

Conversation

IThundxr
Copy link
Member

@IThundxr IThundxr commented Nov 4, 2023

No description provided.

laxadeR and others added 30 commits July 22, 2023 18:45
Add stripped logs for Environmental, Atmospheric, Infernal Expansion, Good Ending, and Biome Makeover
This class was renamed to AttachedRegistry during the 0.5.1 update.
- Perform minor mod initialization clean up
- Bump version to patch E
- Organize imports
…eate#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>
- Fix too many implementations of ProcessingRecipe#canSpecifyDuration
returning true
…d in the Create Mod (Creators-of-Create#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>
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
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
- add estonian and 	vietnamese
Use an invoker for Entity#setLevel() instead
- 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
- 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
- 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
- Fix some blocks incorrectly being not solid
- Slightly clean up creative mode tab item collection and related code
-Add Flow and Spill events to allow for easy custom fluid collision results
- add belarusian
- 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
Removes the lang postprocessor system and adds additional lang using a
standard ProviderType.LANG generator. This commit will be reverted if it
causes issues.
@IThundxr
Copy link
Member Author

Engine-Room/Flywheel#214 needs to be merged before this can properly be finished

IThundxr and others added 6 commits December 21, 2023 15:54
For some reason, the fake player API doesn't match the rest of Porting-Lib, meaning I had to fight painfully with the build process
@IThundxr IThundxr mentioned this pull request Jan 1, 2024
@ST-DDT ST-DDT mentioned this pull request Jan 2, 2024
@Giovanniricotta2002
Copy link

When will the pull request be validated?

@IThundxr
Copy link
Member Author

When will the pull request be validated?

As said multiple times, it needs the flywheel pr merged first, then needs to be tested & reviewed and then porting lib has to be bumped after the deployer crash is fixed then it can be merged & released so just be patient for now

@Giovanniricotta2002
Copy link

ok

@Giovanniricotta2002
Copy link

Giovanniricotta2002 commented Jan 18, 2024

I ask the question here (since for me it is in continuity) but for the AllRecipeTypes enum it is not passed under public class like for the fan processes

@IThundxr
Copy link
Member Author

I ask the question here (since for me it is in continuity) but for the AllRecipeTypes enum it is not passed under public class like for the fan processes

https://github.com/IThundxr-Modding/Create-Fabric/blob/mc1.20.1/fabric/dev/src/main/java/com/simibubi/create/AllRecipeTypes.java its already a public enum?

@Giovanniricotta2002
Copy link

I ask the question here (since for me it is in continuity) but for the AllRecipeTypes enum it is not passed under public class like for the fan processes

https://github.com/IThundxr-Modding/Create-Fabric/blob/mc1.20.1/fabric/dev/src/main/java/com/simibubi/create/AllRecipeTypes.java its already a public enum?

I didn't know you could extend an enum, sorry for the inconvenience

@unilock
Copy link

unilock commented Jan 28, 2024

Out of curiosity, why was IThundxr-Modding@75ffe5b reverted?
(Porting Lib's FakePlayer impl was replaced by Fabric API's, btw)

@IThundxr
Copy link
Member Author

Out of curiosity, why was IThundxr-Modding@75ffe5b reverted? (Porting Lib's FakePlayer impl was replaced by Fabric API's, btw)

it uh, made every obj model fail to load, contraptions fail to render and made items using obj models to stop rendering :ioa:

@TropheusJ TropheusJ merged commit 86cc5ca into Fabricators-of-Create:mc1.20.1/fabric/dev Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet