Add silk to tag, redo comments
This commit is contained in:
parent
a9db4c5754
commit
deed3c4849
2 changed files with 5 additions and 2 deletions
|
|
@ -588,8 +588,9 @@ const registerCreateRecipes = (event) => {
|
|||
.duration(200)
|
||||
.EUt(20)
|
||||
|
||||
// Парус ветряной мельницы
|
||||
event.shaped('4x create:sail_frame',[
|
||||
// Create sail creation using custom sail items.
|
||||
|
||||
event.shaped('8x create:sail_frame',[
|
||||
'ABA',
|
||||
'BCB',
|
||||
'ABA'
|
||||
|
|
|
|||
|
|
@ -15,8 +15,10 @@ const registerCreateItemTags = (event) => {
|
|||
if (dye != 'white') event.add('tfg:colored_seats', `create:${dye}_seat`)
|
||||
})
|
||||
|
||||
// Add "cloth" items so sails can be created with any kind of cloth instead of wool blocks
|
||||
event.add('tfg:usable_in_sail_frame', 'tfc:burlap_cloth')
|
||||
event.add('tfg:usable_in_sail_frame', 'tfc:wool_cloth')
|
||||
event.add('tfg:usable_in_sail_frame', "tfc:silk_cloth")
|
||||
}
|
||||
|
||||
const registerCreateBlockTags = (event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue