Commit graph

173 commits

Author SHA1 Message Date
modmuss50
fa7351a7b4 Cleanup imports 2023-06-05 16:12:43 +01:00
modmuss50
406fff6b75 Background sprites 2023-06-01 16:57:45 +01:00
modmuss50
fafa8d04a0 More sprites! 2023-06-01 15:49:52 +01:00
modmuss50
ed63c8908d More sprites 2023-06-01 12:13:14 +01:00
modmuss50
80ee96051c Cleanup GUI packages 2023-06-01 10:36:10 +01:00
modmuss50
8ad2147c42 Fix crash 2023-06-01 10:27:55 +01:00
modmuss50
bfd93753eb Move some gui elements to sprites 2023-05-31 21:25:04 +01:00
modmuss50
0adc67de8a Refactor slot configs 2023-05-31 20:23:46 +01:00
modmuss50
4ee192b4cd Gui cleanup 2023-05-31 19:21:36 +01:00
modmuss50
82c84c7a88 Remove more dead UI code. 2023-05-31 19:21:36 +01:00
modmuss50
dab10d3961 pre6 2023-05-31 19:21:36 +01:00
modmuss50
91df771011 1.20-pre2 2023-05-31 19:21:36 +01:00
drcrazy
c341d207f8 Do not call ArmourRemoveHandler on NBT change. Closes #3117 2023-05-31 19:21:36 +01:00
modmuss50
08fd9a2e27 Reset shader color after drawing fluid 2023-05-31 19:21:36 +01:00
modmuss50
53a299b12a Cleanup imports 2023-05-31 19:21:36 +01:00
modmuss50
a4dd50bf8d Fix and improve itemstack renderer 2023-05-31 19:21:36 +01:00
modmuss50
e5b5c399ef Even more gui cleanup, remove most RenderSystem calls 2023-05-31 19:21:36 +01:00
modmuss50
5bca54128a Remove a lot of dead code + misc cleanup 2023-05-31 19:21:36 +01:00
modmuss50
90bcfe2fb9 Cleanup and fix slot/fluid config popup 2023-05-31 19:21:36 +01:00
modmuss50
feffcd40fa Fix Tips list 2023-05-31 19:21:36 +01:00
modmuss50
2f07306d90 Some simple fixes 2023-05-31 19:21:36 +01:00
modmuss50
08f75889ec It runs, sort of... 2023-05-31 19:21:36 +01:00
modmuss50
4e0ea809c6 Rough reborn core client port 2023-05-31 19:21:36 +01:00
modmuss50
42d9a0445c More 1.20 work. 2023-05-31 19:21:36 +01:00
modmuss50
133f64ac9f Start on new block settings. 2023-05-31 19:21:36 +01:00
modmuss50
503ed7ee49 Start on 1.20 2023-05-31 19:21:36 +01:00
AngelBottomless
8b527dbead
add shulker extraction and fix storing techreborn storage (#3111)
* add shulker extraction and fix storing techreborn storage

Only accept when nbt is null.
Adds shulker-extracting support

* fix when storeItemStack was empty

* fix inputting stack at first

* Use MC pair

---------

Co-authored-by: modmuss50 <modmuss50@gmail.com>
2023-03-18 12:35:56 +00:00
AngelBottomless
92fce93890
prevent spamming packets (#3126)
1/20 less laggier tm
2023-03-18 12:19:53 +00:00
modmuss50
82978076d9 Set curseforge version 2023-03-14 19:32:01 +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
7c3beb2d1a Fix build. 2023-03-14 19:31:41 +00:00
modmuss50
759c3fbfc3 1.19.4-pre1 2023-03-14 19:31:41 +00:00
modmuss50
4be0031344 Cleanup @Environment annotations. 2023-02-01 22:30:16 +00:00
modmuss50
d305a7f092 Auto convert grinder recipes to datagen 2023-02-01 22:11:21 +00:00
Mark
3982da5c63
Remove old code 2023-01-19 18:53:07 +00:00
modmuss50
9faa008939 Fix crash. Closes #3091 2022-12-18 12:29:17 +00:00
modmuss50
0aa4126966 Remove access widener now provided via fabric API 2022-12-18 12:16:31 +00:00
Ayutac
ac7f8c8496
added uu matter recipe provider hook and some examples (#3072)
* added uu matter recipe provider hook and some examples

* added uu matter recipe provider hook and some examples

* fix formatting

Co-authored-by: modmuss50 <modmuss50@gmail.com>
2022-12-18 12:14:02 +00:00
modmuss50
4c037bd80b Add some basic spotless formatting rules. 2022-12-18 12:10:22 +00:00
modmuss50
d2e4b92984 Remove santa hat easter egg.
It has served it purpose well for a number of years.
2022-12-18 12:04:57 +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
fa51d633b6 Update energy 2022-11-21 10:33:03 +00:00
Ayutac
b462109fba
Fix for #3047 (#3067)
* fixed the calcite recipes

* removed symmetry from padded shaped recipes

* removed unneeded accesswidener

Co-authored-by: ayutac <fly.high.android@gmail.com>
2022-11-20 17:49:48 +01:00
Ayutac
34012fd6a6
1.19 launchpad and elevator, textures by Spearkiller (#3060)
* crude launchpad functionality

* added launchpad config

* gave launchpad ingame config, now speed's changeable

* made launchpad orientable

* added block drop

* added recipe + recipe advancement

* launchpad texture by Spearkiller

* added configurable launch interval

* added sound

* cleanup

* small cleanup

* minor refactoring: static to non static

* added elevator block (with launchpad functionality)

* added elevator functionality w/o mixin

* added blank elevator GUI

* added elevator textures by Spearkiller

* implemented down travelling

* implemented up travelling

* fixed energy usage

* minor refactoring: changed from static to non-static

* improved teleport command

* improved getting world limits

* minor refactoring, code improvement, documentation

* improved sound

* made going through blocks optional

* corrected prev commit, whoopsie

* Mixin KeyBinding

* minor formatting

* removed generated block loot

Co-authored-by: ayutac <fly.high.android@gmail.com>
Co-authored-by: modmuss50 <modmuss50@gmail.com>
2022-11-20 16:28:46 +00:00
modmuss50
193be50df8 Remove a mixin. 2022-11-19 18:01:22 +00:00
modmuss50
c6f6b6f49c Ensure the maximum of either ranges is preserved 2022-11-16 22:28:53 +00:00
modmuss50
f24e8f0631 Combine adjacent screen handler inv ranges. Fixes #2365 2022-11-16 22:18:21 +00:00
modmuss50
3fa83d8f63 Optimise TagIngredient sync. Fixes #3024 2022-11-16 21:31:32 +00:00