fix: remove tiny carts (currently too buggy)

This commit is contained in:
Timo Ley 2023-02-18 15:28:32 +01:00
parent 1bbe7382cc
commit b0cb255906
3 changed files with 2 additions and 31 deletions

View File

@ -1235,21 +1235,6 @@
}
]
},
{
"qualifier": "mod-tinycarts",
"link": [
"http://immibis.com/mcmoddl/files/tinycarts-0.2.jar"
],
"flags": {
"both": ["required"]
},
"install": [
{
"action": "move",
"args": ["./mods"]
}
]
},
{
"qualifier": "mod-gravitygun",
"link": [

View File

@ -1144,20 +1144,6 @@
"included"
]
},
{
"id": "mod-tinycarts",
"file": {
"link": "http://immibis.com/mcmoddl/files/tinycarts-0.2.jar",
"installer": "internal.dir:mods"
},
"type": "mod",
"options": [
"server",
"client",
"required",
"included"
]
},
{
"id": "mod-gravitygun",
"file": {

View File

@ -3,8 +3,8 @@ recipes.addShapeless(<RedPowerBase:alloy:1> * 9, [<Tubestuff:storage:6>]);
recipes.addShapeless(<Tubestuff:storage:6>, [<RedPowerBase:alloy:1>, <RedPowerBase:alloy:1>, <RedPowerBase:alloy:1>, <RedPowerBase:alloy:1>, <RedPowerBase:alloy:1>, <RedPowerBase:alloy:1>, <RedPowerBase:alloy:1>, <RedPowerBase:alloy:1>, <RedPowerBase:alloy:1>]);
recipes.addShapeless(<RedPowerBase:alloy> * 9, [<Tubestuff:storage:7>]);
recipes.addShapeless(<Tubestuff:storage:7>, [<RedPowerBase:alloy>, <RedPowerBase:alloy>, <RedPowerBase:alloy>, <RedPowerBase:alloy>, <RedPowerBase:alloy>, <RedPowerBase:alloy>, <RedPowerBase:alloy>, <RedPowerBase:alloy>, <RedPowerBase:alloy>]);
recipes.remove(<TinyCarts:tinycarts.awesomecart>);
recipes.addShaped(<TinyCarts:tinycarts.awesomecart>, [[<ThermalFoundation:material:76>, null, <ThermalFoundation:material:76>], [<ThermalFoundation:material:76>, <ThermalFoundation:material:76>, <ThermalFoundation:material:76>]]);
//recipes.remove(<TinyCarts:tinycarts.awesomecart>);
//recipes.addShaped(<TinyCarts:tinycarts.awesomecart>, [[<ThermalFoundation:material:76>, null, <ThermalFoundation:material:76>], [<ThermalFoundation:material:76>, <ThermalFoundation:material:76>, <ThermalFoundation:material:76>]]);
recipes.remove(<IC2:blockMachine2:7>);
recipes.remove(<IC2:blockMachine2:6>);
recipes.remove(<IC2:blockMachine2:5>);