Artisan Table (#2857)
* artisan table merging (#2766) * these should be good * Update recipes.miscellaneous.js * little typo Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * fix typo, my bad gang * fix charnia * fixed recycling issues from the material rewrite, updated everything to the new recycling helper method * I'll move these eventually --------- Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> Co-authored-by: Pyritie <pyritie@gmail.com> * artisan table assets * asset update * Update recipes.artisan_table.js * asset update * lang * tag refactor * waiter! more assets please * recipes * done? * I forgor --------- Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> Co-authored-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
af57d9a37c
commit
75b0cea000
30 changed files with 1170 additions and 331 deletions
|
|
@ -26,38 +26,6 @@ function registerTACZMiscRecipes(event) {
|
|||
['tacz:target', 'minecraft:minecart']
|
||||
).id('tfg_tacz:target_minecart');
|
||||
|
||||
|
||||
//Molds
|
||||
event.shaped('tfg:small_casing_extruder_mold',[
|
||||
' A ',
|
||||
'B ',
|
||||
' C'
|
||||
],{
|
||||
A: '#forge:tools/wire_cutters',
|
||||
B: 'gtceu:empty_mold',
|
||||
C: '#forge:tools/files'
|
||||
}).id('tfg:small_casing_extruder_mold');
|
||||
|
||||
event.shaped('tfg:large_casing_extruder_mold',[
|
||||
' ',
|
||||
'AB ',
|
||||
' C'
|
||||
],{
|
||||
A: '#forge:tools/wire_cutters',
|
||||
B: 'gtceu:empty_mold',
|
||||
C: '#forge:tools/files'
|
||||
}).id('tfg:large_casing_extruder_mold');
|
||||
|
||||
event.shaped('tfg:shell_casing_extruder_mold',[
|
||||
' C',
|
||||
'AB ',
|
||||
' '
|
||||
],{
|
||||
A: '#forge:tools/wire_cutters',
|
||||
B: 'gtceu:empty_mold',
|
||||
C: '#forge:tools/files'
|
||||
}).id('tfg:shell_casing_extruder_mold');
|
||||
|
||||
//Mechanisms
|
||||
event.shaped('tfg:flintlock_mechanism', [
|
||||
'ABC',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue