Skip to content

Commit

Permalink
Add Copper Pipe Recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
PTOM76 committed Oct 1, 2021
1 parent 3f7675f commit 2c468c8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ loader_version=0.11.6
fabric_version=0.37.2+1.17

# Mod Properties
mod_version = 0.3.1
mod_version = 0.3.2
maven_group = ml.pkom
archives_base_name = PipePlus

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ml/pkom/pipeplus/PipePlus.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class PipePlus implements ModInitializer {

public static final String MOD_ID = "pipeplus";
public static final String MOD_NAME = "PipePlus";
public static final String VERSION = "0.3.1";
public static final String VERSION = "0.3.2";
public static PipePlus instance;
private static Logger LOGGER = LogManager.getLogger();

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X#X"
],
"key": {
"X": {
"item": "minecraft:copper_ingot"
},
"#": {
"item": "minecraft:glass"
}
},
"result": {
"item": "pipeplus:copper_pipe",
"count": 4
}
}

0 comments on commit 2c468c8

Please sign in to comment.