Time Nick Message 15:12 rdococ Hello guys... I wonder if there is a way to script an ABM that affects every node, except air, water and lava. 15:13 rdococ The idea is, I have a simple physics simulation system, but it only works with one node type. I want to extend it to every node - except air, water and lava, of course. 15:16 rubenwardy Try group:cracky, group:snappy, group:sss etc 15:16 rubenwardy Air, water, and lava don't have those 15:17 rdococ Cool, thanks, I'll have a go. 15:17 rubenwardy Prepare for lag and slowness, though. 15:17 rubenwardy http://rubenwardy.com/minetest_modding_book/chapters/nodes_items_crafting.html#dig-types 15:17 rdococ Oh, I had stack overflow problems at first... 15:18 rdococ Let me try with just crumbly first. 15:19 rdococ That'll affect dirt (hmm... on a second thought, I might leave sand out, but how?) 15:20 rubenwardy It'll affect all nodes with "crumbly" in there definition. 15:21 rdococ Which, atleast according to the link, includes sand... 15:21 rubenwardy If you just want dirt do "default:dirt". You can do lists. {"default:dirt", "default:sand"} 15:24 rdococ I know. Since the ABM didn't seem to work on dirt + all other categories (Excluding fleshy and explody), I'll just try it on dirt. 15:25 rdococ And dirt with grass. 15:26 rdococ Doesn't work either... 15:26 rdococ Well, that's interesting. 15:40 rdococ Do you want to try to help me? 15:42 rubenwardy Not at the moment 15:44 rdococ :c 15:46 rdococ It worked when I used physics:block to test the physics out. 15:48 rdococ Huh... 15:49 rdococ I wish there were command blocks in Minetest, but with much more intuitive commands... 15:50 rdococ Like, /abm command would be cool in a command block