stanhebben / MineTweaker3

Tweak your minecraft experience
66 stars 32 forks source link

Why wont the import doesnt work #456

Open Badminecraftdevelopment opened 6 years ago

Badminecraftdevelopment commented 6 years ago

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 commented 6 years ago

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

Badminecraftdevelopment commented 6 years ago

ok :D

Badminecraftdevelopment commented 6 years ago

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

Badminecraftdevelopment commented 6 years ago

heres the script ^^ //this is the defaut stuff //no Diamond stuff :D recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove();

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

Badminecraftdevelopment commented 6 years ago

screenshot_20

Badminecraftdevelopment commented 6 years ago

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

PrincessRTFM commented 6 years ago

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

Badminecraftdevelopment commented 6 years ago

https://pastebin.com/h4ymf1Kn

PrincessRTFM commented 6 years ago

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.