[Ning Mine Lan] Let the high version of Ninging Lan link more ore [BOT] Botania Minecraft Game

This tutorial is set by the author's setting without permission.

I found that 1.18.2 and 1.19.2 Plant Magic Ningjun orchid did not associate other modules.

So I decided to make up it through Kubejs (cover most of the mainstream technology mines, use mineral words, and eat with peace of mind)

It has nothing to do with "Kubejs Botania" module

The following code is located in the server_script folder

Note: 1.19.2 is different from the first line format of 1.18.2.What is displayed here is 1.19.2 style

Note: If the collapse occurs, please check whether the output ore of Ningjin orchid is free.

<<<<<<] = "assh: none;">> serverersion

// zinc

Event.custom ({{

"Type": "Botania: Orechid",

"Input": {"Type": "Block", "Block": "Minecraft: Smooth_stone"},

"OUTPUT": {

"Type": "tag",

"Tag": "Forge: ols/Zinc"

},

"Weight": 1

})

// Aluminum or aluminum

Event.custom ({{

"Type": "Botania: Orechid",

"Input": {"Type": "Block", "Block": "Minecraft: Smooth_stone"},

"OUTPUT": {

"Type": "tag",

"Tag": "Forge: ores/Aluminum"

}, "Weight": 1

})

//silver

Event.custom ({{

"Type": "Botania: Orechid",

"Input": {"Type": "Block", "Block": "Minecraft: Smooth_stone"},

"OUTPUT": {

"Type": "tag",

"Tag": "Forge: ores/Silver"

},

"Weight": 1

})

// nickel

Event.custom ({{

"Type": "Botania: Orechid",

"Input": {"Type": "Block", "Block": "Minecraft: Smooth_stone"},

"OUTPUT": {

"Type": "tag",

"Tag": "Forge: ores/nickel"

},

"Weight": 1

}) // Uranium

Event.custom ({{

"Type": "Botania: Orechid",

"Input": {"Type": "Block", "Block": "Minecraft: Smooth_stone"},

"OUTPUT": {

"Type": "tag",

"Tag": "Forge: ols/Uranium"

},

"Weight": 1

})

// cobalt

Event.custom ({{

"Type": "Botania: Orechid",

"Input": {"Type": "Block", "Block": "Minecraft: Smooth_stone"},

"OUTPUT": {

"Type": "tag",

"Tag": "Forge: ols/Cobalt"

},

"Weight": 1

})

// phosphorusite

Event.custom ({{

"Type": "Botania: Orechid", "Input": {"Type": "Block", "Block": "Minecraft: Smoolh_stone"},

"OUTPUT": {

"Type": "tag",

"Tag": "Forge: ols/Apatite"

},

"Weight": 1

})

// cinnabar

Event.custom ({{

"Type": "Botania: Orechid",

"Input": {"Type": "Block", "Block": "Minecraft: Smooth_stone"},

"OUTPUT": {

"Type": "tag",

"Tag": "Forge: ols/Cinnabar"

},

"Weight": 1

})

//

Event.custom ({{

"Type": "Botania: Orechid",

"Input": {"type": "block", "block": "minecraft: smoolh_stone"}, "output": {

"Type": "tag",

"Tag": "Forge: ores/Niter"

},

"Weight": 1

})

// sulfur

Event.custom ({{

"Type": "Botania: Orechid",

"Input": {"Type": "Block", "Block": "Minecraft: Smooth_stone"},

"OUTPUT": {

"Type": "tag",

"Tag": "Forge: ores/Sulfur"

},

"Weight": 1

})

// tin

Event.custom ({{

"Type": "Botania: Orechid",

"Input": {"type": "block", "block": "minecraft: smoolh_stone"}, "output": {

"Type": "tag",

"Tag": "Forge: ols/TIN"

},

"Weight": 1

})

// lead

Event.custom ({{

"Type": "Botania: Orechid",

"Input": {"Type": "Block", "Block": "Minecraft: Smooth_stone"},

"OUTPUT": {

"Type": "tag",

"Tag": "Forge: ores/Lead"

},

"Weight": 1

})

// lower -level essence

Event.custom ({{

"Type": "Botania: Orechid",

"Input": {"type": "block", "block": "minecraft: smoolh_stone"}, "output": {

"Type": "tag",

"Tag": "Forge: ores/Inferium"

},

"Weight": 1

})

// Activated Crystal

Event.custom ({{

"Type": "Botania: Orechid",

"Input": {"Type": "Block", "Block": "Minecraft: Smooth_stone"},

"OUTPUT": {

"Type": "tag",

"Tag": "Forge: ores/Prosperity"

},

"Weight": 1

})

// fluorite

Event.custom ({{

"Type": "Botania: Orechid",

"Input": {"type": "block", "block": "minecraft: smoolh_stone"}, "output": {

"Type": "tag",

"Tag": "Forge: ores/Fluorite"

},

"Weight": 1

})

// 锇

Event.custom ({{

"Type": "Botania: Orechid",

"Input": {"Type": "Block", "Block": "Minecraft: Smooth_stone"},

"OUTPUT": {

"Type": "tag",

"Tag": "Forge: ols/Osmium"

},

"Weight": 1

})

})

grateful