Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
Register
Advertisement
This page is a translated version of the page Using MineTweaker and Avaritia and the translation is 59% complete.
Esta página es sobre usando MineTweaker con Avaritia antes de 1.12. Para usando MineTweaker en general, mirar How to Use MineTweaker 3.

Clases de ZenScript

mods.avaritia.Compressor

Funciones Parámetros Returns
add(output, amount, input)  · output: (IItemStack) producto de la receta.
 · amount: (int)
 · input: (IIngredient)
add(output, amount, input, exact)  · output: (IItemStack) output of the recipe.
 · amount: (int)
 · input: (IIngredient)
 · exact: (boolean) disables the scaling system. The previous method is the same as this one, but with this parameter set to true.
remove(output)  · output: (IItemStack) output of recipe wanted to be removed.

mods.avaritia.ExtremeCrafting

Funciones Parámetros Returns
addShapeless("Name", output, ingredients)  · output: (IItemStack) output of the shapeless recipe.
 · ingredients: (Ingredient) the components need to create said output.
addShaped("Name", output, ingredients)  · output: (IItemStack) output of the shaped recipe.
 · ingredients: (Ingredient) the components need to create said output.
remove(target)  · target: (IItemStack) output of recipe wanted to be removed.

Ejemplo

mods.avaritia.ExtremeCrafting.addShaped(<minecraft:glass>,
 [[<minecraft:stone>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>],
  [<minecraft:stone>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>],
  [<minecraft:stone>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>],
  [<minecraft:stone>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>],
  [<minecraft:stone>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>],
  [<minecraft:stone>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>],
  [<minecraft:stone>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>],
  [<minecraft:stone>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>],
  [<minecraft:stone>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>, <minecraft:sand>, <minecraft:stone>, <minecraft:stone>]]);

produce:

GUI Dire Crafting Table



















































































Template:Navbox MineTweaker/es

Advertisement