some backpack tweaks and updated backpack quests (#1741)

* some flax stuff

* linen stuff

* flax line stuff

* flax again

* rapseed wild crop changes

* flax worldgen

* revert grooming station update

* more flax stuff

* trying to fix stuff

one doesn't work

* recipes and lang

* Update CHANGELOG.md

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>

* fixes

* recipe changes

* quest changes

* Update sophisticatedbackpacks-server.toml

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>

* Update sns-server.toml

* horseshoes

---------

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
GameStar 2025-09-01 18:29:46 -05:00 committed by GitHub
parent f5f68df229
commit ab7d6e5173
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 365 additions and 82 deletions

View file

@ -14,6 +14,7 @@ const registerSNSRecipes = (event) => {
event.remove({ id: 'sns:crafting/burlap_sack'})
event.remove({ id: 'sns:crafting/seed_pouch'})
event.remove({ id: 'sns:crafting/straw_basket'})
event.remove({ id: 'sns:crafting/frame_pack'})
event.remove({ output: 'sns:pack_frame'})
@ -57,12 +58,12 @@ const registerSNSRecipes = (event) => {
event.shaped('sns:leather_sack', [
'AAA',
'BCB',
'DBE'
' BE'
], {
A: '#tfg:burlap_fiber',
B: 'sns:leather_strip',
C: 'sns:unfinished_leather_sack',
D: 'minecraft:name_tag',
//D: 'minecraft:name_tag',
E: 'tfc:bone_needle'
}
)
@ -109,6 +110,22 @@ const registerSNSRecipes = (event) => {
.outsideSlotRequired(false)
.id('sns:straw_knapping/straw_basket')
event.recipes.tfc.damage_inputs_shaped_crafting(
event.shaped('sns:frame_pack', [
'ABA',
'ACA',
'DBE'
], {
A: 'sns:bound_leather_strip',
B: 'sns:reinforced_fabric',
C: 'sns:pack_frame',
D: 'minecraft:name_tag',
E: 'tfc:bone_needle'
}
)
).id('sns:crafting/frame_pack')
//#region helper items
event.recipes.tfc.anvil(
@ -168,11 +185,27 @@ const registerSNSRecipes = (event) => {
'A A',
'AAA'
], {
A: '#forge:rods/wrought_iron'
A: '#forge:rods/any_bronze'
}).id('sns:shaped/pack_frame')
event.shaped('2x sns:reinforced_fiber', [
event.shaped('sns:pack_frame', [
' A ',
'A A',
' A '
], {
A: '#forge:rods/wrought_iron'
}).id('sns:shaped/pack_frame_iron')
event.recipes.gtceu.assembler('sns:pack_frame')
.itemInputs('4x #forge:rods/wrought_iron')
.itemOutputs('sns:pack_frame')
.circuit(4)
.duration(80)
.EUt(GTValues.VA[GTValues.LV])
event.shaped('3x sns:reinforced_fiber', [
'AAA',
'BBB',
'AAA'