Change way clorine is obtained
This commit is contained in:
parent
e94dc3a719
commit
101e23bc1e
@ -47,7 +47,6 @@ public class SSSPCore {
|
||||
|
||||
@Mod.EventHandler
|
||||
public void postInit(FMLPostInitializationEvent event) {
|
||||
Items.WATER_BUCKET.setContainerItem(null);
|
||||
}
|
||||
|
||||
@Mod.EventBusSubscriber
|
||||
|
@ -24,7 +24,6 @@ public class ModItems {
|
||||
registerItem("phosphoric_acid");
|
||||
registerItem("salt");
|
||||
registerItem("boron");
|
||||
registerItem("brine_bucket");
|
||||
registerItem("hydrogen_bottle");
|
||||
registerItem("clorine_bottle");
|
||||
registerItem("hydrocloric_acid");
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "ssspcore:items/brine_bucket"
|
||||
}
|
||||
}
|
@ -1 +0,0 @@
|
||||
{"type":"minecraft:crafting_shapeless","ingredients":[{"item":"ssspcore:salt"},{"item":"minecraft:water_bucket"}],"result":{"item":"ssspcore:brine_bucket"}}
|
@ -1 +1 @@
|
||||
{"type":"minecraft:crafting_shapeless","ingredients":[{"item":"ssspcore:brine_bucket"},{"item":"minecraft:redstone"},{"item":"minecraft:glass_bottle"},{"item":"minecraft:glass_bottle"},{"item":"minecraft:glass_bottle"},{"item":"minecraft:glass_bottle"}],"result":{"item":"ssspcore:clorine_bottle","count":4}}
|
||||
{"type":"minecraft:crafting_shapeless","ingredients":[{"item":"ssspcore:salt"},{"item":"minecraft:redstone"},{"item":"minecraft:glass_bottle"},{"item":"minecraft:glass_bottle"},{"item":"minecraft:glass_bottle"},{"item":"minecraft:glass_bottle"}],"result":{"item":"ssspcore:clorine_bottle","count":4}}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 429 B |
Loading…
x
Reference in New Issue
Block a user