Commit graph

3194 commits

Author SHA1 Message Date
simibubi
318bac3704
Merge pull request #4213 from TropheusJ/mc1.18/contraption-data
Fix and improve handling of large contraption data
2023-01-14 13:53:59 +01:00
simibubi
a54c81861b
Merge pull request #4188 from OutCraft-Mods/patch-1
Update StationScreen to use InputConstants
2023-01-14 13:37:40 +01:00
PepperCode1
6e6b8550b8 Balanced Blaze Burners
- Adjust how and when blaze burners accept fuel
- Fix crash with Optifine when rendering a map
- Fix RenderType being used in common code
- Increment version
2023-01-13 16:47:33 -08:00
ewoudje
ecab13d0c4 Fix accuracy over network 2023-01-12 21:59:36 +01:00
simibubi
324729a68e Here, drink this
- Fixed signals not updating track graph when destroyed
- Added #deployable_drink tag for consumables that are not considered food
- Deployers can no longer consume potions or milk, and will instead feed players in their target area
- Fixed buttons in ponder not registering clicks near the edges #4130
- Fixed config UI tooltips including the empty "." comments used for toml 'formatting'
2023-01-05 14:09:38 +01:00
Flemmli97
dd0c49f8da
Fix Heavy Damage Attribute not working
Fix heavy damage attribute not correctly detecting damage since integer division
2022-12-24 16:46:52 +01:00
TropheusJ
5bf088c436 use Mods enum 2022-12-24 00:10:13 -05:00
TropheusJ
41697aca7f Improve handling of contraption data for syncing and minecart pickup
- filter out null contraptions in ContraptionRenderingWorld
- fix and unify contraption data size estimates
- add config for max contraption size for syncing
- Minecart pickup max is increased if XL Packets is loaded
2022-12-23 22:50:31 -05:00
OutCraft
66b495906b
Update StationScreen to use InputConstants
Updates the StationScreen class to use the Mojang InputConstants instead of numbers for the ENTER keypress detection
2022-12-20 20:27:57 +01:00
Zelophed
8d89080bc0
add czech language to crowdin.yml 2022-12-17 20:54:51 +01:00
Zelophed
eb769d5261
add thai language to crowdin.yml 2022-12-17 15:28:57 +01:00
Zelophed
64e2b2c280
Merge pull request #4148 from Creators-of-Create/l10n_crowdin_translations
New Crowdin translations
2022-12-17 15:21:39 +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
Zelophed
a0ac432195
Update crowdin.yml 2022-12-15 16:17:40 +01:00
Zelophed
0072265f65
add missing languages to crowdin.yml 2022-12-15 16:14:08 +01:00
Zelophed
d235edec7e
update localization workflow 2022-12-15 15:48:59 +01:00
Zelophed
2297421cc1
Merge pull request #3136 from andrii-bodnar/mc1.18/dev
Setup Crowdin
2022-12-15 15:31:52 +01:00
simibubi
cd79de0691 Extraordinary item handlers
- Cobwebs and Powdered Snow can now be attached to contraptions
- Fixed Storage Drawers not providing correct fill levels to Stockpile Switches
- Leaves are now considered transparent by encased fans
- Blocks can now be tagged `#create:movable_empty_collider` to support contraption movement even if their collision shape is empty
2022-12-12 15:54:28 +01:00
simibubi
12065c6b09 Stronk in Description, guard isCreative from NPE 2022-12-12 13:12:39 +01:00
simibubi
76aeb83254
Merge pull request #4118 from Jobieskii/mc1.18/dev
Add survivalContraptionPickup option to config
2022-12-12 13:07:42 +01:00
simibubi
8e79317ae4 #3980 with deployer integration
- Deploying and Item Application recipes now display up to 3 additional rollable output stacks in JEI. Original PR by Christofmeg
2022-12-12 13:07:07 +01:00
Loupau38
7dec49768f
Updates to fr_fr.json by Loupau38 (#4110) 2022-12-12 12:39:59 +01:00
simibubi
0b8e6760be
Merge pull request #4108 from KJP12/mc1.18/forge/pr/memleak
Use a WeakHashMap in WorldAttached to prevent memory leaks
2022-12-12 12:39:08 +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
simibubi
d6e8ac73df Bad Acting
- Fixed crash when loading contraptions with missing blocks which had provided movement behaviours
2022-12-11 21:31:11 +01:00
simibubi
c420048a88 Destroy, Remove, Invalidate
- Dangerous restructuring of common behaviour during tile removal
- Fixed unloading Redstone Links querying their own chunk for tile entities
- Remove unused imports
2022-12-11 20:59:31 +01:00
Maurycy J
eae7d70694 Add survivalContraptionPickup option to config 2022-12-10 17:15:44 +01:00
KJP12
d9354263a7
Use a WeakHashMap in WorldAttached to prevent memory leaks 2022-12-08 13:49:03 -06:00
simibubi
450359b212 Pulley a Stunt
- Fluid manipulation of Hose Pulleys can no longer cause chunks to be loaded
- Hose Pulleys no longer lose infinite status upon un- and reloading
- Hose Pulleys now retain infinite status if surrounding lake is not fully loaded
- Fixed Hose Pulley not loading in extended on the client side
2022-12-08 20:05:06 +01:00
simibubi
fecb410909
Merge pull request #4106 from luffypirat/patch-10
Update ru_ru.json
2022-12-08 14:07:21 +01:00
simibubi
579bddc5af Target practice
- Improved position of rendered blocks launched by Schematicannon
- Fixed Schematicannon play button having to be pressed twice to start printing
- Schematicannon no longer moves while searching for the next location to shoot at
- Schematicannon now skips through empty sections more quickly
- Fixed Creative players losing items used on block application recipes
- Fixed blocks used in item application recipes briefly being placed on the client
- Blaze burners now create less light updates
- Goggle overlay fade-in no longer repeats when looking at adjacent blocks with information
- Reduced particle amount produced by active steam engine setups
2022-12-08 14:07:03 +01:00
luffypirat
ed7308ef56
Update ru_ru.json
bruh
2022-12-08 13:28:41 +03:00
simibubi
ef6c6beb27 Update Localisation Templates 2022-12-08 11:18:29 +01: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
simibubi
3d8a147d79
Merge pull request #4018 from starlottemusic/patch-2
Scroll Tick sound in GUIs
2022-12-07 17:35:12 +01:00
simibubi
94cb3a43f7
Merge pull request #4017 from starlottemusic/patch-1
Sails use vanilla dye/shear sounds
2022-12-07 17:33:50 +01:00
simibubi
d0c76494d7
Merge pull request #4005 from falxie/mc1.18/dev
Fix StationUnloadedCondition not working in other dimensions
2022-12-07 17:32:11 +01:00
qkrehf2
9a85590e8d
Updates to ko_kr.json by qkrehf2 & zlfn (#3995) 2022-12-07 17:06:10 +01:00
simibubi
1c22fd8165
Merge pull request #3988 from FortressNebula/addon-support-for-lang-merger
Add support for other mod ids in LangMerger
2022-12-07 17:04:35 +01:00
simibubi
89856bbe67
Merge pull request #3958 from NotSoEpic/mc1.18/dev
Fix: blaze burner overfill and automation issue
2022-12-07 16:50:43 +01:00
435THz
112af6ae3a
Updates to it_it.json by 435THz (#3882) 2022-12-07 16:43:20 +01:00
Xavier Stouder
5685606613
Fixed spectators interacting with hand cranks (Xstoudi) 2022-12-07 16:42:37 +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