15 Commits

Author SHA1 Message Date
Zoë Gidiere
b143c72d0e
Dev/1.21.5 (#495)
* Bukkit Build Fix (#494)

* Bukkit Build Fix

* remove comments

* remove papermc repo from gradle settings

* add back gradle shasum

* fix formatting, update gradle hash

* Initial Fabric 1.21.5

* Updated dependencies

* Updated SpawnerData with backwards compat

* Updated dependencies

* Updated setBlockState usage - needs verifying as flags are confusing

* Refactored Bukkit NMS packages

* Initial attempt at updating mixin-commons

* Continue fabric 1.21.5 WIP

* Some additional logging

* Update deps

* Build fixes and update allay

* Add oak to authors

---------

Co-authored-by: Mikal <Ifiht@users.noreply.github.com>
Co-authored-by: OakLoaf <oak@beaconstudios.org>
2025-06-03 22:20:23 -06:00
Zoe Gidiere
adb43dcaa8 Gradle update 2024-10-09 15:17:09 -06:00
Zoe Gidiere
664d1a3191 working 1.20.6 2024-09-17 16:34:30 -06:00
Zoe Gidiere
dd272bce64 WIP 1.20.6 2024-05-01 17:04:34 -06:00
Zoë Gidiere
bc65015af0 update gradle 2023-12-05 18:53:19 -07:00
Zoë Gidiere
0a7cdb82a3 update deps + 1.20.2 2023-10-01 22:18:54 -06:00
dfsek
21136f4c3c update gradle version 2022-03-07 15:03:03 -07:00
dfsek
4b944ee2fe update tooling for 1.18 2021-11-20 18:09:40 -07:00
dfsek
d83e6f09a7 bump gradle version from 7.0.2 -> 7.1.1 2021-07-23 15:04:15 -07:00
dfsek
16fcf09c78 gradle 7 (temporarily remove Forge module) 2021-05-28 15:10:30 -07:00
dfsek
59b655ce5d working forge buildscript 2021-04-29 01:27:28 -07:00
dfsek
5c0482e972 more fabric stuff 2021-02-24 01:33:19 -07:00
dfsek
12ff9cc146 give gradle more memory 2021-01-10 16:19:16 -07:00
solonovamax
a614d7dddd
Completely redo how gradle works (#40)
* make getWorldEdit() never null.

Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>

* Locate commands work like vanilla

Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>

* Completely rework all the gradle stuff for the subprojects

Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>

* Update gradle version

Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>

* make :common an api in the bukkit build.gradle

Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>

* Move git clone function to CommonConfig.kt + make processResources depend on downloadDefaultPacks

Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>

* clean up common build.gradle.kts

Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>

* remove sponge

Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>

* rename fabric group from com.dfsek.terra.bukkit to com.dfsek.terra.fabric

Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>

* idk why this was removed some how?

It shows it's still in the main repo, but it was removed for me /shrug

Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>

* Fix shading issues.

Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>

* Fix issues with fabric-loom being stupid and requiring the plugin on the root project.

Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
2020-12-15 02:37:38 -07:00
solonovamax
d08dd0f91f
Added Gradle + removed IDEA files.
Please enter the commit message for your changes. Lines starting
2020-10-27 12:56:31 -04:00