Commit graph

4606 commits

Author SHA1 Message Date
Céleste Wouters
6bdd9c1fe0
Add ComputerCraft integration to Creative Motors
- Add CC {get,set}GeneratedSpeed() function get/set motor speed
2025-03-01 15:52:30 +01:00
Céleste Wouters
f19d77c5ea
Add ComputerCraft integration to Train Observers
- Emit CC events train_passing & train_passed with the name of the train
  originating these events
- Add CC isTrainPassing() function to check passing train presence
- Add CC getPassingTrainName() function to get the passing train name,
  or nil failing that
2025-03-01 15:52:30 +01:00
Céleste Wouters
88719133ea
Improve ComputerCraft integration of Train Stations
- Emit CC events train_imminent, train_arrival and train_departure when
  these occur on the station
- Add CC canTrainReach() function to test if the train stopped at the
  station can reach a (schedule-compatible) destination
- Add CC distanceTo() function to get the shortest distance to a
  (schedule-compatible) destination at the moment, using the train
  stopped in the station
2025-03-01 15:52:30 +01:00
Céleste Wouters
7c385510d4
Add ComputerCraft integration to Train Signals
- Makes computer-controlled signals unable to be changed by external
  factors
- Emit CC event train_signal_state_change with the new state as
  parameter whenever the signal changes
- Add CC getState() function to get the current signal state
- Add CC isForcedRed()/setForcedRed(forced) functions to force the
  signal to be red, replacing redstone control
- Add CC getSignalType()/cycleSignalType() function to change the
  signal signal type in the same manner as using the wrench
- Add CC listBlockingTrainNames() function to list names of trains
  blocking the track group ahead of the signal
2025-03-01 15:52:26 +01:00
Céleste Wouters
75081320ac
Add ComputerCraft integration to Nixie Tubes
- Makes computer-controlled Nixie Tubes unable to be changed by external
  factors (but can still be used as a Display Link source)
- Add CC setText(text[, colour]) function
- Add CC setTextColour(colour) function
- Add CC setSignal(first, second) function taking 2 tables describing
  the appearance of the first and second tube as custom train signals
