2019-10-13 21:30:25 +02:00
|
|
|
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
|
|
|
|
# This is required to provide enough memory for the Minecraft decompilation process.
|
2021-06-18 07:04:21 +02:00
|
|
|
org.gradle.jvmargs = -Xmx3G
|
|
|
|
org.gradle.daemon = false
|
2020-06-08 02:18:34 +02:00
|
|
|
|
|
|
|
# mod version info
|
2023-08-17 02:03:07 +02:00
|
|
|
mod_version = 0.5.1.e
|
2023-06-27 04:15:44 +02:00
|
|
|
artifact_minecraft_version = 1.20.1
|
2022-07-15 00:02:24 +02:00
|
|
|
|
2023-06-27 04:15:44 +02:00
|
|
|
minecraft_version = 1.20.1
|
2023-08-05 23:56:31 +02:00
|
|
|
forge_version = 47.1.43
|
2021-06-18 07:04:21 +02:00
|
|
|
|
|
|
|
# build dependency versions
|
2023-06-27 04:15:44 +02:00
|
|
|
forgegradle_version = 6.0.6
|
2021-06-18 07:04:21 +02:00
|
|
|
mixingradle_version = 0.7-SNAPSHOT
|
2021-12-02 23:02:00 +01:00
|
|
|
mixin_version = 0.8.5
|
2021-11-03 03:30:02 +01:00
|
|
|
librarian_version = 1.+
|
2021-06-18 07:04:21 +02:00
|
|
|
cursegradle_version = 1.4.0
|
2023-06-27 04:15:44 +02:00
|
|
|
parchment_version = 2023.06.26
|
2020-06-08 02:18:34 +02:00
|
|
|
|
2023-06-30 23:12:48 +02:00
|
|
|
use_parchment = true
|
2020-06-08 02:18:34 +02:00
|
|
|
|
|
|
|
# dependency versions
|
2023-06-27 04:15:44 +02:00
|
|
|
registrate_version = MC1.20-1.3.3
|
2023-08-25 07:28:32 +02:00
|
|
|
flywheel_minecraft_version = 1.20.1
|
|
|
|
flywheel_version = 0.6.10-6
|
2023-06-27 04:15:44 +02:00
|
|
|
jei_minecraft_version = 1.20.1
|
|
|
|
jei_version = 15.2.0.22
|
|
|
|
curios_minecraft_version = 1.20.1
|
|
|
|
curios_version = 5.2.0-beta.3
|
2020-06-08 02:18:34 +02:00
|
|
|
|
2023-07-04 23:14:05 +02:00
|
|
|
cc_tweaked_enable = true
|
|
|
|
cc_tweaked_minecraft_version = 1.20.1
|
|
|
|
cc_tweaked_version = 1.105.0
|
Squashed commit of the following:
commit a162e18c9c4d91c4020e86cf718d59d3a33b2817
Merge: 374848f97 beb61708a
Author: simibubi <31564874+simibubi@users.noreply.github.com>
Date: Fri May 12 13:40:58 2023 +0200
Merge branch 'mc1.18/dev' into mc1.18/computercraft
commit 374848f978cf0cc1d91ff0b98a8bd506f1b81130
Author: simibubi <31564874+simibubi@users.noreply.github.com>
Date: Fri May 12 13:22:29 2023 +0200
Compilation dependency toggle
commit b2cd60b6195bcbdacaa47c8b8a05929cb160fe5b
Merge: 8e1e4e8bd ee3a079ba
Author: simibubi <31564874+simibubi@users.noreply.github.com>
Date: Wed May 10 14:37:32 2023 +0200
Merge pull request #4650 from ChristianLW/mc1.18/computercraft
Small tweaks to the wiki pages for ComputerCraft integration
commit ee3a079bacbee6fccdf14a356846e12d67edece6
Author: Christian L.W <bebeu@bebeu.dk>
Date: Thu Apr 13 00:55:20 2023 +0200
Small tweaks to the wiki pages
commit 8e1e4e8bd3beb310e4e114e7d36134caf1c7eb79
Author: caelwarner <caelawarner@gmail.com>
Date: Mon Mar 13 18:31:56 2023 -0700
Added computer to display source ponder tag
- Added advanced computer to display source ponder tag
- Added missing lang entry for computer display source
commit 952941e5fc86036bf2c3555ead662cdb9ea9a29d
Author: caelwarner <caelawarner@gmail.com>
Date: Mon Mar 13 16:31:16 2023 -0700
Added documentation for train station peripherals and train schedules
- Added in depth documentation for working with train stations and train schedules in Lua
- Fixed small formatting issues in Lua-Rotation-Speed-Controller.md and Lua-Sequenced-Gearshift.md
commit 7f3ca1cfa06b227211a41503c4ae31c3cf854ba5
Author: caelwarner <caelawarner@gmail.com>
Date: Mon Mar 13 16:29:05 2023 -0700
Added isTrainEnroute to station peripheral API
- isTrainEnroute checks if a train is currently navigating to the station
- Reworded null station exception to "station is not connected to a track"
- Refactored StationPeripheral#inAssemblyMode to StationPeripheral#isInAssemblyMode
- Added a check to StationPeripheral#disassemble to make sure the station isn't in assembly mode
commit fac1ebcd3f1d1d570735fa6b2d57641b20c4ad8d
Author: caelwarner <caelawarner@gmail.com>
Date: Sat Mar 11 16:12:58 2023 -0800
Added documentation for most peripherals
- Lua documentation has been added for all peripherals except the train station (not looking forward to writing that one)
- This documentation will be added to the GitHub wiki pages
commit 3e21996984febc8b256ac8abbb11df9dbe150630
Author: caelwarner <caelawarner@gmail.com>
Date: Sat Mar 11 15:54:36 2023 -0800
Updated DisplayLinkPeripheral#write to move cursor to the end of the text
- This change was made to be more inline with ComputerCraft's builtin display API
commit 7141c10025c948ce5a78f1d484964f4324ffb463
Author: caelwarner <caelawarner@gmail.com>
Date: Sat Mar 11 11:45:43 2023 -0800
Added isTrainImminent and hasSchedule to train station API
- Added isTrainImminent to check if a train is incoming to the station and hasSchedule to check if the currently present train has a schedule
- Added StationPeripheral#getTrainOrThrow to consolidate repetitive null checks
commit 909484ed5b80ac1c397e04a1ad41acab6cc8e13a
Author: caelwarner <caelawarner@gmail.com>
Date: Sat Mar 11 11:15:58 2023 -0800
Added getSchedule to train station lua API
- Added getSchedule which serializes the currently present train's schedule into a lua table
- Refactored StationPeripheral#setSchedule to use a more generic method of serializing NBT tags to lua tables
- Moved schedule entry special data from root tag to "Data"
- Added StringHelper#camelCaseToSnakeCase
- Added variety of put methods to CreateLuaTable
commit 31ad3aa671339e7642f1c89118a218ff7c7eec15
Author: caelwarner <caelawarner@gmail.com>
Date: Wed Mar 8 18:22:23 2023 -0800
Extended train station peripheral API
- Train station peripherals can now assemble and disassemble trains, check if the station is in assembly mode, set the assembly mode of the station, get and change the station name, check if a train is present at the station and get and change the currently present train name.
- Refactored StationEditPacket. Moved most of the logic that was previously in StationEditPacket to StationTileEntity. This allows us to call this logic without having to send a packet.
- Made Train#owner nullable. This is needed so that computers can assemble trains. All Train#owner is currently used for is to display the train status to the correct play.
commit 574cd93a89d49d8ac50b865b9b7f83955fa16ffc
Author: caelwarner <caelawarner@gmail.com>
Date: Wed Nov 30 00:37:47 2022 -0800
Serialize hasAttachedComputer in ComputerBehaviour
- This eliminates some edge cases were peripherals don't realize they're being controlled by a computer on a world save and load
commit 94e3ed44ad1deaa383c8da61928f67697dc13273
Author: caelwarner <caelawarner@gmail.com>
Date: Wed Oct 26 16:57:12 2022 -0700
Added ComputerScreen
- ComputerScreen shows that tile entity currently has computers attached and therefore cannot be controlled manually
commit 9afdcaded7006c1c2671cd3070185d500c3a3dca
Author: caelwarner <caelawarner@gmail.com>
Date: Thu Oct 20 10:18:37 2022 -0700
Refactored PeripheralBase to SyncedPeripheral
commit 7d47fdcd061ca8efaab5688ac2724fec3e0bf1b7
Author: caelwarner <caelawarner@gmail.com>
Date: Wed Oct 19 22:45:47 2022 -0700
Made LuaFunction's final
commit 56a1210fff386fd538733a0a0998dd1bc0bd060f
Author: caelwarner <caelawarner@gmail.com>
Date: Wed Oct 19 22:39:38 2022 -0700
Created ComputerBehaviour behaviour
- ComputerBehaviour replaces ComputerControllable and SyncedComputerControllable
commit 19d283b92376da793e7c88c443adbb3cd70b2c43
Author: caelwarner <caelawarner@gmail.com>
Date: Wed Oct 19 16:05:48 2022 -0700
Moved all peripheral classes to computercraft.peripherals package
commit ab18034b985fe9cecf4de5add48557371789d756
Author: caelwarner <caelawarner@gmail.com>
Date: Wed Oct 19 15:58:56 2022 -0700
Added Train Station as peripheral
- Train station can set a new auto-schedule for the train currently at the station
- Added CreateLuaTable to add helper functions for working with lua tables
- Added StringHelper util class to convert snake case to camel case
commit 1091f3227c806f09fb443320900f7563ed264655
Author: caelwarner <caelawarner@gmail.com>
Date: Thu Oct 6 21:11:24 2022 -0700
Changed Display Link Peripheral API
- Changed the Display Link Peripheral API to be more in line with the Monitor API
- Added write, setCursorPos, getCursorPos, getSize, isColor, isColour, clearLine
- Removed void writeLine, setLine, writeLines, setLines
commit 18bfb216b1bd5c1b6fab99370318536ccf27b069
Author: caelwarner <caelawarner@gmail.com>
Date: Thu Oct 6 02:50:41 2022 -0700
Changed method of checking if a computer attached
- After talking with SquidDev from CC: Tweaked I've changed to monitoring IPeripheral#attach and IPeripheral#detach for changes in the number of computers connected to the network, then updating the client using AttachedComputerPacket
- This works with wired full modems, wired cabled modems and directly connected computers
- Added SyncedPeripheralBase and SyncedComputerControllable for TE's and peripherals that want to be aware of attached computers
commit 96dc4db6dc6cbf6519725109dbaa69851dcb0dbb
Author: caelwarner <caelawarner@gmail.com>
Date: Tue Oct 4 21:11:38 2022 -0700
Sequenced Gearshift screen "greys out" when being controlled by a computer
- This is to stop players from trying to using both the builtin sequencing and a computer to control the Sequenced Gearshift at the same time, leading to undefined behaviour
- The "greyed out" screen should have a message added explaining why it's greyed out.
- Added ComputerControllable#isComputerControlled to check if a tile entity is connected to a modem
commit 9a807814013e54f59230d7f57f4c212164311e64
Author: caelwarner <caelawarner@gmail.com>
Date: Tue Oct 4 19:36:08 2022 -0700
Added PeripheralBase
commit d404f073196f43eff9c0c66485693b5aed68051a
Author: caelwarner <caelawarner@gmail.com>
Date: Mon Oct 3 20:46:16 2022 -0700
Added invalidateCaps
- Changed setRemoved to invalidateCaps. I don't know why I wasn't just using invalidateCaps from the beginning
commit 654476d9f33b78eb05d620ed8dd318cc9244b670
Author: caelwarner <caelawarner@gmail.com>
Date: Mon Oct 3 20:05:25 2022 -0700
Added Rotation Speed Controller and Sequenced Gearshift as peripherals
- Rotation Speed Controller can get and set targetSpeed
- Sequenced Gearshift can rotate by a certain angle and move a certain distance
commit 1420406ab72204a8e34043c64404a16990104d23
Author: caelwarner <caelawarner@gmail.com>
Date: Mon Oct 3 16:38:12 2022 -0700
Added Speedometer and Stressometer as peripherals
- Speedometer can get current speed
- Stressometer can get current stress level as well as network stress capacity
- Made GaugeTileEntity abstract
commit 47b8619d07c9f58e6c3a34a9db97aea53071b9bd
Author: caelwarner <caelawarner@gmail.com>
Date: Mon Oct 3 16:17:05 2022 -0700
Refactored peripheralHandler to peripheral
- peripheralHandler was the wrong name. It's just a peripheral.
- Changed peripheral type from "cdl" to "Create_DisplayLink"
- Added equals function to DisplayLinkPeripheral
commit 6591c2d46efc74d91f9a0c3d3c2aa1679fe68790
Author: caelwarner <caelawarner@gmail.com>
Date: Mon Oct 3 14:29:04 2022 -0700
ComputerCraft integration for Display Links
- CC computers can now control display links through a variety of functions
- Added ComputerControllable interface to define a tile entity as controllable by CC computers
- Added CC: Tweaked soft dependency
2023-05-12 13:41:28 +02:00
|
|
|
|
2020-06-08 02:18:34 +02:00
|
|
|
# curseforge information
|
2021-06-18 07:04:21 +02:00
|
|
|
projectId = 328085
|
|
|
|
curse_type = beta
|
2020-06-08 02:18:34 +02:00
|
|
|
|
|
|
|
# github information
|
2021-06-18 07:04:21 +02:00
|
|
|
github_project = Creators-of-Create/Create
|