| Time |
Nick |
Message |
| 00:05 |
|
kaeza joined #minetest |
| 00:38 |
|
begui joined #minetest |
| 00:45 |
MinetestBot |
[git] rubenwardy -> minetest/minetest: Android: Fix only right strafe working (#10046) 8ebeed5 https://git.io/JfdMH (2020-06-18T00:43:43Z) |
| 01:00 |
|
kawaiipunk joined #minetest |
| 01:08 |
|
DrFrankenstone joined #minetest |
| 01:17 |
|
Kimapr_ joined #minetest |
| 01:25 |
|
gh00p joined #minetest |
| 01:26 |
gh00p |
Is there a privilege I can grant that will allow a player to edit others' nodes when they normally wouldn't be able to? |
| 01:26 |
gh00p |
I converted a level from single player to multi player, and now the stuff that's been built in the level is owned by "singleplayer" and off-limits to other players. |
| 01:27 |
rubenwardy |
Protection bypass |
| 01:27 |
gh00p |
rubenwardy, how do I do that? Is it a /grant? |
| 01:28 |
rubenwardy |
I think it's /grantme protection_bypass |
| 01:30 |
gh00p |
Ah, that worked perfectly! Thanks! |
| 01:30 |
gh00p |
Is there some tool which I might use to change all nodes associated with one user to another user? |
| 01:40 |
|
Kimapr_ joined #minetest |
| 01:46 |
|
Conradish006 joined #minetest |
| 01:51 |
|
swift110-phone__ joined #minetest |
| 01:53 |
|
DrFrankenstone joined #minetest |
| 01:58 |
|
FrostRanger joined #minetest |
| 02:01 |
|
Verticen joined #minetest |
| 02:09 |
|
fluxflux_ joined #minetest |
| 02:28 |
|
Miner_48er joined #minetest |
| 02:40 |
|
brendantcc joined #minetest |
| 02:44 |
|
Conradish006 joined #minetest |
| 02:45 |
|
YuGiOhJCJ joined #minetest |
| 02:50 |
|
sagax joined #minetest |
| 03:30 |
|
Verticen joined #minetest |
| 03:32 |
|
Verticen joined #minetest |
| 03:36 |
|
freelike1nu joined #minetest |
| 03:38 |
freelikegnu |
why is this freaking out: minetest.after(timeout, clear_hud(player,ids)) |
| 03:41 |
freelikegnu |
same with this: minetest.after(5.0, print("ONE") ) |
| 03:41 |
rubenwardy |
You're calling the function before after |
| 03:41 |
rubenwardy |
You want minetest.after(1, print, "ONE") |
| 03:42 |
rubenwardy |
Notice how there's no brackets |
| 03:42 |
rubenwardy |
Your example code will call the functions and give the return value to Minetest.after |
| 03:42 |
rubenwardy |
The return value probably being nil |
| 03:43 |
freelikegnu |
my non-existant deity |
| 03:47 |
freelikegnu |
many thanks |
| 03:54 |
|
FrostRanger joined #minetest |
| 04:23 |
oil_boi |
I finally fixed the edge glitch :D https://youtu.be/YcWjoaLmsnE |
| 04:24 |
oil_boi |
!title |
| 04:24 |
MinetestBot |
oil_boi: Crafter - EXTREME Entity Performance - YouTube |
| 05:26 |
gh00p |
noob question here... I downloaded a mod for a world I'm service locally, but I can't figure out how to get it running. It's "emote-master", which I figured would be pretty easy. I uncompressed the archive in the "mods" directory. What else do I do? |
| 05:29 |
gh00p |
Should it instead be uncompressed into the "mod_storage" directory in the world directory? |
| 05:36 |
|
tiwake joined #minetest |
| 05:49 |
SoylentCow |
you gotta edit the world out of start menu and enable the mod there |
| 05:58 |
|
TomTom joined #minetest |
| 06:01 |
|
calcul0n joined #minetest |
| 06:19 |
|
NetherEran joined #minetest |
| 06:24 |
gh00p |
SoylentCow: so there's no way to enable the mod in a conf file? |
| 06:30 |
Emerald2 |
Do it in world.mt |
| 06:32 |
gh00p |
Perfect, thanks. |
| 06:36 |
gh00p |
Hey, I'm also trying out a mod named "technic" that seems to have a dependency on "basic_materials", which I've now downloaded. Are there other common dependencies that people tend to play around with? |
| 06:42 |
|
andyo joined #minetest |
| 06:46 |
|
ANAND joined #minetest |
| 07:02 |
blaise |
worldedit |
| 07:03 |
blaise |
Vanessa actually made a whole slew of mods that you probably want |
| 07:03 |
blaise |
pipes, digicons |
| 07:03 |
blaise |
all kinds of stuff |
| 07:05 |
gh00p |
Thanks! |
| 07:05 |
calcul0n |
called pipeworks, mesecons and digiline |
| 07:05 |
calcul0n |
also many mods add digiline devices, like digistuff |
| 07:07 |
blaise |
homedecor |
| 07:09 |
blaise |
isn't there a in-game mod browser? |
| 07:09 |
blaise |
and doesn't it handle the dependencies? |
| 07:11 |
calcul0n |
yes, the content tab in the startup window |
| 07:12 |
calcul0n |
there are probably some cool mods not listed here though |
| 07:15 |
blaise |
that is very unfortunet |
| 07:18 |
calcul0n |
i mean most of them are there but you can still find less popular ones elsewhere |
| 07:19 |
calcul0n |
a good place to search is the mod section on the forum |
| 07:26 |
|
NetherEran joined #minetest |
| 08:00 |
|
ShadowNinja joined #minetest |
| 08:01 |
|
Beton joined #minetest |
| 08:28 |
|
FrostRanger joined #minetest |
| 08:29 |
|
erlehmann joined #minetest |
| 09:10 |
|
SwissalpS joined #minetest |
| 09:18 |
|
sturm1 joined #minetest |
| 09:41 |
|
Seirdy joined #minetest |
| 09:53 |
|
macc24 joined #minetest |
| 10:18 |
|
erlehmann joined #minetest |
| 10:24 |
|
proller joined #minetest |
| 10:33 |
|
Kimapr joined #minetest |
| 10:35 |
|
lisac joined #minetest |
| 10:49 |
|
ANAND joined #minetest |
| 11:25 |
|
Fixer joined #minetest |
| 11:33 |
|
Wuzzy joined #minetest |
| 11:37 |
|
NetherEran joined #minetest |
| 12:02 |
|
Kimapr_ joined #minetest |
| 12:05 |
|
galex-713 joined #minetest |
| 12:11 |
|
olliy joined #minetest |
| 12:12 |
|
SwissalpS joined #minetest |
| 12:58 |
|
Pie-jacker875 joined #minetest |
| 13:03 |
|
NetherEran joined #minetest |
| 13:22 |
|
Pie-jacker875 joined #minetest |
| 13:29 |
|
swift110 joined #minetest |
| 13:48 |
|
macc24 joined #minetest |
| 14:09 |
|
NetherEran_ joined #minetest |
| 14:12 |
|
Darcidride joined #minetest |
| 14:19 |
|
kamdard joined #minetest |
| 14:57 |
|
Pie-jacker875 joined #minetest |
| 15:05 |
|
Pie-jacker875 joined #minetest |
| 15:09 |
|
macc24 joined #minetest |
| 15:13 |
|
absurb joined #minetest |
| 15:14 |
|
SwissalpS joined #minetest |
| 15:20 |
|
fluxflux_ joined #minetest |
| 15:41 |
|
Pie-jacker875 joined #minetest |
| 15:42 |
|
Flabb joined #minetest |
| 15:54 |
|
aleksvor joined #minetest |
| 15:55 |
|
Flabb joined #minetest |
| 16:01 |
|
awell joined #minetest |
| 16:01 |
|
awell left #minetest |
| 16:02 |
|
Pie-jacker875 joined #minetest |
| 16:09 |
|
Pie-jacker875 joined #minetest |
| 16:15 |
|
Pie-jacker875 joined #minetest |
| 16:20 |
|
AndDT joined #minetest |
| 16:34 |
|
Pie-jacker875 joined #minetest |
| 16:42 |
|
Pie-jacker875 joined #minetest |
| 17:00 |
|
oil_boi joined #minetest |
| 17:03 |
|
macc24_ joined #minetest |
| 17:08 |
|
Pie-jacker875 joined #minetest |
| 17:19 |
|
Flitzpiepe joined #minetest |
| 17:25 |
MinetestBot |
[git] rubenwardy -> minetest/minetest: Add .nomedia file to Android assets (#10047) 469e8d8 https://git.io/JfFcg (2020-06-18T17:24:38Z) |
| 17:35 |
|
macc24 joined #minetest |
| 17:37 |
MinetestBot |
[git] sfan5 -> minetest/minetest: content_cao: Fix behavior of legacy "textures" field for wielditems 495f719 https://git.io/JfFcF (2020-06-18T17:36:06Z) |
| 17:37 |
|
appguru joined #minetest |
| 17:50 |
|
FrostRanger joined #minetest |
| 18:13 |
|
Verticen joined #minetest |
| 18:18 |
|
fluxflux_ joined #minetest |
| 19:03 |
|
macc24 joined #minetest |
| 19:09 |
|
Verticen joined #minetest |
| 19:26 |
|
EvergreenTree joined #minetest |
| 19:34 |
|
fluxflux_ joined #minetest |
| 20:00 |
|
Taoki joined #minetest |
| 20:19 |
|
olliy joined #minetest |
| 20:24 |
|
FreeFull joined #minetest |
| 21:44 |
|
Verticen joined #minetest |
| 21:46 |
|
Pie-jacker875 joined #minetest |
| 22:10 |
|
macc24 joined #minetest |
| 22:13 |
|
olliy joined #minetest |
| 22:17 |
|
Pie-jacker875 joined #minetest |
| 22:30 |
|
Conradish006 joined #minetest |
| 23:30 |
|
fluxflux_ joined #minetest |
| 23:35 |
SoylentCow |
discord bad, but bridge good |
| 23:35 |
SoylentCow |
mt |