Search found 12 matches

Return to advanced search

Re: Русскоязычный сервер: L.O.R.D

xoy wrote:как посмотреть список игроков на сервере?
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
/who
by Mwamba
Fri Mar 24, 2017 10:00
 
Forum: Русский
Topic: Русскоязычный сервер: L.O.R.D
Replies: 16
Views: 7778

Re: Post your modding questions here

Byakuren wrote:Iterating over the table is a waste, better to do
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
return minetest.registered_tools[wielded_item_name] ~= nil
Oh, yeah, that's what I need. Thank you!!!
by Mwamba
Thu Mar 23, 2017 10:58
 
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 3735
Views: 628209

Re: Post your modding questions here

There is minetest.registered_tools Oh, great! This perfectly answers my second question. Thank you! Still, is it possible to get player's wielded item and check for it's parameters? All I discovered up to this point is that tools have a tool_capabilities parameter, but I can't figure out how to che...
by Mwamba
Mon Mar 20, 2017 10:11
 
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 3735
Views: 628209

Re: Post your modding questions here

  • Any good way to find out if player's wielded item is a tool (and not a block)?
  • Any good way to find out which of the registered items are tools (basically, get a list of available tools)?
by Mwamba
Mon Mar 20, 2017 08:40
 
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 3735
Views: 628209

Re: Как заставить Майнтест "Выстрелить" ?

Как заставить Майнтест "Выстрелить" ?
5 секунд из мульфильма "Остров сокровищ".
by Mwamba
Mon Mar 20, 2017 06:55
 
Forum: Русский
Topic: Как заставить Майнтест "Выстрелить" ?
Replies: 29
Views: 12682

Re: 99 items

Sergey wrote:Why do 99 items make full stack? Why so odd number was chosen for full stack? Why not hundred for good measure?


Please, refer to this topic: Items stackable by 100 ?
by Mwamba
Thu Mar 02, 2017 06:14
 
Forum: Minetest General
Topic: 99 items
Replies: 27
Views: 3846

Re: Динамическое создание нод после loadTime ?

Невозможно. Все ноды создаются при загрузке.
by Mwamba
Wed Sep 28, 2016 01:41
 
Forum: Русский
Topic: Динамическое создание нод после loadTime ?
Replies: 1
Views: 2113

Re: VoxBox (MINETEST_GAME 4.14!)

+1 for github

azekill_DIABLO wrote:i don't like github, i already said it

Maybe you don't cook it properly.
by Mwamba
Fri Jun 10, 2016 09:02
 
Forum: WIP Subgames
Topic: [GITHUB] VoxBox [game]
Replies: 55
Views: 20921

Re: Post your mod requests/ideas here

DS-minetest wrote:take one heart and give it back after a very short time
What if it was his last heart?
by Mwamba
Wed May 25, 2016 04:23
 
Forum: Modding Discussion
Topic: Post your mod requests/ideas here
Replies: 1556
Views: 382349

Re: [Mod] Global Item Exchange [global_exchange]

The mod uses an external DB (sqlite3) to store orders, right? So ... it might be possible to do transactions between worlds!!!
by Mwamba
Sun Feb 28, 2016 03:37
 
Forum: Mod Releases
Topic: [Mod] Global Item Exchange [global_exchange]
Replies: 15
Views: 3781

Re: [Mod] Global Exchange [global_exchange]

Well, first of all, I have not tested the mod yet. My impression is based on the initial description you provided. What I understood from your description is that the settlement is not automated: users contact each other claiming the products; users use ATMs to transfer money etc. So the "excha...
by Mwamba
Fri Feb 26, 2016 10:23
 
Forum: Mod Releases
Topic: [Mod] Global Item Exchange [global_exchange]
Replies: 15
Views: 3781

Re: [Mod] Global Exchange [global_exchange]

Sounds cool. I would suggest the following changes: ⋅  no registration -- an account is created automatically at first access (not sure if it's possible) ⋅  turn buy and sell orders into bids and offers: ⋅  a player willing to sell stuff has to deposit it at the exchang...
by Mwamba
Fri Feb 26, 2016 07:14
 
Forum: Mod Releases
Topic: [Mod] Global Item Exchange [global_exchange]
Replies: 15
Views: 3781

Return to advanced search

cron