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 class ProcessorItem extends Item {
public enum Type { public enum Type {
RAW_BASIC("raw_basic"), RAW_BASIC("raw_basic"),
RAW_IMPROVED("raw_improved"), RAW_IMPROVED("raw_improved"),
RAW_ADVANCED("raw_advanced"), RAW_ADVANCED("raw_advanced"),

View File

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

View File

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