simibubi
a854d013e9
Merge branch 'mc1.18/dev' into mc1.19/dev
2023-01-15 13:21:07 +01:00
Crowdin Bot
d84f194a37
New Crowdin translations by Github Action
2022-12-17 14:15:38 +00:00
Zelophed
0c11dcd76c
Update and rename Localization Readme.txt to Localization Readme.md
2022-12-16 15:59:49 +01:00
simibubi
6854f14bf5
Merge branch 'mc1.18/dev' into mc1.19/dev
2022-12-13 12:10:04 +01:00
Loupau38
7dec49768f
Updates to fr_fr.json by Loupau38 ( #4110 )
2022-12-12 12:39:59 +01:00
PepperCode1
d8ec424fa0
Post-PR changes
...
- Rename ILangParial to LangPartial
- Simplify LangPartial and remove default LangMerger constructor
- Create CustomArmPoseItem and de-hardcode PotatoCannonItem and
ZapperItem
- Fix mixin order
- Update Flywheel
2022-12-11 15:23:15 -08:00
luffypirat
ed7308ef56
Update ru_ru.json
...
bruh
2022-12-08 13:28:41 +03:00
simibubi
406d480d5e
Merge pull request #4103 from luffypirat/patch-9
...
Update ru_ru.json
2022-12-08 11:13:46 +01:00
Loupau38
2669c6afcb
Updates to fr_fr.json by Loupau38 ( #4035 )
2022-12-08 11:08:50 +01:00
luffypirat
a58962c47a
Update ru_ru.json
...
hotfix
2022-12-07 23:05:53 +03:00
simibubi
8e64f387bc
Merge pull request #4036 from jacquerol/mc1.18/dev
...
Add 3rd person crossbow holding animation to potato cannon and zapper
2022-12-07 18:18:24 +01:00
CKenJa
3e1bd3dd62
Updates to ja_jp.json by CKenJa ( #4033 )
2022-12-07 17:36:06 +01:00
qkrehf2
9a85590e8d
Updates to ko_kr.json by qkrehf2 & zlfn ( #3995 )
2022-12-07 17:06:10 +01:00
435THz
112af6ae3a
Updates to it_it.json by 435THz ( #3882 )
2022-12-07 16:43:20 +01:00
Andre_601
f4b58cdd00
Updates to de_de.json by Andre601 ( #3866 )
2022-12-07 16:40:48 +01:00
Pat
da2d3c1a58
Added es_mx.json by IDPatl ( #3864 )
2022-12-07 16:39:02 +01:00
luffypirat
305716b295
Updates to ru_ru.json by luffypirat ( #3848 )
2022-12-07 16:25:28 +01:00
Berkay Kaplan
ac16da6c3d
Updates to nl_nl.json by BerryHeyy ( #3845 )
2022-12-07 16:23:36 +01:00
StarskyXIII
521f395820
Updates to zh_tw.json by StarskyXIII ( #3841 )
2022-12-07 16:22:35 +01:00
Christian L.W
b23736c72c
Added da_dk.json by ChristianLW ( #3763 )
2022-12-07 16:16:34 +01:00
PepperCode1
f12701ccc4
Merge branch 'mc1.18/dev' into mc1.19/dev
...
Conflicts:
build.gradle
gradle.properties
src/generated/resources/.cache/cache
src/generated/resources/data/create/tags/blocks/fan_transparent.json
src/generated/resources/data/create/tags/blocks/tree_attachments.json
src/generated/resources/data/create/tags/blocks/windowable.json
src/generated/resources/data/forge/tags/items/beacon_payment.json
src/main/java/com/simibubi/create/AllFluids.java
src/main/java/com/simibubi/create/AllTags.java
src/main/java/com/simibubi/create/Create.java
src/main/java/com/simibubi/create/content/contraptions/processing/BasinRecipe.java
src/main/java/com/simibubi/create/foundation/advancement/AllAdvancements.java
src/main/java/com/simibubi/create/foundation/block/render/DestroyProgressRenderingHandler.java
src/main/java/com/simibubi/create/foundation/data/CreateRegistrate.java
src/main/java/com/simibubi/create/foundation/mixin/DestroyProgressMixin.java
src/main/java/com/simibubi/create/foundation/render/SuperByteBuffer.java
src/main/resources/META-INF/mods.toml
src/main/resources/create.mixins.json
2022-11-22 20:25:55 -08:00
PepperCode1
5b038d419c
Instanced steam engines
...
- Add SteamEngineInstance
- Delete contraption models on contraption invalidate
- Do not use enum subclasses in BottomlessFluidMode
- Fix ContraptionDriverInteractMixin being added twice
- Update Flywheel
2022-11-22 14:35:37 -08:00
jacquerol
24c13dab89
Added PlayerEntityRendererMixin
...
- Added crossbow animation to potato cannon and zapper
- Updated potato cannon model to fit animation
2022-11-21 00:37:36 -03:00
PepperCode1
131c9a5479
Hard-working Registrate
...
- Deprecate CreateRegistrate#lazy, add CreateRegistrate#create, and call
registerEventListeners manually
- Remove Create#registrate and use Create.REGISTRATE instead
- Move tag datagen code and methods to TagGen
- Pass event busses directly to Curios#init
- Update logging to use SLF4J
- Update Flywheel to 0.6.8-95
- Increment version to 0.5.0.g
2022-11-17 13:50:15 -08:00
PepperCode1
cf87508276
Refactor multi-pos block destruction
...
- Replace DestroyProgressMixin with BlockDestructionProgressMixin and
LevelRendererMixin
- Replace DestroyProgressRenderingHandler with
MultiPosDestructionHandler
2022-11-09 16:52:22 -08:00
PepperCode1
b77388a8e4
Refactor map station marker mixins
...
- Map update packet now sends station indices instead of guessing that
certain decorations are stations
- Do not use MapDecoration.Type.MANSION for stations to allow map
extending
- Create CustomRenderedMapDecoration
- Change how custom MapDecorations are rendered
- Fix some code in MapItemSavedDataMixin
2022-11-09 15:01:10 -08:00
PepperCode1
80ae80b39b
Mixing up the mud
...
- Add mixing recipe for mud
- Add BlockTagIngredient
- Update Flywheel
- Bump version
2022-09-28 22:16:18 -07:00
PepperCode1
97906cb4cc
Fix Flywheel JiJ version range
2022-09-25 12:34:18 -07:00
PepperCode1
92d05e7498
Merge branch 'mc1.18/dev' into mc1.19/dev
...
Conflicts:
src/generated/resources/.cache/cache
src/generated/resources/assets/create/lang/unfinished/ru_ru.json
src/generated/resources/assets/create/lang/unfinished/zh_cn.json
2022-09-25 12:26:52 -07:00
luffypirat
94578adad5
Updates to ru_ru.json by luffypirat ( #3817 )
2022-09-25 20:48:28 +02:00
璀境石
916638997d
Updates to zh_cn.json by Demonese ( #3814 )
2022-09-25 20:47:52 +02:00
simibubi
2d31364eef
Merge branch 'mc1.18/dev' into mc1.19/dev
2022-09-23 20:54:40 +02:00
simibubi
4d4a959cfa
Mixing up a Storm
...
- Reduced tps impact of basin recipe lookups noticeable in larger modpacks
- Fixed Brass tunnels distributing back into the side items get inserted from
- Fixed Brass tunnels distributing into sides blocked by an inserting funnel
- Cargo Conditions in schedules now match any cargo if no filter is specified
2022-09-23 18:40:15 +02:00
PepperCode1
09124ea92b
Add config for automated brewing
...
- Add allowBrewingInMixer config
- Add 0.5.0e to the bug report template
- Allow Flywheel 0.6.6
2022-09-22 12:09:23 -07:00
simibubi
d6ca0343b8
PR Datagen
...
- Hand cranks, valve handles and smart pipes can now be waterlogged
- Version bumped
2022-09-22 20:10:42 +02:00
Andre_601
143b26cab7
Updates to de_de.json by Andre601 ( #3777 )
2022-09-22 18:43:44 +02:00
435THz
6338d28feb
Updates to it_it.json by 435THz ( #3775 )
2022-09-22 18:31:49 +02:00
simibubi
01a788b4f7
Update pl_pl.json
2022-09-22 18:26:15 +02:00
simibubi
a9faf4796f
Merge pull request #3739 from MarioSMB/mc1.18/dev
...
Add some compatibility recipes for Oh The Biomes You'll Go and Farmer's Delight
2022-09-22 18:21:37 +02:00
luffypirat
46e48b77a4
Updates to ru_ru.json by luffypirat ( #3648 )
2022-09-22 18:17:01 +02:00
simibubi
34c9ae4a47
Merge branch 'mc1.18/dev' into mc1.19/dev
2022-09-17 21:49:56 +02:00
simibubi
aeee9f8793
Merge branch 'mc1.18/dev' of https://github.com/Creators-of-Create/Create into mc1.18/dev
2022-09-10 14:04:14 +02:00
simibubi
b5fce16f0b
Oops, no applied
...
- Update ae2 compat recipes
2022-09-10 14:01:28 +02:00
PepperCode1
dfe13d4ad7
One mechanical arm's trash is another mechanical arm's treasure
...
- Fix arms not being able to place more than one item into a composter
- Add COMPOSTABLE item attribute
- Tweak BLASTABLE attribute's descriptions
2022-09-07 18:34:43 -07:00
Mario
961d218fc2
Add a crushing recipe for BYG ametrine ore
2022-09-03 13:27:53 +10:00
Mario
f82ae785ef
Add a compatibility recipe for haunting Farmer's Delight tomatoes
2022-09-03 12:53:07 +10:00
Mario
2adad077a9
Add some compatibility recipes for Oh The Biomes You'll Go
2022-09-03 12:43:14 +10:00
PepperCode1
f7280b799c
1.19.2 and improvements
...
- Update to 1.19.2
- SuperByteBuffer no longer accepts a null RenderedBuffer
- Add datagen code for BiomeModifiers
- Switch back to Parchment mappings
2022-08-13 23:42:34 -07:00
PepperCode1
69b4973cac
Merge branch 'mc1.18/dev' into mc1.19/dev
...
Conflicts:
gradle.properties
src/main/java/com/simibubi/create/content/contraptions/fluids/PumpBlock.java
2022-08-13 21:10:01 -07:00
simibubi
65073e84bd
Patch D
2022-08-13 23:19:44 +02:00