Chexet48
64a7c432d7
Update it_it.json
2021-02-01 05:56:02 +01:00
Chexet48
951860afc8
Update it_it.json
2021-01-31 16:03:34 +01:00
Chexet48
cd63d92cac
Update it_it.json
2021-01-31 13:45:38 +01:00
Snownee
d1e9b76a24
Make deployer still activate when it is triggering advancement
2021-01-31 19:54:27 +08:00
Snownee
7436ceb209
Fix stabilized contraption moving bearing block
2021-01-31 19:24:44 +08:00
Snownee
5c64c2d942
Add server-side check for extendo-grip and contraption interaction
2021-01-31 16:20:42 +08:00
Snownee
4a15fbcec3
Fix funnel filter dupe
2021-01-31 15:28:14 +08:00
Snownee
c5447d5b9c
Add NBTProcessors to enable detailed control to tile data.
...
Add safe check when contraption blocks adding back to world
2021-01-31 14:56:46 +08:00
JozsefA
f6b68acbd5
contraptions self light but it's slightly less slow
2021-01-30 15:37:50 -08:00
JozsefA
16b8e1175e
contraptions self light but man it is slow
...
optimization in PlacementSimulationWorld.getBlockState
2021-01-30 15:00:26 -08:00
Snownee
0c5e67e347
Merge branch 'mc1.15/security-patches' of https://github.com/pau101/Create into mc1.15/security-patches
2021-01-31 03:44:18 +08:00
Snownee
3525ce49ce
Player Feedback, Part I
2021-01-31 02:12:31 +08:00
Snownee
c77e7c28d7
Fix gauge not rendering behind door
2021-01-30 21:14:58 +08:00
Snownee
7221f72ddf
Optimize contraption assembling
2021-01-30 21:09:04 +08:00
Snownee
08a20972aa
Fix broken render state in RenderWorldLastEvent
2021-01-30 18:51:44 +08:00
TUsama
3ad62d2455
change some details
2021-01-30 12:24:16 +08:00
JozsefA
751fc7192d
fix rotating stuff on contraptions
2021-01-28 23:59:58 -08:00
JozsefA
1de931a122
make pulley key null, could avoid a crash
2021-01-28 14:41:54 -08:00
JozsefA
b63466774b
probably fix the NPEs
...
start work on adaptive backend
extra sanity stuff for the render manager
massive speedup when rendering a lot of tile entities
2021-01-28 14:39:34 -08:00
JozsefA
04ccf6e738
belt light
2021-01-27 16:28:39 -08:00
JozsefA
e690f2b8ac
okay you can use it now
...
fixed a lighting bug (with a hack, again)
everything now uses the new api
(kinetic components on contraptions are slightly broken)
2021-01-27 14:03:18 -08:00
simibubi
433a508107
Find-Replace for Command Blocks
...
- Added a new utility command for map-making purposes
2021-01-27 14:26:14 +01:00
JozsefA
67d59540cf
THIS IS NOT READY FOR USE
...
new rendering api/pipeline
not everything is there yet, but a lot is
2021-01-26 19:45:13 -08:00
_0Steven
53a6ad00d5
Crushing More Bugs
...
-Increase the size of the window in which the crusher picks up items to avoid it skipping over items at some of the highest speeds.
2021-01-26 19:11:45 +01:00
Snownee
b958be0712
Fix desync of FilteringBehaviour
2021-01-26 18:00:47 +08:00
Snownee
8f7945ff4e
Fix rope pulley breaking bedrock
2021-01-26 16:48:03 +08:00
Snownee
92a1395b14
Fix spectator can interact with blocks
2021-01-26 15:26:01 +08:00
Snownee
2c3a866494
Fix contraption sticky block connectivity. Add support to PUSH_ONLY push reaction
2021-01-26 15:05:02 +08:00
_0Steven
f1c8e92686
Horizontal Crushers Bugfix
...
-Fix bug where horizontal crushers would input items they just output when the belt was 'facing' the opposite direction.
2021-01-25 16:39:47 +01:00
JozsefA
1874b267b3
fix a contraption lighting glitch
2021-01-25 01:58:39 -08:00
JozsefA
93353b61d6
smarter light volumes
...
start the process of creating sane gl abstractions
stabilized contraption bounds now fit tightly with them
fix global tile entity issues
2021-01-25 01:17:55 -08:00
JozsefA
7bac93a03c
fix drill orientation issue in contraptions
2021-01-25 00:24:07 -08:00
TUsama
a03daa1aed
sync to latest version
2021-01-25 13:04:02 +08:00
TUsama
0f3c8fe699
update CHS translation
...
Co-Authored-By: MacrousHyucen <69157544+MacrousHyucen@users.noreply.github.com>
2021-01-25 12:40:52 +08:00
_0Steven
7b5737cf82
Merge remote-tracking branch 'upstream/mc1.15/dev' into mc1.15/dev
2021-01-24 16:53:20 +01:00
_0Steven
cb25c5ab21
Omnidirectional Crushing
...
-Fix directionality of horizontally placed crushing wheels.
-Allow crushing wheels to work omnidirectionally
-Allow downwards crushers to deposit directly into belts/chutes/depots and such below.
-Allow horizontal crushers to take input from belts going below them.
-Allow horizontal crushers to deposit directly into belts/chutes/depots and such placed below, offset by one in the output direction.
-Crushers stall when they have a valid output block but cannot actually output.
-Crushers outputting in any direction except down will shoot out the item entities with some speed.
-Crushers can take entity input from their corresponding input directions rather than just up. However, outputting the entity drops in the right location does currently not work consistently.
2021-01-24 16:46:07 +01:00
JozsefA
f05497a28c
okay the synchronized functions didn't actually fix it
...
but now we actually benefit from the tile entity render filtering, another 2x ish performance
2021-01-24 01:07:22 -08:00
JozsefA
59e29ac958
that was a nasty crash
...
os memory exception because memory that was being sent to the gpu was getting modified by another thread
2021-01-23 23:32:23 -08:00
JozsefA
ebd20f5173
suddenly, everything is smooth and dry
...
- replace all usages of Minecraft.getRenderPartialTicks() with AnimationTickHolder.getPartialTicks()
- refactor stabilized and mounted lighters into one class
- separate fancy contraption render logic and entity render logic, should maybe move *all* rendering to ContraptionRenderDispatcher
2021-01-23 23:07:12 -08:00
JozsefA
55ea7e3e55
cart contraptions are lit
2021-01-23 21:02:11 -08:00
JozsefA
dea3f05364
fix saws not rendering their shafts in contraptions
2021-01-23 16:39:11 -08:00
Jozsef
4cbea0f9c9
intel graphics now like the shaders
2021-01-23 15:32:17 -08:00
simibubi
d35bdab51a
The return of dyed belts
...
- Dyes can now be used to change the appearance of Mechanical Belts
- Fluid items containing water can be used to clean dyed belts
2021-01-23 23:00:27 +01:00
JozsefA
83cb735e62
actors render correctly
2021-01-23 12:49:33 -08:00
JozsefA
cfd60fbc8d
fast actor rendering but it's not correct yet
2021-01-22 18:00:14 -08:00
simibubi
667f27d9b7
Update build.gradle
...
- Oops, messed with the buildscript again
2021-01-22 20:57:48 +01:00
grimmauld
fbb1c6b221
Merge remote-tracking branch 'origin/mc1.15/dev' into mc1.15/dev
...
# Conflicts:
# src/generated/resources/.cache/cache
# src/generated/resources/assets/create/lang/unfinished/de_de.json
# src/generated/resources/assets/create/lang/unfinished/fr_fr.json
# src/generated/resources/assets/create/lang/unfinished/it_it.json
# src/generated/resources/assets/create/lang/unfinished/ja_jp.json
# src/generated/resources/assets/create/lang/unfinished/ko_kr.json
# src/generated/resources/assets/create/lang/unfinished/nl_nl.json
# src/generated/resources/assets/create/lang/unfinished/pt_br.json
# src/generated/resources/assets/create/lang/unfinished/ru_ru.json
# src/generated/resources/assets/create/lang/unfinished/zh_cn.json
2021-01-22 20:56:46 +01:00
simibubi
525fc03278
Demise of the hopper funnel
...
- Added smart chutes
- Reworked non-mounted funnels to be consistent will all other funnel configurations
- Non-mounted funnels no longer occupy a full block length
- Non-mounted funnels can now insert and extract ground items
- Vertical funnels can no longer transfer between inventories
- Redstone links can now be placed onto any non-empty space
- Mechanical arms no longer arbitrarily wait between operations unless targets are overflowing
- Gave indicators on funnels better visibility
- Chutes now display contents in their goggle overlay
- Mechanical Arms and Wrenches can no longer be assigned to filter slots directly
2021-01-22 20:43:59 +01:00
JozsefA
f6518d5c5d
insane amounts of refactoring
...
surprisingly it all still works the same, but better
maybe still some more cleanup to do
2021-01-22 11:28:39 -08:00
Matteo Merler
7a1817d54d
Update purpur_scope.json
2021-01-22 13:37:30 +01:00