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:
parent
f5f68df229
commit
ab7d6e5173
9 changed files with 365 additions and 82 deletions
|
|
@ -10,14 +10,15 @@ const registerSophisticatedBackpacksRecipes = (event) => {
|
|||
|
||||
// Базовый рюкзак
|
||||
event.shaped('sophisticatedbackpacks:backpack', [
|
||||
'ABD',
|
||||
'ACA',
|
||||
'AED',
|
||||
'BCB',
|
||||
'BBB'
|
||||
], {
|
||||
A: '#forge:string',
|
||||
B: '#forge:leather',
|
||||
C: '#forge:chests/wooden',
|
||||
D: 'minecraft:name_tag'
|
||||
A: 'sns:reinforced_fiber',
|
||||
B: 'sns:bound_leather_strip',
|
||||
C: 'sns:pack_frame',
|
||||
D: 'minecraft:name_tag',
|
||||
E: 'sns:reinforced_fabric'
|
||||
}).id('tfg:sophisticated_backpacks/shaped/backpack')
|
||||
|
||||
// Железный рюкзак
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue