your current location:首页 > news>Kubejs6 Modify some module formula tutorials [KJS] Kubejs Minecraft Game

Kubejs6 Modify some module formula tutorials [KJS] Kubejs Minecraft Game

2024-12-10 17:57:16|Myriagame |source:minecraft skins

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

KJ6 Simple Magic Reform

Kubejs6 is only suitable for 1.19.2+ version

Below I will show the formula that can be connected to the formula that can be connected

But first of all, you have to have this thing: Kubejs

Secondly, you may need these things: Kubejs Mekanism Kubejs Thermal Kubejs Create Kubejs ARS Nouveau Kubejs Botania, etc. These Kubejs's Kubejs affiliated by the MOD that can link

1. Formula for the Irroving Room of the Newborn Magic (this code is taken from Exile Magic Constructor)

--------------------------------------------------------------------------------------------------------------------------------------

//#MyStiCalagriculture: Fire_essence

Event.custom ({{

"Type": "ARS_NOUVEAU: Imbuement", // Formula type => Newborn Magic: Irrigation Room

"Count": 8, // Number of output items => 8*Essence of Fire

"Input": {

"Item": 'MyStiCalagriculture: Stone_essence' // Input => Mysterious Agriculture: Stone Essence

},

"OUTPUT": 'MyStiCalagriculture: Fire_essence', // Outlet => Mysterious Agriculture: Essence of Fire

"PEDESTALITEMS": [], // base items

"Source": 100 // Consumption of magic sources

})

})

--------------------------------------------------------------------------------------------------------------------------------------

2. Formula for newborn magic enchantment device (this code is taken from Exile Magic Constructor) This integrated package is really a model of magic reform of Kubejs6

--------------------------------------------------------------------------------------------------------------------------------------

 serverEvents.Rcipes (event => {// bothecary_default

Event.custom ({{

"Type": "ARS_NOUVEAU: Enchanting_appratus", // Formula type => Newborn magic art: enchanting device

"Keepnbtofreagent": true, //

"OUTPUT": {

"Item": 'botania: Apothecary_default' // Out of Outlet => Plant Magic: Flower Pharmacopoea

},

"PEDESTALITEMS": [[

{{

"Item": 'Minecraft: Cobblestone' // Input 1 => Original: Round Stone

},

{{

"Item": 'MINECRAFT: Iron_INGOT' // Input 2 => Original: iron ingot

}

],,,

"Reagent": [// central position

{{

"Item": 'MystialALAGRADDITITINS: Insanium_essence' // Input => New Magic Art: Ultimate Essence}

],,,

"SourceCost": 0 // Magic Source Consumption: 0

})

})

--------------------------------------------------------------------------------------------------------------------------------------

3.Mek's metallurgical irrigation machine formula (this code is taken from Exile Magic Constructor) the ultimate essence of the ultimate essence of the essence

--------------------------------------------------------------------------------------------------------------------------------------

Event.custom ({{

"Type": "Mekanism: Metallurgic_infusion", // Formula type => General Machinery: Metallurgical irrigation machine

"ChemicalInput": {"amount": 40, "tag": "Mekanism: Refined_obsidian"}, // Chemical input => 40MB strengthening obsidian enhanced obsidian

"Itemput": {"INGREDIENT": {"Item": "MyStiCalagriculture: Supremium_essence"}, // Input => Ultimate Essence

"OUTPUT": {"item": "Mysticalagriculture: Imperium_essence"} // Output => Advanced Essence

})

})

----------------------------------------------------------------------------------4.Mek的反物质子核合成器配方(这段代码取自Exile Magic Constructor)

--------------------------------------------------------------------------------------------------------------------------------------

Event.custom ({{

"Type": "MekaniSM: Nucleosynize", // Formula type => General Machinery: Anti -material subcourse

"Duration": 500, // time required

"Gasinput": {"amount": 2, "Gas": "Mekanism: Antimatter"}, // Chemical input => 2MB of Antimedies

"ITEMINPUT": {"INGREDIENT": {"Item": "MyStiCalagriculture: Tertium_essence"}, // Input => Mysterious Agriculture: Intermediate Essence Essence

"OUTPUT": {"item": "Mysticalagriculture: Prudentium_essence"} // Output => Mysterious Agriculture: Primary Essence: Primary Essence Essence

})

})

--------------------------------------------------------------------------------------------------------------------------------------

5.Mek's crushing machine formula (this code is taken from Exile Magic Constructor) So how is the powder practiced?

--------------------------------------------------------------------------------------------------------------------------------------

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

Event.custom ({{

"Type": "Mekanism: Crushing", // Formula type => General Machinery: Character

"Input": {"INGREDIENT": {"item": "Minecraft: AMETHYST_BLOCK"}, // Input => Original: Purple Crystal Block: Purple Crystal Block

"Output": {"item": "Mekanism: dust_osmium"} // Output => General Machinery: Powder})

--------------------------------------------------------------------------------------------------------------------------------------

6. MEK's fusion machine formula (this code is taken from Exile Magic Constructor)

Event.custom ({{

"Type": "Mekanism: Combining", // Formula type => General Machinery: Fusion machine

"Extrainput": {"Ingredient": {"item": "RefinedStorage: Silicon"}}, additional input => Exquisite storage: silicon: silicon

"Maininput": {"amount": 4, "INGREDIENT": {"item": "mekanism: hdpe_pellet"}, // Main input => 4*General Machinery: High -density polyethylene pill

"OUTPUT": {"item": "Mekanism: hdpe_sheet"} // Output => General Machinery: High -density polyethylene tablets

})

})

--------------------------------------------------------------------------------------------------------------------------------------

7. Flower and Pharmaceutical Formula of Plant Magic (this code is taken from Exile Magic Constructor)

--------------------------------------------------------------------------------------------------------------------------------------

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

Event.custom ({{

"Type": "Botania: Petal_apothecary", // Formula type => Plant Magic: Flower Pharmacy

"Ingredients": [[

{{

"Item": "Create: Andesite_alloy_block" // Input => Mechanical Power: Anshan Alloy Block},

],,,

"OUTPUT": {

"Item": "Create: Andesite_alloy", // Output => Mechanical Power: Anshan Alloy

"Count": 4 // 4

},

"Reagent": {

"Item": "MyStiCalagradDitions: Insanium_essence" // Catalysis => Mysterious Agriculture: Ultimate Essence (I don't know why it is not displayed)

}

})

})

--------------------------------------------------------------------------------------------------------------------------------------

8. Plant Magic Magic Pond Formula (this code is taken from Exile Magic Constructor)

Event.custom ({{

"Type": "Botania: Mana_infusion", // Formula type => Plant Magic: Magic Pond

"Input": {

"Item": "MyStiCalagriculture: Prosperity_gemstone" // Input => Mysterious Agriculture: Activated Gem

},

"Mana": 50, // the amount of magic source

"OUTPUT": {

"Item": "ARS_NOUVEAU: Source_gem" // Output => Newborn Magic:

}})

})

Of course, this has a variant of increasing the base of the magic pond: (this code is taken from Exile Magic Constructor)

Event.custom ({{

"Type": "Botania: Mana_infusion", // Formula type => Plant Magic: Magic Pond

"Catalyst": {// catalyst

"Type": "Block",

"Block": "Botania: Conjuration_catalyst" // Catalyst (base block) => Plant Magic: Refine the catalyst

},

"Input": {

"Item": "botania: mana_powder": // Input => Plant Magic: Magic Dust

},

"Mana": 1, // Magic consumption => 1

"OUTPUT": {

"Item": "Minecraft: Redstone" // Output => Original: Red Stone

}

})

})

--------------------------------------------------------------------------------------------------------------------------------------

Then the tutorial is over, the rest is the editor's words:

The editor is just because it is making a 1.19.2 integrated package, and there are too few tutorials on the Kubejs6 online Kubejs6. There are too few new blood in Minecraft, and many old players are unwilling to be new tutorials.The CRT Magic Reform can only find a few tutorials on the Internet after the Chinese forum is gone.