CraftTweaker

CraftTweaker

186M Downloads

Elytra not showing up

otterpawps opened this issue ยท 1 comments

commented

Issue description

Have tried multiple ways in the code, I do not get errors, but Elytra doesn't show up in the recipe.

And when trying to craft, it won't let me craft with or without the elytra.

`var oadd_shulkercharm = item:shulkercharm:shulker_charm as IItemStack;
var shulker_charms = item:shulkercharm:shulker_charm as IItemStack;
var air = item:minecraft:air as IIngredient;
var elytraitem = item:minecraft:elytra as IItemStack;
var star = item:minecraft:nether_star as IIngredient;
var shell = item:minecraft:shulker_shell as IIngredient;

craftingTable.remove(shulker_charms);

craftingTable.addShaped("tmr_newsc", oadd_shulkercharm, [
[shell,shell,shell],
[elytraitem,star,elytraitem],
[shell, shell, shell]
]);
Nothing is showing up as an error or interest in the log:[10:26:21.156][INFO][CraftTweaker-ZenCode]: Started loading scripts for loader 'tags'
[10:26:21.156][INFO][CraftTweaker-ZenCode]: Undoing previous actions
[10:26:21.161][INFO][CraftTweaker-ZenCode]: Compiling and executing scripts
[10:26:21.162][INFO][CraftTweaker-ZenCode]: Successfully initialized modules [crafttweaker, expansions]
[10:26:21.165][INFO][CraftTweaker-ZenCode]: Execution for loader 'tags' completed successfully
[10:26:21.947][INFO][CraftTweaker-ZenCode]: Started loading scripts for loader 'crafttweaker'
[10:26:21.947][INFO][CraftTweaker-ZenCode]: Undoing previous actions
[10:26:21.952][INFO][CraftTweaker-ZenCode]: Compiling and executing scripts
[10:26:21.978][INFO][CraftTweaker-ZenCode]: Successfully initialized modules [farmersdelight, mods, crafttweaker, expansions]
[10:26:21.978][INFO][CraftTweaker-ZenCode]: Loading file 'create_revisions.zs' with priority 0
[10:26:21.978][INFO][CraftTweaker-ZenCode]: Loading file 'pokemonupdates.zs' with priority 0
[10:26:21.978][INFO][CraftTweaker-ZenCode]: Loading file 'tm_revision.zs' with priority 0
[10:26:21.984][INFO][CraftTweaker]: Adding 'create:milling' recipe, with name: 'crafttweaker:prismarineshard' that outputs: 'item:minecraft:prismarine_shard'
[10:26:21.984][INFO][CraftTweaker]: Adding 'create:haunting' recipe, with name: 'crafttweaker:hauntedleather' that outputs: 'item:minecraft:leather'
[10:26:21.984][INFO][CraftTweaker]: Adding 'farmersdelight:cooking' recipe, with name: 'crafttweaker:oransushi' that outputs: 'item:kubejs:oran_sushi'
[10:26:21.984][INFO][CraftTweaker]: Adding 'farmersdelight:cooking' recipe, with name: 'crafttweaker:fireandice' that outputs: 'item:kubejs:oran_sushi'
[10:26:21.984][INFO][CraftTweaker]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:repelblock' that outputs: 'item:unimplemented_items:repel'
[10:26:21.985][INFO][CraftTweaker]: Removing 'crafting' recipes with output: 'item:wherearemytms:blank_tm'
[10:26:21.986][INFO][CraftTweaker]: Removing 'crafting' recipes with output: 'item:shulkercharm:shulker_charm'
[10:26:21.987][INFO][CraftTweaker]: Adding 'minecraft:crafting' recipe, of type: "shaped", with name: 'crafttweaker:tmr_newsc' that outputs: 'item:shulkercharm:shulker_charm'
[10:26:21.987][INFO][CraftTweaker-ZenCode]: Execution for loader 'crafttweaker' completed successfully
[10:26:21.988][INFO][CraftTweaker]: This reload was made possible by Lucas and more! Become a patron at https://patreon.com/jaredlll08?s=crtmod`

Image

Steps to reproduce

No response

Script used

https://pastebin.com/YbEaWF46

The crafttweaker.log file

https://pastebin.com/MjP9DpHp

Minecraft version

1.20.1

Modloader

Fabric

Modloader version

fabric-api-0.92.2+1.20.1

CraftTweaker version

CraftTweaker-fabric-1.20.1-14.0.40

Other relevant information

No response

The latest.log file

https://pastebin.com/

commented

I just did more testing, there is definitely something in my modpack causing the issue. Closing as it isn't rooted with this mod.