updates for latest primitive creatures
This commit is contained in:
parent
2119a3bfe1
commit
0d282b18a8
2 changed files with 18 additions and 3 deletions
|
|
@ -13,10 +13,11 @@ function registerPrimitiveCreaturesRecipes(event) {
|
|||
event.remove({ id: 'primitive_creatures:egwgew' })
|
||||
// lodestone?
|
||||
event.remove({ id: 'primitive_creatures:hhg' })
|
||||
// primitive shears
|
||||
event.remove({ id: 'primitive_creatures:uuyu' })
|
||||
// upgrade idol into terrible idol
|
||||
event.remove({ id: 'primitive_creatures:ge' })
|
||||
|
||||
// craft fortified flint club
|
||||
event.replaceInput({ id: 'primitive_creatures:wegfweg' }, 'primitive_creatures:tt_5', '#tfc:nuggets')
|
||||
event.replaceInput({ id: 'primitive_creatures:wegfweg' }, 'primitive_creatures:grh', 'tfc:wool')
|
||||
|
||||
event.recipes.tfc.knapping(
|
||||
'tfg:flint_club_head',
|
||||
|
|
@ -35,6 +36,16 @@ function registerPrimitiveCreaturesRecipes(event) {
|
|||
event.shapeless('primitive_creatures:yhgi', ['tfg:flint_club_head', '#forge:rods/wooden'])
|
||||
.id('tfg:shapeless/flint_club')
|
||||
|
||||
// craft fortified flint club
|
||||
event.shaped('primitive_creatures:reh', [
|
||||
'AB',
|
||||
'CA'
|
||||
], {
|
||||
A: '#tfc:nuggets',
|
||||
B: 'primitive_creatures:yhgi',
|
||||
C: 'tfc:wool',
|
||||
}).id('primitive_creatures:wegfweg')
|
||||
|
||||
// turn battered wool into tfc wool
|
||||
event.shapeless('tfc:wool', ['primitive_creatures:grh', 'primitive_creatures:grh', '#forge:tools/knives'])
|
||||
.id('tfg:shapeless/cleaning_battered_wool')
|
||||
|
|
|
|||
|
|
@ -9,6 +9,10 @@ function registerPrimitiveCreaturesItemTags(event) {
|
|||
'primitive_creatures:kopo',
|
||||
// the friendly idol (spawns an allay)
|
||||
'primitive_creatures:jjj',
|
||||
// flint shears
|
||||
'primitive_creatures:fragileprimitivescissors',
|
||||
// upgrade item for terrible idol
|
||||
'primitive_creatures:rw'
|
||||
]
|
||||
|
||||
DISABLED_ITEMS.forEach(item => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue