bunch of misc things before the update (#2236)
* update pakku for core * Update moldraw.yaml * kaolinite moment * adjust flintlock to wrought iron to see how it goes * tweak flintlock damage * Update CHANGELOG.md Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> --------- Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
parent
b2f70d3f99
commit
6945751ac4
7 changed files with 758 additions and 23 deletions
|
|
@ -10,13 +10,13 @@ function registerTACZGunRecipes(event){
|
|||
], {
|
||||
A: '#forge:tools/files',
|
||||
B: 'tfg:flintlock_mechanism',
|
||||
C: 'gtceu:steel_small_fluid_pipe',
|
||||
C: 'gtceu:lead_small_fluid_pipe',
|
||||
D: '#firmaciv:hard_wood',
|
||||
E: '#forge:tools/saws',
|
||||
F: '#forge:ingots/brass',
|
||||
G: '#forge:tools/screwdrivers'
|
||||
|
||||
}).id('tacz:flintlock_pistol');
|
||||
}).id('tfg_tacz:flintlock_pistol');
|
||||
/* NYI
|
||||
event.shaped(Item.of('tacz:modern_kinetic_gun', '{GunCurrentAmmoCount:0,GunFireMode:"SEMI",GunId:"ulv_guns:blunderbuss",HasBulletInBarrel:1b}'), [
|
||||
'ABC',
|
||||
|
|
@ -46,7 +46,7 @@ function registerTACZGunRecipes(event){
|
|||
F: '#forge:ingots/black_steel',
|
||||
G: '#forge:tools/screwdrivers'
|
||||
|
||||
}).id('tacz:trapdoor_rifle');
|
||||
}).id('tfg_tacz:trapdoor_rifle');
|
||||
|
||||
//DB shotguns
|
||||
event.recipes.gtceu.assembler('tfg_tacz:db_short')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue