Some fixes (#1353)
* - 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 --------- Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com>
This commit is contained in:
parent
f5c97ca618
commit
2855552f11
6 changed files with 18 additions and 4 deletions
7
kubejs/server_scripts/tacz/data.js
Normal file
7
kubejs/server_scripts/tacz/data.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// priority: 0
|
||||
|
||||
function registerTFCDataForTACZ(event) {
|
||||
|
||||
event.itemSize('tacz:modern_kinetic_gun', 'large', 'medium')
|
||||
event.itemSize('tacz:attachment', 'normal', 'light')
|
||||
}
|
||||
|
|
@ -66,7 +66,7 @@ function registerTACZMiscRecipes(event) {
|
|||
A: '#forge:tools/screwdrivers',
|
||||
B: '#forge:gems/flint',
|
||||
C: '#forge:tools/files',
|
||||
D: '#forge:springs/steel',
|
||||
D: '#forge:springs',
|
||||
E: '#forge:bolts/steel',
|
||||
F: '#forge:plates/steel',
|
||||
G: '#forge:tools/wire_cutters',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue