Posts by ImDimchkee

    Also i've changed recipe of Fluxed armor plating from redstone arsenal like that
    recipes.remove(<RedstoneArsenal:material:128>);
    recipes.addShaped(<RedstoneArsenal:material:128>, [[<EnderIO:itemBasicCapacitor:1>, <RedstoneArsenal:material:32>, <EnderIO:itemBasicCapacitor:1>], [<RedstoneArsenal:material:32>, <RedstoneArsenal:material:96>, <RedstoneArsenal:material:32>], [<EnderIO:itemBasicCapacitor:1>, <RedstoneArsenal:material:32>, <EnderIO:itemBasicCapacitor:1>]]);
    And its didnt work to

    I've a little private server with gravisuite, and it's recipe's didnt work so i decided to fix it with MT3.
    Single player give's me this error - Error parsing IC2.zs:479 -- ; expected


    recipe.remove(<GraviSuite:itemSimpleItem:6>);


    recipes.addShaped(<GraviSuite:itemSimpleItem:6>);


    [<minecraft:glowstone_dust>, <IC2:itemPartAlloy>, <minecraft:glowstone_dust>],


    [<IC2:itemPartCircuitAdv>, <IC2:upgradeModule>, <IC2:itemPartCircuitAdv>],


    [<IC2:itemPartAlloy>, <IC2:reactorVentDiamond:1>, <IC2:itemPartAlloy>]]);


    in single player everything work's fine but on server -_-
    Maybe its syntax error, can you tell me? Sorry for my bad eng)))