your current location:首页 > news>[Wol] LUA Minerft (Wizards of LUA)

[Wol] LUA Minerft (Wizards of LUA)

2024-12-12 09:33:38|Myriagame |source:minecraft skins

This module is a programmatic module in the true sense. You can apply the spells of the module in the chat bar or command block through the /Lua command.The form of the spells of this module in the world is "Spect Entity". Each spell entity contains a LUA code that explains its operation method.

You can use this module:

Create "magic" items

Create a mini -game

Create a programmatic structure

First of all, you need to understand the LUA language and initially browse the pages of the Library of Library to familiarize it.After learning more, you can complete the following tasks:

Use the built -in LUA editor to write a program (the code writing code in the chat bar is obviously unreliable, so you can implement this through the /Wol File Edit instruction)

Use various LUA functions, including variables, circulation, functions, etc.

Run multiple spells at the same time

End spell operation

The operation of any meal in the world, including data values ​​and NBT modifications

Receive events in the game, such as left -click, swing arm, and so on

Start and control event

Execute any MINECRAFT command, including other modules added

Call the LUA module in the server file

If you want to know more information, read the introduction, tutorial and examples.

Minecraft images

Pillar of Stone

The following instructions can generate a 10 -square -high stone pillar in front of you, as shown in the figure above:

/lua for i = 1,10 do spell.block = blocks.get ("stone"); Spell: move ("up"); end

The producers of this module hope to promote programming to children in the game, but obviously their audience is not just children.However, Wiki is very childcaping and can read it for children.