Add silk to tag, redo comments

This commit is contained in:
Nebby_G 2025-01-15 13:22:26 -03:00
parent a9db4c5754
commit deed3c4849
2 changed files with 5 additions and 2 deletions

View file

@ -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'

View file

@ -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) => {