Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't craft with null #477

Open
JYTGames opened this issue Apr 24, 2021 · 2 comments
Open

Can't craft with null #477

JYTGames opened this issue Apr 24, 2021 · 2 comments

Comments

@JYTGames
Copy link

hey guys Im having troubles with trying to pull null into a recipe, not sure if its the version im on, but I can't really get this working (i am on 1.16.5)
here is the issue
// add recipe for Nethertie Armor
craftingTable.addShaped("item",item:minecraft:netherite_helmet,[
[item:minecraft:netherite_ingot,item:minecraft:netherite_ingot,item:minecraft:netherite_ingot],
[item:minecraft:netherite_ingot,null,item:minecraft:netherite_ingot],
]);

craftingTable.addShaped("item",item:minecraft:netherite_boots,[
[item:minecraft:netherite_ingot,null,item:minecraft:netherite_ingot],
[item:minecraft:netherite_ingot,null,item:minecraft:netherite_ingot],
]);

craftingTable.addShaped("item",item:minecraft:netherite_leggings[
[item:minecraft:netherite_ingot,item:minecraft:netherite_ingot,item:minecraft:netherite_ingot],
[item:minecraft:netherite_ingot,null,item:minecraft:netherite_ingot],
[item:minecraft:netherite_ingot,null,item:minecraft:netherite_ingot]
]);

craftingTable.addShaped("item",item:minecraft:netherite_chestplate[
[item:minecraft:netherite_ingot,null,item:minecraft:netherite_ingot],
[item:minecraft:netherite_ingot,item:minecraft:netherite_ingot,item:minecraft:netherite_ingot],
[item:minecraft:netherite_ingot,item:minecraft:netherite_ingot,item:minecraft:netherite_ingot]
]);

@kindlich
Copy link

There is no version of MineTweaker3 for 1.16.5
Are you talking about CraftTweaker?
https://github.com/CraftTweaker/CraftTweaker/issues

@JYTGames
Copy link
Author

There is no version of MineTweaker3 for 1.16.5
Are you talking about CraftTweaker?
https://github.com/CraftTweaker/CraftTweaker/issues

yes my bad D:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants