your current location:首页 > news>Ex deorum Kubejs Magic Reform Tutorial Forelying Birth: EX Deorum Minecraft Game

Ex deorum Kubejs Magic Reform Tutorial Forelying Birth: EX Deorum Minecraft Game

2024-12-10 17:46:14|Myriagame |source:minecraft skins

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

English wiki: https: //exdeorum.readthedocs.io/en/latest/kubejs/

sieve

 serverEvents.Rcipes ((event) => {// Delete all ex -deorum default sieve formula formulas

ExDEORUM.RemoveDefaultSieverecipes (Event);

});

Paddy

 // Delete all the default 坩 pot formula of ex deorum

Exdeorum.removedefaultheatsources ();

 // Set the heat value of the lit furnace (the multiples of the acceleration of the 坩 pot) to 2.Hot value.

Exdeorum.setCrucibleHeatvalueForsState ('Minecraft: Furnace [LIT = TRUE]', 2);

 //

Exdeorum.setCrucibleheatvalue ('MINECRAFT: FURNACE [LIT = TRUE]', 2);

 // Set the thermal value of the white wool to 5 (at any time)

Exdeorum.setCrucibleHeatvalueForblock ('Minecraft: White_wool', 5);

Modify the formula

Ex deorum has modified the Remove function so that it can accept a "SIEVE_MESH" attribute. This attribute is useful for removing sieve formulas according to their use.The following is an example:

 // Remove all sieve formulas using vermiculite filters to be added to the gravel.

ServerEvents.recipes ((EVENT) => {

Event.remove ({

Input: 'Minecraft: Gravel',

Sieve_mesh: 'Exdeorum: Flint_mesh',

Type: 'Exdeorum: Sieve',

MOD: 'Exdeorum'

});

});

When writing the tutorial for the first time, there may be translation errors. Please correct me when you see it.