WIP Venus Stuff (#1469)

* - Yeast recipe conflict fix

* - Fixed seed oil voiding in barrels. And item weight inconsistency.

* - Reduced loading screen logo size by 4MB

* - Update Changelog

* - Compressed loading screen images to maybe help with ram

* - Added default gui scale to make the main menu look better on first launch

* - Update Changelog

* - Added utility script for adding circuits to existing recipes

* fixed changelog conflict

Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com>

* - Added harvest baskets

* - Fixed baked potato recipe mixing from oven

* - Allowed elytras to be repaired regardless of damage

* - Fixed sea water barrel recipe

* - Gave plants tags to bushes so they can have other uses

* - Pushed stubborn models

* - updated Changelog

* - Changelog typo

* - Integrated Ad Astra wood

* - Updated changelog

* - Treated chipboard composite barrel lang

* - Some Tacz fixes

* - Jar dupe fix

* - tacz data

* - updated changelog

* - we hate git

* - Loading screen and main menu optimizations

* - image push

* - I think I got the title screen looking good on all resolutions

* - Updated Changelog

* - Added scale fix to loading screen too

* - Fix pixel alignment

* - Recipes, tags, assets+ for railgun

* - Brick interaction events and new function for interacting with blocks

* - Added parameter boolean to decide if blockstate should be copied

* - Change for block interaction event constant that may fix linux crash

* - Moved global array to the events file and some linter fixes.

* - Updated Changelog

* - Some more model fixes and remove gtceu metal armor

* - always a stubborn file

* - Large Solar Panel Change

* - WIP venus stuff

---------

Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com>
Signed-off-by: Pyritie <pyritie@gmail.com>
Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
Redeix 2025-07-28 00:16:29 -05:00 committed by GitHub
parent f61a6615dd
commit 695b6c2451
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 861 additions and 81 deletions

View file

@ -352,39 +352,6 @@ function registerTFGSpaceBlocks(event) {
.mapColor(`color_${color}`)
.fullBlock(true)
.opaque(true)
//Raw Sandstone Wall
event.create(`tfg:sandstone/wall/raw/fluorapatite/${color}`, 'wall')
.textureAll(`tfg:block/planets/venus/sandstone_bottom_fluorapatite_${color}`)
.hardness(0.8)
.resistance(0.8)
.soundType('stone')
.requiresTool(true)
.tagBlock('minecraft:mineable/pickaxe')
.mapColor(`color_${color}`)
.fullBlock(true)
.opaque(true)
//Raw Sandstone Slab
event.create(`tfg:sandstone/slab/raw/fluorapatite/${color}`, 'slab')
.textureAll(`tfg:block/planets/venus/sandstone_bottom_fluorapatite_${color}`)
.hardness(0.8)
.resistance(0.8)
.soundType('stone')
.requiresTool(true)
.tagBlock('minecraft:mineable/pickaxe')
.mapColor(`color_${color}`)
.fullBlock(true)
.opaque(true)
//Raw Sandstone Stairs
event.create(`tfg:sandstone/stairs/raw/fluorapatite/${color}`, 'stairs')
.textureAll(`tfg:block/planets/venus/sandstone_bottom_fluorapatite_${color}`)
.hardness(0.8)
.resistance(0.8)
.soundType('stone')
.requiresTool(true)
.tagBlock('minecraft:mineable/pickaxe')
.mapColor(`color_${color}`)
.fullBlock(true)
.opaque(true)
//Smooth Sandstone
event.create(`tfg:sandstone/smooth/fluorapatite/${color}`)
.textureAll(`tfg:block/planets/venus/sandstone_top_fluorapatite_${color}`)
@ -398,39 +365,6 @@ function registerTFGSpaceBlocks(event) {
.mapColor(`color_${color}`)
.fullBlock(true)
.opaque(true)
//Smooth Sandstone Wall
event.create(`tfg:sandstone/smooth/wall/fluorapatite/${color}`, 'wall')
.textureAll(`tfg:block/planets/venus/sandstone_top_fluorapatite_${color}`)
.hardness(0.8)
.resistance(0.8)
.soundType('stone')
.requiresTool(true)
.tagBlock('minecraft:mineable/pickaxe')
.mapColor(`color_${color}`)
.fullBlock(true)
.opaque(true)
//Smooth Sandstone Slab
event.create(`tfg:sandstone/smooth/slab/fluorapatite/${color}`, 'slab')
.textureAll(`tfg:block/planets/venus/sandstone_top_fluorapatite_${color}`)
.hardness(0.8)
.resistance(0.8)
.soundType('stone')
.requiresTool(true)
.tagBlock('minecraft:mineable/pickaxe')
.mapColor(`color_${color}`)
.fullBlock(true)
.opaque(true)
//Smooth Sandstone Stairs
event.create(`tfg:sandstone/smooth/stairs/fluorapatite/${color}`, 'stairs')
.textureAll(`tfg:block/planets/venus/sandstone_top_fluorapatite_${color}`)
.hardness(0.8)
.resistance(0.8)
.soundType('stone')
.requiresTool(true)
.tagBlock('minecraft:mineable/pickaxe')
.mapColor(`color_${color}`)
.fullBlock(true)
.opaque(true)
//Chiseled Sandstone
event.create(`tfg:sandstone/smooth/chiseled/fluorapatite/${color}`)
.textureAll(`tfg:block/planets/venus/sandstone_chiseled_fluorapatite_${color}`)