last minute additions (#1877)

* fuel_rods

* flower tags

* more mealbag stuff
This commit is contained in:
Redeix 2025-09-23 02:17:46 -05:00 committed by GitHub
parent 6702adac35
commit 70fd1f6e55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 46 additions and 14 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -0,0 +1 @@
{"animation": {"frametime": 2, "frames": [{"index": 0, "time":30}, 1, 2, 3, 4, 5, 6, 7, 8, 9]}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1 @@
{"animation": {"frametime": 2, "frames": [{"index": 0, "time":30}, 1, 2, 3, 4, 5, 6, 7, 8, 9]}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -0,0 +1 @@
{"animation": {"frametime": 2, "frames": [{"index": 0, "time":30}, 1, 2, 3, 4, 5, 6, 7, 8, 9]}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -0,0 +1 @@
{"animation": {"frametime": 2, "frames": [{"index": 0, "time":30}, 1, 2, 3, 4, 5, 6, 7, 8, 9]}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1 @@
{"animation": {"frametime": 2, "frames": [{"index": 0, "time":30}, 1, 2, 3, 4, 5, 6, 7, 8, 9]}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -0,0 +1 @@
{"animation": {"frametime": 2, "frames": [{"index": 0, "time":30}, 1, 2, 3, 4, 5, 6, 7, 8, 9]}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -0,0 +1 @@
{"animation": {"frametime": 2, "frames": [{"index": 0, "time":30}, 1, 2, 3, 4, 5, 6, 7, 8, 9]}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1 @@
{"animation": {"frametime": 2, "frames": [{"index": 0, "time":30}, 1, 2, 3, 4, 5, 6, 7, 8, 9]}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -0,0 +1 @@
{"animation": {"frametime": 2, "frames": [{"index": 0, "time":30}, 1, 2, 3, 4, 5, 6, 7, 8, 9]}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1 @@
{"animation": {"frametime": 2, "frames": [{"index": 0, "time":30}, 1, 2, 3, 4, 5, 6, 7, 8, 9]}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1 @@
{"animation": {"frametime": 2, "frames": [{"index": 0, "time":30}, 1, 2, 3, 4, 5, 6, 7, 8, 9]}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -0,0 +1 @@
{"animation": {"frametime": 2, "frames": [{"index": 0, "time":30}, 1, 2, 3, 4, 5, 6, 7, 8, 9]}}

View file

@ -283,22 +283,38 @@ const registerTFGItemTags = (event) => {
event.add('tfc:foods/usable_in_jam_sandwich_2', item);
});
//meal bags
//#region Meal Bag
/**
* List of item tags and item IDs that are allowed to be used in a meal bag.
* @type {string[]}
*/
const usable_in_meal_bag = [
'#tfc:foods/meats',
'#tfc:foods/grains',
'#tfc:foods/vegetables',
'#tfc:foods/fruits',
'#tfc:foods/dairy',
'#firmalife:foods/chocolate',
'#tfcchannelcasting:foods/chocolate_sweet',
'firmalife:food/chocolate_chip_cookie',
'firmalife:food/vanilla_ice_cream',
'firmalife:food/strawberry_ice_cream',
'firmalife:food/chocolate_ice_cream',
'firmalife:food/banana_split',
'tfc:food/cooked_egg',
'tfc:food/boiled_egg',
'tfc:food/cooked_rice',
'firmalife:food/cooked_pasta',
'firmalife:food/pasta_with_tomato_sauce',
'firmalife:food/cooked_rice_noodles',
'tfg:roasted_sunflower_seeds'
];
usable_in_meal_bag.forEach(item => {
event.add('tfg:foods/usable_in_meal_bag', item);
});
event.add('tfg:foil_packs', 'tfg:foil_pack');
event.add('tfg:foil_packs', 'tfg:clean_foil_pack')
event.add('tfg:foods/usable_in_meal_bag', '#tfc:foods/meats');
event.add('tfg:foods/usable_in_meal_bag', '#tfc:foods/grains');
event.add('tfg:foods/usable_in_meal_bag', '#tfc:foods/vegetables');
event.add('tfg:foods/usable_in_meal_bag', '#tfc:foods/fruits');
event.add('tfg:foods/usable_in_meal_bag', '#tfc:foods/dairy');
event.add('tfg:foods/usable_in_meal_bag', '#firmalife:foods/chocolate');
event.add('tfg:foods/usable_in_meal_bag', 'tfc:food/cooked_egg');
event.add('tfg:foods/usable_in_meal_bag', 'tfc:food/boiled_egg');
event.add('tfg:foods/usable_in_meal_bag', 'tfc:food/cooked_rice');
event.add('tfg:foods/usable_in_meal_bag', 'firmalife:food/cooked_pasta');
event.add('tfg:foods/usable_in_meal_bag', 'firmalife:food/pasta_with_tomato_sauce');
event.add('tfg:foods/usable_in_meal_bag', 'firmalife:food/cooked_rice_noodles');
event.add('tfg:foods/usable_in_meal_bag', 'tfg:roasted_sunflower_seeds');
//#endregion
//#endregion
//#region Blacklisted from the railgun

View file

@ -14,6 +14,7 @@ const registerTFGCrops = (event) => {
.hardness(0.4)
.growthModifier(0.8)
.tagBlock('minecraft:mineable/hoe')
.tagBlock('minecraft:flowers')
.productItem(product => {
product.texture('tfg:item/sunflower_product')
})
@ -34,6 +35,7 @@ const registerTFGCrops = (event) => {
.hardness(0.2)
.tagBoth('tfc:wild_crops')
.tagBlock('minecraft:mineable/hoe')
.tagBlock('minecraft:flowers')
.tagItem('c:hidden_from_recipe_viewers')
event.create('tfg:rapeseed', 'tfc:double_crop')
@ -44,6 +46,7 @@ const registerTFGCrops = (event) => {
.doubleStages(3)
.hardness(0.4)
.tagBlock('minecraft:mineable/hoe')
.tagBlock('minecraft:flowers')
.deadBlock(dead => {
dead.hardness(0.2)
dead.soundType('crop')
@ -58,6 +61,7 @@ const registerTFGCrops = (event) => {
.hardness(0.2)
.tagBoth('tfc:wild_crops')
.tagBlock('minecraft:mineable/hoe')
.tagBlock('minecraft:flowers')
.tagItem('c:hidden_from_recipe_viewers')
event.create('tfg:flax', 'tfc:double_crop')