Buff interface/pattern provider recipes
This commit is contained in:
@@ -2,8 +2,8 @@ ServerEvents.recipes((event) => {
|
|||||||
const patpros = [
|
const patpros = [
|
||||||
["lv", "steel", 1],
|
["lv", "steel", 1],
|
||||||
["mv", "aluminium", 2],
|
["mv", "aluminium", 2],
|
||||||
["hv", "stainless_steel", 3],
|
["hv", "stainless_steel", 4],
|
||||||
["ev", "titanium", 4],
|
["ev", "titanium", 8],
|
||||||
];
|
];
|
||||||
patpros.forEach((tier) => {
|
patpros.forEach((tier) => {
|
||||||
let interProv = (materialType, blockType) => {
|
let interProv = (materialType, blockType) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user