FTBTeam / FTB-Mods-Issues

Any mod issues, be it FTB Teams, Quests or any other of our mods can be reported here!
20 stars 1 forks source link

[Feature Request]: FTB Library Request #1316

Open KingSkel opened 3 weeks ago

KingSkel commented 3 weeks ago

Mod

FTB Library

Description

I noticed in a modpack that FTB Library adds the "FTB Icon" item. Could that be craftable? I know it seems like a useless thing to craft, I just thought it may be fun to have the option to do so. Maybe throw it on an item frame for decoration.

Describe the solution you'd like

For example, a recipe similar to this could be made a part of the mod to let players craft it just for fun. (This is what I used in KubeJS) event.shaped('FTBlibrary:icon_item', [ 'DDD', 'ABC', 'DDD' ],{ A: 'minecraft:blue_dye', B: 'minecraft:green_dye' C: 'minecraft:red_dye' D: 'minecraft:iron_nugget' })

Describe alternatives you've considered

No response

MichaelHillcox commented 3 weeks ago

It's an item in-game. You can use a datapack to create a recipe for the item. (Or kubejs). We won't be adding one in natively.