Commit graph

4303 commits

Author SHA1 Message Date
simibubi
66b21643f4 You've got ponder
- Ponder scene for Postboxes
2025-01-12 20:45:27 +01:00
IThundxr
d567f76e5e
Early morning mistakes 2025-01-12 12:58:36 -05:00
IThundxr
a592e22df3
Conflicting thoughts
- Fix certain attributes overriding the type id
2025-01-12 12:51:37 -05:00
IThundxr
7e0d504897
A forgotten language
- Fix lang keys for keybinds
2025-01-12 12:18:09 -05:00
simibubi
316e372894 Your storage is showing
- Depots are now viable as Mounted Storage and dynamically display their contents
2025-01-12 14:50:39 +01:00
Jozufozu
b2891263d6 Accretion
- Combine rotating/actor instance types
- Preference towards actor, but the arbitrary pivot was never used
- Inline KineticInstance
- Remove magic 3/10 constant in rotating shader, instead use
  renderSeconds and multiply by 6 ahead of time
- Now the rotational speed is in degrees per second
2025-01-11 23:04:01 -08:00
Jozufozu
1fbfeb6f00 Lily pad manners
- Fix the package/rigging initially appearing inside the frog's mouth
  when it's retrieving a package
- Lazily update the body/head/tongue so we don't have to upload it every
  frame when not animating
2025-01-11 20:33:53 -08:00
Jozufozu
4c5688a055 Cheap perf
- Replace SmartBlockEntity#behaviours with a Reference2ObjectArrayMap
  for faster iteration and because BehaviorTypes are unique by reference
- SmartBlockEntityTicker#tick improvements
  - Client: 9% of all -> 7% of all
  - Server: 12% of all -> 10% of all
2025-01-11 16:11:16 -08:00
Kryppers
9631eebe1b sent the wrong one!
fixed rare_evan version
2025-01-11 22:10:20 +00:00
Kryppers
db352dfa09 rare package updates
added rare_evan.

Updated textures for rare_up and rare_darcy
2025-01-11 22:08:36 +00:00
simibubi
0e69f537f2 Special Delivery
- Added train schedule instructions for delivering or retrieving packages
- Moved schedule instruction logic into their respective subclasses
- Fixed schedule screen no longer showing tooltips in the entry editor
2025-01-11 18:14:30 +01:00
simibubi
dfb0ff65c3 Package deal
- Ponder scenes for the packager
2025-01-11 13:21:58 +01:00
IThundxr
94d17bc34f
Ant Schematics
- Fix schematic gametest
2025-01-10 21:35:47 -05:00
simibubi
f9c774e338 Conveyor improv
- Fixed ponder scenes with conveyors having inconsistent outcomes based on server tps
2025-01-10 10:13:44 +01:00
simibubi
7f089e3e14 Merge branch 'mc1.20.1/feature-dev' of https://github.com/Creators-of-Create/Create-Concealed into mc1.20.1/feature-dev 2025-01-10 09:10:05 +01:00
Kryppers
3950679be8 fix basin canal 2025-01-10 01:05:32 +00:00
simibubi
b451ccd9d9 We like to ponder
- Ponder scenes for: Pulse Timer, Chain Conveyor, Frogport
2025-01-09 21:41:15 +01:00
Kryppers
8c7f7a5a23 rare pull
updated sheet textures and further additions to the rare package pool.
2025-01-08 20:09:12 +00:00
simibubi
24bd97cf2c Breakfast debug
- Fixed tracks creating signal block intersections despite being in different dimensions
- Steam engine placement assist now shows a normal shaft
- Fixed Frogport sounds creating individual subtitle entries
- Frogports and Postboxes now highlight their target position when hovered with a wrench
2025-01-08 10:01:20 +01:00
IThundxr
4bd47bea41
404 - Cannot be found
- Fix trim texture location
2025-01-07 19:30:37 -05:00
IThundxr
2e7486070e
Flywheel += 2
- Update flywheel
2025-01-07 17:24:34 -05:00
IThundxr
1506570f34
Pondering some catnip
- Update catnip
- Update ponder
2025-01-07 17:21:55 -05:00
IThundxr
2e1627eb34
Merge remote-tracking branch 'concealed/mc1.20.1/feature-dev' into mc1.20.1/feature-dev 2025-01-07 16:57:24 -05:00
IThundxr
406ed01864
Gaslight by the loader
- Fix ArmorTrimMixin, lambda names are different in prod for some reason, and are too brittle to even try relying on
2025-01-07 16:57:08 -05:00
Kryppers
4de15f5b67 Copperpocalypse: The final Showdown.
Final textures on to-do list.

