Merge pull request #78 from TerraFirmaGreg-Team/backpack-fix-tag-craft
Фикс использования ванильных инструментов в рецептах рюкзаков
This commit is contained in:
commit
1e85d9b589
1 changed files with 4 additions and 4 deletions
|
|
@ -281,12 +281,12 @@ const registerSBRecipes = (event) => {
|
|||
'CGA'
|
||||
], {
|
||||
A: '#forge:circuits/lv',
|
||||
B: '#minecraft:pickaxes',
|
||||
B: '#tfc:pickaxes',
|
||||
C: 'gtceu:lv_robot_arm',
|
||||
D: '#minecraft:hoes',
|
||||
D: '#tfc:hoes',
|
||||
E: 'sophisticatedbackpacks:upgrade_base',
|
||||
F: '#minecraft:shovels',
|
||||
G: '#minecraft:axes',
|
||||
F: '#tfc:shovels',
|
||||
G: '#tfc:axes',
|
||||
});
|
||||
|
||||
// Улучшение - улучшенный ToolSwapper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue