Commit graph

3177 commits

Author SHA1 Message Date
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
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
Xavier Stouder
109de51400
Query complete player list for Scoreboard displays (Xstoudi) 2022-12-07 16:21:16 +01:00
Christian L.W
b23736c72c
Added da_dk.json by ChristianLW (#3763) 2022-12-07 16:16:34 +01:00
simibubi
4022baa53f Make it server proof 2022-12-06 11:16:23 +01: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
starlottemusic
8fbaaa60f2
Scroll Tick sound in GUIs
Added the Scroll Tick sound to ScrollInput boxes within GUIs for consistency with in-world scroll boxes.
2022-11-14 17:37:47 -05:00
starlottemusic
bbe0c2a5cb
Sails use vanilla dye/shear sounds
Adds the "Dye stains" and "Shears click" sounds to the sail block when the respective action occurs.
2022-11-14 17:29:47 -05:00
Falxie_
c06d9bf81c Remove unnecessary variable 2022-11-12 02:02:58 +00:00
Falxie_
c5e178de80 Fix StationUnloadedCondition not working in other dimensions 2022-11-10 23:08:38 -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
FortressNebula
e053c9240f AllLangPartials also now supports more mod ids 2022-11-06 12:24:37 +00:00
PepperCode1
ce03a91983 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-05 21:13:35 -07:00
PepperCode1
8d68dff7a5 Render only the boots
- Do not render the leggings texture when rendering netherite diving
boots
2022-11-05 18:07:17 -07:00
FortressNebula
f0311f3245 Add support for other mod ids in LangMerger 2022-11-05 22:31:59 +00:00
PepperCode1
d3a33896e2 Proper armor rendering
- Add CustomRenderedArmorItem
- Remove old code in HumanoidArmorLayerMixin
- Move HumanoidArmorLayerMixin from common to client
2022-11-05 15:04:51 -07:00
PepperCode1
8e936a0096 Aqua Infinity and Under-lava Visibility
- Diving helmets now always grant aqua affinity
- Diving helmets can no longer be enchanted with aqua affinity
- Netherite diving helmets now improve under-lava visiblity by 6.25x
2022-11-04 23:17:42 -07:00
simibubi
9498dacfc9 Counter balance
- Elevator contacts no longer cause observer updates whenever an elevator is leaving
2022-11-01 14:25:04 +01:00
NotSoEpic
172c8da43e Fix: blaze burner overfill and automation issue
Currently when inserting an item that smelts > 50 items such as lava buckets into an unfueled blaze burner, its burn time will go over maximum.
This fixes that by limiting added burn time from a single item to 98% of max burn time.
Also fixes #3518
2022-10-29 09:43:20 +08:00
simibubi
da5b752e1f Merge branch 'mc1.18/copycat' into mc1.18/0.5.1 2022-10-21 22:04:42 +02:00
simibubi
069d154396 Trapdoors everything
- Added Copycat Panels and Copycat Steps
2022-10-21 21:58:30 +02:00
simibubi
cd0c748e0b Too much elevation
- Elevator contacts no longer power adjacent elevator contacts
- Fixed elevator contraptions travelling to unreachable floors
- Switch to redstone palette for controls indicator
- Added localised elevator assembly hints
- Multiple elevators can no longer be assembled into the same column
2022-10-19 13:15:47 +02:00
simibubi
945ecefe0d Bumpo 2022-10-19 00:37:05 +02:00
simibubi
ad57fe158c Merge branch 'mc1.18/netherite-diving' into mc1.18/0.5.1 2022-10-18 23:02:56 +02:00
simibubi
1a475f7373 Next level elevation
- Added the Contraption Controls
- Added the Elevator Pulley
- Pulley ropes are now climbable
- Lowered hitbox of seats for improved traversability inside contraptions
- Improved safety for players standing on vertically moving contraptions
- Fixed seated entities on controlled contraptions not rendering at the correct location
- Multiple pulleys can now attach to contraptions in a synchronised group
- Display Boards now update text instantaneously at high input rpm
2022-10-18 19:31:26 +02:00
PepperCode1
8afc834f0c Unobtainium Backtank
- Allow any netherite boots to complete netherite diving set
- Fix picking up backtank creating unobtainable placeable item
- Add tooltip for netherite backtank
- Remove direct references to copper backtank in tooltips
2022-10-10 13:10:02 -07:00
caelwarner
0c5ccf38ee
Added server-side check to BackTankUtil
- Added server-side check to BackTankUtil#isBarVisible, BackTankUtil#getBarWidth, BackTankUtil#getBarColor
- Fixes #3751
2022-10-08 02:01:54 -07:00
PepperCode1
53cc386b86 Layered with mixins
- Render netherite diving gear with both layers properly
- Mixin to HumanoidArmorLayer to render both layers for all slots
2022-10-07 18:48:49 -07:00
PepperCode1
3d74c41c2d Netherite Diving
- Add netherite diving helmet, netherite backtank, and netherite diving
boots
- Full netherite diving set makes entity fire immune
2022-10-07 12:32:44 -07:00