First pass on copper roof block-tops.
fixes to stock link, steam engine and display link.
2025-01-07 16:46:05 +00:00
simibubi
20e827ed3f Comedy Gold
- New advancement chain for high logistics
- Fixed top-face filter slot on table cloths
- Fixed players hiding as packages suffocating in a wall
2025-01-07 16:40:10 +01:00
simibubi
d05d10e1e0 Clicks and Dings
- Added sounds for packagers, stock links, requesters and factory gauges
- Added tooltip for factory gauge screen explaining how to add ingredients
2025-01-07 12:31:57 +01:00
IThundxr
187c1bc244
Merge remote-tracking branch 'concealed/mc1.20.1/feature-dev' into mc1.20.1/feature-dev 2025-01-06 18:42:09 -05:00
IThundxr
f3926657af
Oh, hello! I recognize you now! 2025-01-06 17:59:41 -05:00
simibubi
c4b38ba32f Needs more sunscreen
- Fixed uv issues on the fluid tank
- Tweaked frogport sounds
2025-01-06 22:57:29 +01:00
IThundxr
81c2975401
Returning your calls
- Remove unused return type in AllArmInteractionPointTypes#register
2025-01-06 16:45:31 -05:00
IThundxr
5db56378fc
Merge remote-tracking branch 'concealed/mc1.20.1/feature-dev' into mc1.20.1/feature-dev 2025-01-06 16:28:49 -05:00
IThundxr
1556db1347
Attending event, but not staying for the party 2025-01-06 16:28:37 -05:00
simibubi
3b6b57d9c9 Pack man
- Fixed conveyors erroring on load
- Packagers inserting into inventories now wait a couple of frames before animating
- Packagers activated by signals shorter than 2 seconds will always emit exactly one package
- Added missing shaft detail to the backtank armor
- Different sound type for cardboard and packages
- Stock links are now wrenchable again
2025-01-06 18:05:19 +01:00
simibubi
dda7855aa9 The pain chain
- Fixed chain conveyor chains getting culled while in view
- Chain conveyor riding now updates the player visual instantly after dismount
- Fixed chain conveyor riding animation stopping when too far from the controlling block
- Added sounds for stock keeper and ticker ui
2025-01-06 11:18:08 +01:00
simibubi
e86fd31a7b Out of sight, out of mind
- Stock keeper screen now temporarily fakes item counts after requests until stock info catches up
- Boiler gauge now disappears client-side when blocks are clipping into it
2025-01-05 22:32:16 +01:00
IThundxr
f4e94825d3
Mistaken order 2025-01-05 13:52:33 -05:00
IThundxr
8064cee337
Arts and crafts
- Implement trims support for cardboard armor
2025-01-05 13:37:39 -05:00
IThundxr
9503a809ad
Merge remote-tracking branch 'concealed/mc1.20.1/feature-dev' into mc1.20.1/feature-dev 2025-01-05 13:24:23 -05:00
simibubi
61369923e1 Shingle all the ways
- Copper roof blocks now have custom CT behaviour on the top faces. Assets pending
2025-01-05 19:24:24 +01:00
IThundxr
0f3bc10dbd
chore: remove unused config options 2025-01-05 13:24:12 -05:00
IThundxr
72d3fa6991
Arm interaction point and fan processing type registries
- Refactor registration for arm interaction points and fan processing types, they use proper registries now
2025-01-05 13:15:03 -05:00
IThundxr
f405d2bba1
Invisifluids
- Fix gasses not being visible in basins, item drains etc
- Fixes Creators-of-Create/Create#7236
2025-01-05 11:07:48 -05:00
IThundxr
c0e76c28c6
chore(editorconfig): remove fabric specific entries from editorconfig 2025-01-05 10:39:11 -05:00
simibubi
a647f11a6f What does the frog say
- Sound additions and changes for frogports, stock tickers and table cloths
- Fixed trade overlay sprite boundaries
2025-01-05 12:43:13 +01:00
IThundxr
3a9f7d591c
Bugs in the filters 🐛
- Fix crash when using enchant attribute
- Fix gametest
- Add nullcheck before inserting attributes
2025-01-04 22:52:29 -05:00
IThundxr
669435e849
Dimension't
- Remove code trying to restore from .dat_old, not entirely worth it
2025-01-04 22:30:57 -05:00
IThundxr
42fd2826d7
Eager loggers
- Fix trying to restore from .dat_old message being fired if the file isn't present entirely
2025-01-04 22:28:02 -05:00
IThundxr
ec918cd807
Silky smooth configs
- Finer tuning of import order for fabric
2025-01-04 21:59:33 -05:00
IThundxr
abfb8ccc14
For just $10,000 you too can get this state of the art editorconfig 2025-01-04 18:39:38 -05:00