shartte
d906940b95
Fix Output-Flag for Emptied Fluid in JEI
...
The category for EmptyingRecipe in JEI marks the fluid slot as an input slot, confusing JEI recipe transfer handlers (like AE2).
2022-01-09 01:32:07 +01:00
simibubi
6dceee2478
Adjustments
2022-01-08 15:34:03 +01:00
simibubi
8a99a08d7c
Merge branch 'mc1.18/dev' into pr/2503
2022-01-08 14:33:33 +01:00
simibubi
41f36d5176
Post-PR datagen
2022-01-08 14:17:00 +01:00
qkrehf2
535ef6a9a8
Updates to ko_kr.json by qkrehf2 ( #2488 )
2022-01-08 14:05:53 +01:00
璀境石
8cc5db44c5
Updates to zh_cn.json by Demonese ( #2450 )
2022-01-08 14:04:36 +01:00
CKenJa
a502750a18
Updates to ja_jp.json by CKenJa ( #2423 )
2022-01-08 14:03:13 +01:00
vyhi
77eef2ab7c
Updates to pt_br.json by vyhi ( #2420 )
2022-01-08 14:02:08 +01:00
simibubi
6d7ad08518
Update Localization Readme.txt
2022-01-08 13:57:21 +01:00
simibubi
96c5480dee
Merge pull request #2499 from git-async/mc1.18/dev
...
- Fixed Stockpile Switch prioritizing item inventories over fluid inventories
2022-01-08 13:52:59 +01:00
simibubi
b75c844adb
Merge pull request #2529 from mrh0/furnaceEngineChanges
...
- Addons are now able to register non-furnace blocks as valid sources of a furnace engines' power
2022-01-08 13:45:14 +01:00
Jozufozu
e6914b1a6f
Fix crash rendering biome-tinted blocks on contraptions
...
- Biome colors now line up with the world
2022-01-07 14:22:31 -08:00
Jozufozu
0ff67382ee
Fix visual artifacts with contraptions while using opfine.
...
- Fix darkening of tile entities while using shaders
I think the buffers from the shadow pass were bleeding into the color pass.
2022-01-06 13:05:29 -08:00
Jozufozu
2cdbdfa218
Towards client-only flywheel
...
- Fix nullpointer with belt lighter
- Remove references to GridAlignedBB and ImmutableBox in Contraption
2022-01-05 11:12:26 -08:00
Jozufozu
5910ad5a03
Move Belt LightListener to inner class
2022-01-04 14:22:58 -08:00
Jozufozu
5f81b31fe4
More Instancers
2022-01-04 14:11:11 -08:00
PepperCode1
c8ba7b88cc
Update to Flywheel 0.5.1
2022-01-03 23:52:36 -08:00
PepperCode1
cf3dac6ad0
Prevent loading connected textures on server
...
- Wrap ConnectedTextureBehaviour and AllSpriteShifts instances in
Suppliers where necessary
- Use client connection's instead of level's RecipeManager when finding
recipes for JEI
- Add missing override annotations in SymmetryEffectPacket
- Organize imports
2022-01-03 15:23:42 -08:00
MRH0
67d2d12c9b
Update FurnaceEngineModifiers.java
2021-12-31 17:32:14 +01:00
MRH0
2f35b76f1a
Update FurnaceEngineModifiers.java
2021-12-31 16:34:48 +01:00
MRH0
6107b939a5
cleanup
2021-12-31 16:29:22 +01:00
MRH0
8145014847
Disconnecting the Furnace Engine from AbstractFurnaceBlock
...
Adds the abillity to register any block as a power source to the furnace engine. This will allow for more flexability and remove the need to implement AbstractFurnaceBlock and AbstractFurnaceBlockEntity.
2021-12-31 03:17:56 +01:00
Jozufozu
1bae455045
Merge pull request #2525 from The-Vowels/mc1.18/dev
...
Fix a gantry carriage crash with Starlight 🙃
2021-12-30 14:08:30 -08:00
Aeiou
345b83ee90
Improve comment clarity on height-related methods in ContraptionWorld and WrappedWorld
2021-12-30 15:32:55 -05:00
Aeiou
a12708b336
big brain fix c:
2021-12-30 13:51:48 -05:00
Jozufozu
77efe8750b
Add 0.4.0b to bug report yml
2021-12-29 18:49:19 -08:00
simibubi
3deb23303d
Moss, Paper, Scissors
...
- Dripstone and Lush Caves can now replace exposed create stone types with their own generated blocks
2021-12-28 13:48:30 +01:00
simibubi
8e4dcb958d
Stonehedge
...
- Fixed Harvesters hard-colliding with leaves when used with pistons, pulleys or a gantry carriage
- Fixed kinetic tiles not marking chunks for saving when speed or stress changes
- Dedicated Servers no longer create a resourcepack folder
2021-12-28 13:04:22 +01:00
Jozufozu
ffeecfdce0
Go through GlVertexArray
...
- VAO state is now handled by GlVertexArray objects
- IndexedModel no longer inherits from VBOModel
- BufferedModel doesn't need #clearState
- Likely fixes crash on intel drivers
2021-12-27 19:16:06 -08:00
Jozufozu
150158d7be
Merge branch 'The-Vowels/mc1.18/dev' into mc1.18/dev
...
# Conflicts:
# src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/render/ContraptionRenderDispatcher.java
# src/main/java/com/simibubi/create/foundation/utility/worldWrappers/PlacementSimulationWorld.java
# src/main/java/com/simibubi/create/foundation/utility/worldWrappers/chunk/WrappedChunk.java
2021-12-26 15:43:55 -08:00
Jozufozu
d98a07736c
No more diffuse divide
...
- Move PlacementSimulationWorld to Flywheel as VirtualRenderWorld
- Simplify ModelTransformer
- Model doesn't need #configure
- Bump Flywheel build
2021-12-25 15:56:15 -08:00
Aeiou
658f5125e0
Merge remote-tracking branch 'upstream/mc1.18/dev' into mc1.18/dev
...
# Conflicts:
# src/main/java/com/simibubi/create/foundation/utility/worldWrappers/PlacementSimulationWorld.java
2021-12-24 21:41:27 -05:00
Jozufozu
714b926ee3
Bump Flywheel build - 0.5.0.28
2021-12-24 16:35:53 -08:00
lcy0x1
4f7e4fb870
Merge branch 'Creators-of-Create:mc1.18/dev' into mc1.18/dev
2021-12-24 13:22:03 -08:00
Jozufozu
896a89852e
Merge branch 'mc1.18/dev' into mc1.18/flwbatching
2021-12-23 23:23:12 -08:00
Jozufozu
0a4311b51e
Contraptions and engines
...
- Sort of get the batching engine working for contraptions but this feels wrong
- TaskEngine gets passed in methods
- Better naming for TaskEngines
- Do BufferSource ourselves
- Change BufferBuilderMixin to allow for injection into BufferBuilder objects
2021-12-23 23:22:53 -08:00
Jozufozu
ac3c9aa3bb
Switch back to parchment, update forge
2021-12-23 23:09:51 -08:00
lcy0x1
6327aad3f6
add netherrack farming machine (harsh recipe)
2021-12-23 21:15:08 -05:00
git-async
2d095995e4
Fix Stockpile Switch prioritizing item inventories
2021-12-23 17:38:02 -05:00
lcy0x1
edd5bafee4
add soul smoking and some simple recipe
2021-12-23 15:37:03 -05:00
Jozufozu
3cb84a5db5
Merge branch 'mc1.18/flwbatching' into mc1.18/dev
2021-12-22 22:06:07 -08:00
Jozufozu
748c25b3ec
Better config/backend to account for multiple engines
...
- Rename probably too many things
- Needs to be tested with Optifine
2021-12-22 22:00:27 -08:00
reidbhuntley
5d435e1da7
Merge remote-tracking branch 'origin/mc1.17/dev' into mc1.18/dev
2021-12-22 22:19:17 -05:00
reidbhuntley
13b2e6dd6b
Fix Toolbox moving items into player armor slots
2021-12-22 22:13:38 -05:00
reidbhuntley
7791d340e1
Add null check to chutes
2021-12-22 21:30:30 -05:00
reidbhuntley
bf59956f23
Fix summoned Crafting Blueprint entities corrupting the world
2021-12-22 21:14:02 -05:00
reidbhuntley
fa22830b04
Fix cart contraptions turning the wrong way on fast, tight turns
2021-12-22 20:13:48 -05:00
reidbhuntley
14d15089db
Merge pull request #2384 from dithpri/smart-chute-fix
...
Fix powered smart chutes outputting items
2021-12-22 13:32:12 -05:00
reidbhuntley
e41825d5bf
Replace Quark Cactus Paste crushing recipe with Moss Paste
2021-12-22 13:18:23 -05:00
reidbhuntley
bc2ced472e
Merge pull request #2462 from noolaan/patch-1
...
Delete quark biotite compatibility recipe
2021-12-22 13:12:43 -05:00