juanchi_game/mods/brewing
root f347c62831 fixes 2020-07-27 16:26:27 +02:00
..
locale first commit 2020-07-26 15:16:57 +02:00
models first commit 2020-07-26 15:16:57 +02:00
sounds first commit 2020-07-26 15:16:57 +02:00
textures fixes 2020-07-27 16:26:27 +02:00
.luacheckrc first commit 2020-07-26 15:16:57 +02:00
README.md first commit 2020-07-26 15:16:57 +02:00
api.lua first commit 2020-07-26 15:16:57 +02:00
brewing.conf first commit 2020-07-26 15:16:57 +02:00
cauldron.lua first commit 2020-07-26 15:16:57 +02:00
effects.lua first commit 2020-07-26 15:16:57 +02:00
init.lua first commit 2020-07-26 15:16:57 +02:00
mod.conf first commit 2020-07-26 15:16:57 +02:00
mushroom.lua first commit 2020-07-26 15:16:57 +02:00
nodes.lua first commit 2020-07-26 15:16:57 +02:00
player.lua first commit 2020-07-26 15:16:57 +02:00
potion_crafts.lua first commit 2020-07-26 15:16:57 +02:00
potions.lua first commit 2020-07-26 15:16:57 +02:00
settings.lua first commit 2020-07-26 15:16:57 +02:00
sound.lua first commit 2020-07-26 15:16:57 +02:00

README.md

Brewing [brewing]

Create incredible potions for Minetest.

API

brewing.register_potion_craft

 brewing.register_potion_craft({
	effect= "jumping",
	type= "add",
	level= 1,
	recipe = {'flowers:tulip', '', ''}
})
  • Effect: It is the effect on the player: "antigrav", "speed", "health", "ouhealth", "air", "ouair".

[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.

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.