modmuss50
|
99c7b1ba1e
|
Revert progress bar changes for now.
Fixes https://github.com/TechReborn/TechReborn/issues/3145
|
2023-06-23 15:06:10 +01:00 |
|
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
|
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
|
4e0ea809c6
|
Rough reborn core client port
|
2023-05-31 19:21:36 +01: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
|
9faa008939
|
Fix crash. Closes #3091
|
2022-12-18 12:29:17 +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 |
|
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
|
770ac2292f
|
Cleanup/remove old "spamless" chat message code.
This was quickly ported to use overlays in 1.19, this commit removes the old junk code.
|
2022-11-16 21:19:12 +00:00 |
|
drcrazy
|
dde6da28e6
|
Add REI Exclusion zones. Closes #2626
|
2022-08-25 04:00:48 +03:00 |
|
modmuss50
|
88d448c3a5
|
Move sendToServer to ClientNetworkManager to finalise the client/server split :)
|
2022-08-03 19:57:40 +01:00 |
|
modmuss50
|
3313f3165f
|
1.19.1
|
2022-07-27 18:30:16 +01:00 |
|
drcrazy
|
6cde366510
|
Bump deps
|
2022-06-06 18:56:16 +03:00 |
|
modmuss50
|
23375b5cd3
|
Misc deprecation fixes.
|
2022-05-21 19:28:21 +01:00 |
|
modmuss50
|
a162a5ab40
|
Optimise imports.
Find + replace during porting made a bit of a mess of them.
|
2022-05-21 19:04:06 +01:00 |
|
modmuss50
|
0ba85b37cc
|
Update deps and mappings.
|
2022-05-21 19:00:33 +01:00 |
|
modmuss50
|
c3622cb263
|
Split client and server.
|
2022-05-19 21:45:31 +01:00 |
|