juanchi/mods/brewing/README.md

1.4 KiB

Brewing [brewing]

Create incredible potions for Minetest.

This mod requires Player Physics mod as hard dependency.

API

brewing.register_potion_craft

 brewing.register_potion_craft({
	effect= "jump",
	description= "Jump", --optional. if not, the description is the uppercased effect.
	type= "add",
	level= 1,
	recipe = {'flowers:tulip', '', ''}
})
  • Effect: It is the effect on the player: "antigrav", "speed", "health", "ouhealth", "air", "ouair", "invisibility", "resist_fire" and "teleport".

[ou= only one use]

  • Type: "add" (positive) or "sub" (negative)

  • Level: Intensity of the effect (1 to 3)

  • Recipe: The 3 ingredients to craft the potion. The recipe is SHAPED (the order matters).

Duration Time of the Effects

  • For Jump & Speed effects= 60s (lvl1), 30s (lvl2) and 15s (lvl3).
  • For Health, Air and Resist Fire effects= 15s (lvl1), 3s (lvl2) and 60s (lvl3).
  • For Invisibility effect= 3s (lvl1), 6s (lvl2) and 9s (lvl3).
  • For Teleport effect= 5m (lvl1), 120m (lvl2) and 1h (lvl3).
  • Note: "One Use Health" and "One Use Air" obviously have no time.

Recipe Book

Click on the Recipe Book icon to check the potion crafting.

Dependencies

  • default, flowers

Click on the Recipe Book icon to check the potion crafting.

Licenses

  • Code: GPL v3.0
  • Textures: CC BY-SA 4.0
  • Sounds: They have different licenses, see the 'sounds/LICENSE.MD' file.