SpongePowered / SpongeForge

A Forge mod that implements SpongeAPI
http://www.spongepowered.org/
MIT License
1.14k stars 306 forks source link

something is incompatible with crafttweaker #2365

Closed alex450 closed 6 years ago

alex450 commented 6 years ago

i made a script of crafttweaker for my own server (i had also installed modtweaker)

This is a minor part of it

recipes.remove();

recipes.addShaped(, [[, ,],[, null, ], [, ,]]);

If everything goes right there would be a recipe like 2018-08-05_19 11 12 this works properly on ssp and forge server without sponge

but on forge server with sponge 2018-08-05_19 13 35 I am very very very sure that both clinet and the server have crafttweaker modtweaker and the scripts

alex450 commented 6 years ago

a number of recipes also doesn't work

This is my script //This file was created via CT-GUI! Editing it is not advised! //Don't touch me! //#Remove recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); //Don't touch me! //#Add recipes.addShaped(, [[, , ],[, , ], [, , ]]); recipes.addShaped(, [[null, , null],[, , ], [null, , null]]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); recipes.addShaped(, [[, , ],[, null, ], [, , ]]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); recipes.addShaped(, [[, , null],[, null, ], [null, , ]]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); recipes.addShaped( * 64, [[, , ],[, , ], [, , ]]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); recipes.addShaped(, [[null, null, null],[, , ], [, , ]]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); recipes.addShaped(, [[, , ],[, , ], [, , ]]); recipes.addShaped(, [[null, null, ],[null, , null], [, null, null]]); //File End

alex450 commented 6 years ago

oh **** i am trolling this problem is caued by disable quarry and quarryproxy of extrautils2(the mod will not register anything disabled) please close this issue