CraftTweaker

CraftTweaker

151M Downloads

The mod wont work!!!

bob-and-susan opened this issue · 8 comments

commented

I decided to start making a mod pack but first I wanted to play with CraftTweaker so I would know how to use it but the only problem is no mater what I do whether I hard code the recipes in myself or use the recipe helper mod it never seems to work. I've tried reloading the scripts or restarting the entire game but it does nothing I would be amazing if you could help me figure out what is going wrong as I am trying to remove the log to plank recipe so I can make my own.

commented

Minecraft is 1.10
CraftTweaker is latest

Minetweaker.Log
INFO: MineTweaker: Building registry
INFO: MineTweaker: Sucessfully built item registry
INFO: Adding command minetweaker
INFO: Adding minetweaker command tooltips
INFO:
INFO:
INFO:
INFO: tried to remove command: entities failed. THIS IS NOT AN ERROR!
INFO: tried to remove command: tooltips failed. THIS IS NOT AN ERROR!
INFO: tried to remove command: entities failed. THIS IS NOT AN ERROR!
INFO: tried to remove command: tooltips failed. THIS IS NOT AN ERROR!
INFO: tried to remove command: minetweaker failed. THIS IS NOT AN ERROR!
INFO:
INFO:
INFO: Removing 0 recipes
INFO: Restoring 0 recipes
INFO: tried to remove command: entities failed. THIS IS NOT AN ERROR!
INFO: tried to remove command: tooltips failed. THIS IS NOT AN ERROR!
INFO:
INFO:
INFO: Removing 0 recipes
INFO: Restoring 0 recipes
INFO: tried to remove command: entities failed. THIS IS NOT AN ERROR!
INFO: tried to remove command: tooltips failed. THIS IS NOT AN ERROR!
INFO:
INFO:
INFO: Removing 0 recipes
INFO: Removing 0 recipes
INFO: Restoring 0 recipes
INFO: Restoring 0 recipes
INFO: tried to remove command: entities failed. THIS IS NOT AN ERROR!
INFO: tried to remove command: tooltips failed. THIS IS NOT AN ERROR!
INFO:
INFO:
INFO: Removing 0 recipes
INFO: Removing 0 recipes
INFO: Restoring 0 recipes
INFO: Restoring 0 recipes
INFO: tried to remove command: entities failed. THIS IS NOT AN ERROR!
INFO: tried to remove command: tooltips failed. THIS IS NOT AN ERROR!
INFO:
INFO:
INFO: Removing 0 recipes
INFO: Removing 0 recipes
INFO: Restoring 0 recipes
INFO: Restoring 0 recipes
INFO: tried to remove command: entities failed. THIS IS NOT AN ERROR!
INFO: tried to remove command: tooltips failed. THIS IS NOT AN ERROR!
INFO:
INFO:
INFO: Removing 0 recipes
INFO: Removing 0 recipes
INFO: Restoring 0 recipes
INFO: Restoring 0 recipes
INFO: tried to remove command: entities failed. THIS IS NOT AN ERROR!
INFO: tried to remove command: tooltips failed. THIS IS NOT AN ERROR!
INFO:
INFO:
INFO: Removing 0 recipes
INFO: Removing 0 recipes
INFO: Restoring 0 recipes
INFO: Restoring 0 recipes
INFO: tried to remove command: entities failed. THIS IS NOT AN ERROR!
INFO: tried to remove command: tooltips failed. THIS IS NOT AN ERROR!
INFO:
INFO:
INFO: Removing 0 recipes
INFO: Removing 0 recipes
INFO: Removing 0 recipes
INFO: Removing 0 recipes

Script
// File generated by MineTweakerRecipeMaker
// READ THIS HEADER BEFORE EDITING ANYTHING
// ================================================================================
// This file is read and changed by the mod.
// If you remove/edit any of the markers, IT WILL STOP WORKING!
// If you want to make manual edits, make a backup of this file!
// Markers look like this: "//#MARKER something"
// They indicate where calls should be placed, so that MineTweaker does them in the correct order.
// Removes come first, then stuff is added.
// ================================================================================
//

// ================================================================================
//#MARKER REMOVE

// ================================================================================
//#MARKER REMOVE SHAPELESS
recipes.removeShapeless(minecraft:crafting_table, [minecraft:planks:*, minecraft:planks:*, minecraft:planks:*, minecraft:planks:*]);
recipes.removeShapeless(minecraft:planks * 4, [ore:logWood]);

// ================================================================================
//#MARKER REMOVE SHAPED

// ================================================================================
//#MARKER ADD

// ================================================================================
//#MARKER ADD SHAPELESS

// ================================================================================
//#MARKER ADD SHAPED

commented
commented
commented

im using CraftTweaker-1.10.2-3.0.15

and also I did say I tried it without mtrm and removing mtrm completely from the pack

commented
commented

ok so look, there is obviously something wrong with your scripts, if there was a problem with the mod, trust me, I would know about it, I'm closing this as I don't help people fix their scripts, I can't spend my time doing that.

commented

yes i followed it when I did it without mtrm but only on the planks recipe and it didn't work.

commented