- Lots of ui updates. And a couple fixes. (#1221)
Co-authored-by: Pyritie <pyritie@gmail.com>
|
Before Width: | Height: | Size: 230 B After Width: | Height: | Size: 227 B |
BIN
kubejs/assets/tfg/textures/gui/button_20x20.png
Normal file
|
After Width: | Height: | Size: 178 B |
|
Before Width: | Height: | Size: 215 B After Width: | Height: | Size: 219 B |
BIN
kubejs/assets/tfg/textures/gui/button_hover.gif
Normal file
|
After Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 223 B |
BIN
kubejs/assets/tfg/textures/gui/button_hover_20x20.png
Normal file
|
After Width: | Height: | Size: 178 B |
BIN
kubejs/assets/tfg/textures/gui/button_hover_98x20.gif
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 212 B |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 693 B |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 707 B |
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 772 B |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 807 B |
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 685 B |
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 713 B |
|
Before Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 850 B |
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 794 B |
|
After Width: | Height: | Size: 6.4 MiB |
BIN
kubejs/assets/tfg/textures/gui/tfg_title_stars.gif
Normal file
|
After Width: | Height: | Size: 6.2 MiB |
BIN
kubejs/assets/tfg/textures/gui/tfg_title_vignette.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 270 KiB |
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"animation": {
|
||||
"frametime": 1
|
||||
}
|
||||
}
|
||||
|
|
@ -245,4 +245,11 @@ const registerAdAstraPlacedFeatures = (event) => {
|
|||
event.add('tfg:moon_small_rock_features', 'tfg:moon/surface/pile_moon_sand')
|
||||
event.add('tfg:moon_small_rock_features', 'tfg:moon/surface/pile_white_sand')
|
||||
event.add('tfg:moon_small_rock_features', 'tfg:moon/surface/pile_black_sand')
|
||||
|
||||
event.add('tfg:venus_delta_surface_features', 'tfg:venus/surface/geyser_source_patch')
|
||||
event.add('tfg:venus_delta_surface_features', 'tfg:venus/surface/stromatolite_cluster_patch')
|
||||
event.add('tfg:venus_delta_surface_features', 'tfg:venus/surface/stromatolite_tower')
|
||||
|
||||
event.add('tfg:venus_delta_terrain_features', 'tfg:venus/terrain/hot_spring_delta')
|
||||
event.add('tfg:venus_delta_terrain_features', 'tfg:venus/terrain/stromatolite_disk')
|
||||
}
|
||||
|
|
|
|||
|
|
@ -527,6 +527,6 @@ function registerTFGMiscellaneousRecipes(event) {
|
|||
.inputFluids(Fluid.of('gtceu:butane', 4000))
|
||||
.outputFluids(Fluid.of('tfg:isobutane', 1000), Fluid.of('gtceu:lpg', 3000))
|
||||
.circuit(4)
|
||||
.duration(1400)
|
||||
.EUt(GTValues.VA[GTValues.EV])
|
||||
.duration(2400)
|
||||
.EUt(GTValues.VA[GTValues.HV])
|
||||
}
|
||||
|
|
|
|||