Commit graph

76 commits

Author SHA1 Message Date
modmuss50
dab10d3961 pre6 2023-05-31 19:21:36 +01:00
modmuss50
2331b95abc pre3 2023-05-31 19:21:36 +01:00
modmuss50
91df771011 1.20-pre2 2023-05-31 19:21:36 +01:00
modmuss50
42d9a0445c More 1.20 work. 2023-05-31 19:21:36 +01:00
modmuss50
503ed7ee49 Start on 1.20 2023-05-31 19:21:36 +01:00
modmuss50
adc4e9ca79 Bump version 2023-03-18 13:05:56 +00:00
modmuss50
b1eb120d0e Update REI 2023-03-18 12:47:29 +00:00
modmuss50
cd8572193d Update energy 2023-03-14 19:31:41 +00:00
modmuss50
ab50a9fd95 1.19.4 stable 2023-03-14 19:31:41 +00:00
modmuss50
759c3fbfc3 1.19.4-pre1 2023-03-14 19:31:41 +00:00
modmuss50
acccaaa84c Update to loom 1.1 2023-02-01 21:09:48 +00:00
modmuss50
d0a2abefa5 Update Gradle + deps. Use spotless for license header checks. 2022-12-18 12:01:21 +00:00
modmuss50
573ba92920
1.19.3 port (#3074)
* Start on 1.19.3 port

* Client runs, kinda

* Fix crash when opening item group

* Fix dynamic models

* Add atlas config for slot sprites

* Ore :)

* Rubber tree's, lakes and ore cleanup

* Add blocks to item group

* Fix rubber tree sapling

* added vanilla creative and missing peridot pickaxe (#3076)

* added vanilla creative and missing peridot pickaxe

* some small tweaks

Co-authored-by: ayutac <fly.high.android@gmail.com>

* added bamboo saw mill datagen recipes (#3077)

* added bamboo saw mill datagen recipes

* fixed datagen error

Co-authored-by: ayutac <fly.high.android@gmail.com>

* 1.19.3-rc1

* 1.19.3 port villager housing (#3082)

* added NBTs for the houses

* added the houses, theoretically

* added the houses, practically

* made house gen configurable

Co-authored-by: ayutac <fly.high.android@gmail.com>

* Fixes #3083

* reordered TR creative tab and small tweaks to the rest (#3081)

* reordered TR creative tab and small tweaks to the rest

* small bugfix

Co-authored-by: ayutac <fly.high.android@gmail.com>

* 1.19.3

* Bump version

Co-authored-by: Ayutac <skoch02@students.uni-mainz.de>
Co-authored-by: ayutac <fly.high.android@gmail.com>
2022-12-07 16:28:29 +00:00
modmuss50
7b7fba96c5 Bump version 2022-11-21 10:34:48 +00:00
modmuss50
fa51d633b6 Update energy 2022-11-21 10:33:03 +00:00
modmuss50
878aa0a74d Support new fabric block appearance API 2022-11-08 08:58:13 +00:00
modmuss50
c97cadeea2 Update Fabric API and make use of its new features. 2022-09-26 18:40:45 +01:00
modmuss50
75c9fc9ba3 Update deps 2022-09-10 22:12:10 +01:00
drcrazy
670fbc03d1 Version 5.3.4 2022-08-30 16:14:33 +03:00
modmuss50
e401fa5a97 1.19.2 + gradle cleanup 2022-08-08 23:04:22 +01:00
shedaniel
554a63dbba
Remove usage of REI internals (#3019)
Signed-off-by: shedaniel <daniel@shedaniel.me>
2022-08-04 20:15:54 +01:00
modmuss50
3313f3165f 1.19.1 2022-07-27 18:30:16 +01:00
drcrazy
63eaf354d9 Bump fapi version 2022-06-28 00:06:47 +03:00
modmuss50
abcac85d0e Cleanup modcompat code, initial build setup for JEI support. 2022-06-24 00:12:30 +01:00
modmuss50
497c0134a6 Actually fix crash with byg. 2022-06-14 20:31:07 +01:00
modmuss50
d94511383b
Bump version. 2022-06-14 18:16:52 +01:00
modmuss50
aecb912fb9 Fix version. 2022-06-07 19:30:29 +01:00
modmuss50
6347296509 1.19 2022-06-07 19:18:21 +01:00
drcrazy
6cde366510 Bump deps 2022-06-06 18:56:16 +03:00
modmuss50
0ba85b37cc Update deps and mappings. 2022-05-21 19:00:33 +01:00
modmuss50
b0ddb4cc95 Update REI, disabled for now due to https://github.com/shedaniel/RoughlyEnoughItems/issues/856 2022-05-20 13:20:29 +01:00
modmuss50
4d5f8d097f Update loader 2022-05-20 00:42:22 +01:00
modmuss50
3cb62b0291 1.19-pre1 2022-05-18 20:20:44 +01:00
drcrazy
40b58b4ce5 Bump REI version in dev env 2022-05-06 01:48:42 +03:00
modmuss50
e5619fe71a Bump version. 2022-04-20 23:51:15 +01:00
modmuss50
2a5645bb19 Update fabric api 2022-04-20 23:31:06 +01:00
modmuss50
60fd7b1ab6 Replace MixinItemStack with new API in Fabric.
Also remove un-used ExtendedRecipeRemainder
2022-04-15 00:04:12 +01:00
modmuss50
9683023658 Revert "#2775 Adding Trinket support for BatpackItem. Thanks to SimonFlapse"
This reverts commit e28c9176e5.
2022-04-05 14:12:57 +01:00
Simon
e28c9176e5
#2775 Adding Trinket support for BatpackItem. Thanks to SimonFlapse
* #2775 Adding trinket support for BatpackItem

* Added support for wearing BatpackItems in the 'back' trinket slot on the chest. This frees up an additional space for regular armor.

* BatpackItem only output when in chest armor slot
2022-03-30 12:21:29 +03:00
modmuss50
85757e7854 Remove autoswitch api as the API broke, and I cannot find a working latest version on jitpack or cursemaven. I can bring this back once fixed, right now this is breaking the build. 2022-03-04 16:06:41 +00:00
modmuss50
61c1cd7744 5.2.0-beta.2 2022-03-04 15:16:32 +00:00
modmuss50
f2be7d0acc Stable 1.18.2 2022-03-02 02:28:59 +00:00
modmuss50
c72f519248
5.2.0-beta.1 2022-02-28 14:13:51 +00:00
modmuss50
f7d5139332
Port to 1.18.2 (#2824)
* Port to 1.18.2-pre1

* 1.18.2-pre3

* Fix build.

* Fixes and cleanup

* Build fix?

* Update REI
2022-02-28 09:18:27 +00:00
modmuss50
4465ffa1aa
5.1.0 2022-02-26 13:08:38 +00:00
modmuss50
378df75c80 Beta 9 2022-02-03 11:35:57 +00:00
modmuss50
31743d7684 Update Energy API and deps. 2022-02-02 21:21:06 +00:00
modmuss50
831dcf0ccb Beta 8 2022-01-31 18:25:24 +00:00
modmuss50
9e6b4385f6
Beta 7 2022-01-28 14:04:27 +00:00
modmuss50
bd6bcf55ab
Beta 6 2022-01-27 15:49:16 +00:00