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

Why wont the import doesnt work #456

Open
Badminecraftdevelopment opened this issue Jun 3, 2018 · 9 comments
Open

Why wont the import doesnt work #456

Badminecraftdevelopment opened this issue Jun 3, 2018 · 9 comments

Comments

@Badminecraftdevelopment
Copy link

Badminecraftdevelopment commented Jun 3, 2018

IF i use import it gives me every time a stupid error saying c´something is wrong!
I just wanna use Nbt why just have mods that stupid nbt!

@PrincessRTFM
Copy link

Post your script file and the exact error, preferably in the form of your minetweaker.log file.

@Badminecraftdevelopment
Copy link
Author

ok :D

@Badminecraftdevelopment
Copy link
Author

i cannot send yu thre stuff but i will do my best to recreate everything!

@Badminecraftdevelopment
Copy link
Author

heres the script ^^
//this is the defaut stuff
//no Diamond stuff :D
recipes.remove(BigReactors:BRIngot:1);
recipes.remove(minecraft:diamond_axe);
recipes.remove(minecraft:diamond_block);
recipes.remove(minecraft:diamond_hoe);
recipes.remove(minecraft:diamond_pickaxe);
recipes.remove(minecraft:diamond_shovel);
recipes.remove(minecraft:diamond_sword);
recipes.remove(minecraft:diamond_helmet);
recipes.remove(minecraft:diamond_chestplate);
recipes.remove(minecraft:diamond_leggings);
recipes.remove(minecraft:diamond_boots);

//qed!
mods.extraUtils.QED.addShapedRecipe(ExtraUtilities:spike_base_wood *4, [[null, minecraft:wooden_sword, null],
[minecraft:wooden_sword, minecraft:planks:*, minecraft:wooden_sword],
[minecraft:planks:*, minecraft:log:*, minecraft:planks:*]]);
recipes.remove(ExtraUtilities:spike_base_wood);
//IC2 :D
mods.ic2.Compressor.addRecipe(minecraft:diamond_block, minecraft:diamond * 9);
//random stuff XD
import minetweaker.data.IData;
import minetweaker.item.IItemStack;
recipes.addShapeless(Botania:brewVial.withTag({brewKey: "bloodthirst"}));

@Badminecraftdevelopment
Copy link
Author

screenshot_20

@Badminecraftdevelopment
Copy link
Author

i hope you can help so i can make botania a 100times harder out of botania

@PrincessRTFM
Copy link

Upload everything to http://pastebin.com/ please. Including the minetweaker.log file, not the minecraft chat.

@Badminecraftdevelopment
Copy link
Author

@PrincessRTFM
Copy link

That's the log file, and it isn't showing any problems. Is that the entire log, from a sessions where the occured? Also upload your script file. We need everything.

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