| Time |
Nick |
Message |
| 00:01 |
|
IhrFussel joined #minetest-hub |
| 00:12 |
|
pauloue joined #minetest-hub |
| 00:13 |
Fixer |
someone mentioned minetest on 8chan in minecraft 10 years thread, lol |
| 00:15 |
Fixer |
lol, someone said to install mineclone 2 |
| 00:21 |
|
Sokomine joined #minetest-hub |
| 00:23 |
jas_ |
finally |
| 01:17 |
Sokomine |
finally? |
| 01:51 |
jas_ |
after ten years, finally minetest has this recognition |
| 01:51 |
jas_ |
i was just kidding around, though, wasn't being serious. well, partially anyway. |
| 01:51 |
jas_ |
btw, what's 8chan? |
| 01:53 |
jas_ |
https://www.youtube.com/watch?v=TEpiR9tD_1U |
| 02:02 |
|
twoelk left #minetest-hub |
| 02:12 |
rubenwardy |
It's like 4chan, but even less moderated |
| 02:16 |
benrob0329 |
didn't someone say a while ago we should be using require() in mods and not dofile() nowadays? |
| 02:16 |
benrob0329 |
is there a minetest.require or something? |
| 02:16 |
benrob0329 |
because normal require() is disabled with mod_security |
| 02:39 |
rubenwardy |
No |
| 02:39 |
rubenwardy |
Use dofile |
| 02:44 |
benrob0329 |
k |
| 02:44 |
benrob0329 |
Is schematic placement order random? |
| 02:44 |
benrob0329 |
*decoration |
| 02:45 |
benrob0329 |
Like, if I define decoration A, and then define decoration B, I would expect B to always be placed after A |
| 04:16 |
|
FrostRanger joined #minetest-hub |
| 06:51 |
|
CWz joined #minetest-hub |
| 10:00 |
|
Bobr joined #minetest-hub |
| 10:00 |
|
Bobr joined #minetest-hub |
| 12:11 |
|
DS-minetest joined #minetest-hub |
| 12:31 |
|
pauloue joined #minetest-hub |
| 13:10 |
|
Fixer joined #minetest-hub |
| 13:43 |
|
twoelk joined #minetest-hub |
| 13:55 |
|
calcul0n joined #minetest-hub |
| 14:35 |
|
_Xenon joined #minetest-hub |
| 14:46 |
|
lisac joined #minetest-hub |
| 14:48 |
|
Fixer_ joined #minetest-hub |
| 15:31 |
|
benrob0329 joined #minetest-hub |
| 15:32 |
|
pauloue joined #minetest-hub |
| 15:38 |
|
calcul0n joined #minetest-hub |
| 15:38 |
|
pauloue joined #minetest-hub |
| 16:03 |
|
Bobr joined #minetest-hub |
| 16:42 |
|
tumeninodes joined #minetest-hub |
| 16:43 |
tumeninodes |
does the world aligned textures code work with meshes as well, or only nodes? |
| 16:51 |
|
Ruslan1 joined #minetest-hub |
| 16:52 |
|
LoneWolfHT joined #minetest-hub |
| 17:03 |
benrob0329 |
tumeninodes: I'd imagine it works with both, but I haven't tried |
| 17:07 |
tumeninodes |
I have not either, which is why I asked but, I seem to remember when the stairs were using Meshes,it posed a problem, I could be wrong |
| 17:08 |
tumeninodes |
oh hey and you mentioned the collision boxes not extending very far. It only goes for about 3 nodes, I remember running into the same issue when I was trying to create a drawbridge mod |
| 17:09 |
tumeninodes |
(extended for @ 3 nodes within one solid object) |
| 17:29 |
|
Krock joined #minetest-hub |
| 18:04 |
|
LoneWolfHT joined #minetest-hub |
| 18:05 |
|
aerozoic joined #minetest-hub |
| 18:10 |
|
benrob0329 joined #minetest-hub |
| 18:32 |
|
LoneWolfHT joined #minetest-hub |
| 18:42 |
|
pauloue joined #minetest-hub |
| 19:04 |
|
scr267_ joined #minetest-hub |
| 19:09 |
|
LoneWolfHT joined #minetest-hub |
| 19:14 |
aerozoic |
lol, top 5 servers are all on 4.17 |
| 19:25 |
|
paramat joined #minetest-hub |
| 19:27 |
paramat |
benrob0329 decorations are placed in the order they are registered. order of decoration placement often matters, MTG places larger decos first |
| 19:32 |
paramat |
however, the optimum order depends on many things |
| 19:39 |
benrob0329 |
paramat: that is not the behavior I observed, but it could have been caused by something else as well |
| 19:45 |
|
scr267_ joined #minetest-hub |
| 19:51 |
|
_scr267 joined #minetest-hub |
| 19:58 |
|
GreenDimond joined #minetest-hub |
| 20:00 |
paramat |
'force placement' has an effect |
| 20:43 |
|
Rafi59 joined #minetest-hub |
| 20:55 |
|
scr267_ joined #minetest-hub |
| 21:10 |
|
twoelk left #minetest-hub |
| 21:22 |
|
paramat joined #minetest-hub |
| 21:56 |
|
ssieb joined #minetest-hub |
| 22:17 |
|
pauloue joined #minetest-hub |
| 22:25 |
benrob0329 |
yes that wouldn't be it |