2025-03-01 15:01:12 +01:00
IThundxr
e431324f98
Fix publishing to maven 2025-02-28 21:27:18 -05:00
IThundxr
6f6072dbd0
undo jenkins changes 2025-02-28 19:35:36 -05:00
IThundxr
2e40bb296c
Temp disable 2025-02-28 19:25:15 -05:00
IThundxr
783bc714b2
Update jenkins file 2025-02-28 19:20:17 -05:00
IThundxr
d292d36200
fix workflow 2025-02-28 19:10:07 -05:00
IThundxr
34fa528a6c
Workflows 2025-02-28 19:07:43 -05:00
IThundxr
8802f23b36
Dependencies++ 2025-02-27 18:21:08 -05:00
TropheusJ
2681a34f22 use IntrinsicHolderTagsProvider 2025-02-27 12:18:59 -05:00
zelophed
8fdb2326d0 maven prep 2025-02-27 17:45:25 +01:00
simibubi
e367be9d70 Fix typo 2025-02-27 16:49:26 +01:00
simibubi
25a420aea7 Once is plenty, innit 2025-02-27 16:02:03 +01:00
IThundxr
9d0b5b7cd5
Tags 2025-02-26 16:05:50 -05:00
Kryppers
d821f11b32 Merge branch 'mc1.20.1/feature-dev' of https://github.com/Creators-of-Create/Create-Concealed into mc1.20.1/feature-dev 2025-02-26 17:40:23 +00:00
Kryppers
f460383f39 Window cleaning
updated textures for a few wooden window blocks.
2025-02-26 17:40:20 +00:00
IThundxr
8e8cea6661
Vanilla flavored 2025-02-26 11:44:37 -05:00
TropheusJ
735b8b1bcb add my refactors to the changelog
also fixed another of thunder's skill issue typos
2025-02-25 20:08:26 -05:00
TropheusJ
f224099c76 change not_harvestable to non_harvestable for consistency 2025-02-25 19:54:09 -05:00
TropheusJ
fbbed0893e clamp progress just in case 2025-02-25 19:22:52 -05:00
TropheusJ
db6d1fdcf9 tests for refactored features 2025-02-25 15:41:49 -05:00
TropheusJ
97aa549307 add tag for non-harvestable blocks 2025-02-25 02:18:05 -05:00
PepperCode1
ac20501426 More work on potato cannon projectile types 2025-02-24 16:41:34 -08:00
simibubi
8dd17cf7c2 Froptics
- Frogports can now be equipped with goggles
- Fixed frogports playing the open animation twice when not catching a package successfully
2025-02-24 23:18:25 +01:00
IThundxr
48e8723fcd
Potato Power 2025-02-24 11:49:42 -05:00
Kryppers
ca2a6ed67c conveyor collisions
tweaked the conveyor wheel model to prevent z fighting with girders
2025-02-24 12:25:54 +00:00
simibubi
fbc3ce58a2 datagen 2025-02-24 13:00:22 +01:00
simibubi
8b2bd203d0 Tech service
- Stock keeper categories with no filter item now get removed
- Stock keeper ui now plays a sound when showing or hiding a category
- Fixed table cloth price jumping to 64 when set to 1
- Reset alpha on gl shader color after rendering schematic tool bar
- Contained Spawn eggs are no longer listed in the package item tooltip
- Smart observers now trigger when a targeted conveyor has looping packages
- Added a dedicated display source to smart observers for reading package addresses
(datagen pending)
2025-02-24 12:14:33 +01:00
IThundxr
3e10dbe4bc
Perfect soup II 2025-02-23 21:48:00 -05:00
IThundxr
20491b3caa
Perfect soup 2025-02-23 21:18:39 -05:00
IThundxr
a50fb9dac0
Convert Potato Cannon projectile types into a dynamic registry (#19) 2025-02-23 20:07:54 -05:00
TropheusJ
2bd0034f01
Stress Values API (#18) 2025-02-23 17:43:20 -05:00
IThundxr
a6d512356c
Remove unused imports 2025-02-23 14:42:39 -05:00
IThundxr
89ba8a76bc
CoreModn't 2025-02-21 16:42:07 -05:00
TropheusJ
a2ab54e18a
Refactor Mounted Dispense Behaviours (#17) 2025-02-21 11:07:07 -05:00
TropheusJ
30baef1740
use tags for mounted item storage attributes (#16) 2025-02-21 11:05:15 -05:00
TropheusJ
5281a42d54
OpenEndedPipeEffect API (#15) 2025-02-20 19:08:18 -05:00
TropheusJ
84cc8086e8
Make ContraptionType API and a registry (#14)
* I cast spell of net.minecraft.core.Registry
- make ContraptionType a registry
- moved some behavior that checked == to tags

* use holder for ID

* run data

---------

Co-authored-by: IThundxr <me@ithundxr.dev>
2025-02-20 19:06:39 -05:00
IThundxr
5d75785f9d
Merge pull request #13 from Creators-of-Create/jay/mc1.20.1/block-movement-checks-api
Make BlockMovementChecks API
2025-02-20 18:53:37 -05:00
TropheusJ
fe57475d40 make root registry private, improve comments 2025-02-20 16:31:49 -05:00
TropheusJ
2d8ffc1585 rename fields 2025-02-20 16:26:18 -05:00
IThundxr
17fe7a31ed
Enhanced registries 2025-02-20 16:08:24 -05:00
TropheusJ
692c1c589e sentenced to the API package for your crimes 2025-02-20 10:49:41 -05:00
IThundxr
7bf2be0ab9
Merge pull request #12 from Creators-of-Create/jay/mc1.20.1/fix-contraption-item-pickup 2025-02-20 09:42:52 -05:00
IThundxr
6b77eddbf1
Merge pull request #11 from Creators-of-Create/jay/mc1.20.1/remove-none-type 2025-02-20 09:42:19 -05:00
TropheusJ
58af7aaa4b fix players picking up items in contraption bounds when seated 2025-02-20 09:37:21 -05:00
TropheusJ
635d87f217 remove NONE fan processing 2025-02-20 09:10:34 -05:00