minetest/games/devtest/mods/testabms
2024-09-26 17:32:55 +02:00
..
textures ABM without_neighbors (#14116) 2024-09-26 17:32:55 +02:00
after_node.lua ABM without_neighbors (#14116) 2024-09-26 17:32:55 +02:00
chances.lua ABM without_neighbors (#14116) 2024-09-26 17:32:55 +02:00
init.lua ABM without_neighbors (#14116) 2024-09-26 17:32:55 +02:00
intervals.lua ABM without_neighbors (#14116) 2024-09-26 17:32:55 +02:00
min_max.lua ABM without_neighbors (#14116) 2024-09-26 17:32:55 +02:00
mod.conf ABM without_neighbors (#14116) 2024-09-26 17:32:55 +02:00
neighbors.lua ABM without_neighbors (#14116) 2024-09-26 17:32:55 +02:00
README.md ABM without_neighbors (#14116) 2024-09-26 17:32:55 +02:00

Test ABMs

This mod contains a nodes and related ABM actions. By placing these nodes, you can test basic ABM behaviours.

There are separate tests for ABM chance, interval, min_y, max_y, neighbor and without_neighbor fields.