Use netherite

This commit is contained in:
raoulvdberge
2020-07-17 03:14:23 +02:00
parent e78cadec2a
commit 962ad5d3b6
3 changed files with 8 additions and 3 deletions

View File

@@ -5,7 +5,6 @@ import net.minecraft.item.Item;
public class ProcessorItem extends Item {
public enum Type {
RAW_BASIC("raw_basic"),
RAW_IMPROVED("raw_improved"),
RAW_ADVANCED("raw_advanced"),

View File

@@ -1,7 +1,7 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"AAA",
"ANA",
"CMD",
"EEE"
],
@@ -20,6 +20,9 @@
},
"A": {
"item": "refinedstorage:advanced_processor"
},
"N": {
"item": "minecraft:netherite_ingot"
}
},
"result": {

View File

@@ -1,7 +1,7 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"EEE",
"ENE",
"CMD",
"AAA"
],
@@ -20,6 +20,9 @@
},
"A": {
"item": "refinedstorage:advanced_processor"
},
"N": {
"item": "minecraft:netherite_ingot"
}
},
"result": {