Search found 22 matches

by Downad
Sun Sep 11, 2022 16:40
Forum: WIP Mods
Topic: [Mod] raz - Region, area, zone Protection
Replies: 6
Views: 2180

Re: [Mod] raz - Region, area, zone Protection

Ich habe die Arbeit an diesem Mod eingestellt!
Das mod wird komplett überarbeitet und dann als "rac - Regions, Areas and City for Minetest" neu ausgerollt.
aktuell bin ich in einer guten Beta-Version
https://github.com/downad/rac
by Downad
Wed Aug 17, 2022 14:39
Forum: Modding Discussion
Topic: Problem AreaStore.get_areas_in_area(edge1,edge2,true,true,true)
Replies: 2
Views: 328

Problem AreaStore.get_areas_in_area(edge1,edge2,true,true,true)

in my mod i use this Areastore.get_areas_in_area(edge1,edge2,true,true,true) The description httto this API http://minetest.gitlab.io/minetest/class-reference/ i read that it returns a table with the ID of the areas. but now (since update?) it returns a table with max,min,data of all areas but no ID...
by Downad
Fri Feb 25, 2022 11:20
Forum: General Discussion
Topic: virtueller Ausstellungsraum - virtual Showroom
Replies: 6
Views: 1122

Re: virtueller Ausstellungsraum - virtual Showroom

my guess:
Privileg: show_wall
button/command to upload an png ->resize it to 3x3 or 3x4 -> put it on the wall
by Downad
Fri Feb 25, 2022 10:16
Forum: Deutsch
Topic: Item beschränkung
Replies: 24
Views: 3539

Re: Item beschränkung

ich hatte da mal was für meine Schüler gebaut
viewtopic.php?p=311072
hab es aber nicht mehr weitergepflegt
by Downad
Thu Feb 24, 2022 08:17
Forum: General Discussion
Topic: virtueller Ausstellungsraum - virtual Showroom
Replies: 6
Views: 1122

virtueller Ausstellungsraum - virtual Showroom

would it be possible to put an pdf/png on more than 1 Block to get somthing like an virtual showroom?

Idee für einen virtuellen Ausstellungsraum?
Gibt es einen Möglichkeit ein großes Bild oder eine 1-seitige PDF in Minetest zu stellen? z. B. 3 mal 4 Blöcke, so dass man das schön sehen kann?
by Downad
Mon Dec 09, 2019 21:42
Forum: WIP Mods
Topic: [Mod] raz - Region, area, zone Protection
Replies: 6
Views: 2180

Re: [Mod] raz - Region, area, zone Protection

Thanks.
i must look at the files - give me some day please
by Downad
Tue May 07, 2019 15:39
Forum: WIP Mods
Topic: [Mod] raz - Region, area, zone Protection
Replies: 6
Views: 2180

[Mod] raz - Region, area, zone Protection

Ich habe die Arbeit an diesem Mot eingestellt, das mod wird komplett überarbeitet und dann als RAC neu ausgerollt. raz - Protect your Region, areas or zones Regions, Areas and Zones protection for Minetest A new Mod for the old idea of protected regions. This mod is inspired by areas - ShadowNinja -...
by Downad
Tue May 07, 2019 15:35
Forum: WIP Mods
Topic: [Mod] builder [builder]
Replies: 5
Views: 1730

Re: [Mod] builder [builder]

a picture of the builder mod
Image
by Downad
Sat May 04, 2019 13:47
Forum: WIP Mods
Topic: [Mod] builder [builder]
Replies: 5
Views: 1730

Re: [Mod] builder [builder]

some updates in the mod. 1.) a log is created for ervery builder-player who gets a item from the list. In world-path as builder.log 2.) builder_admin can now create a the list with "no_tools", "no_armor", "no_mats", .. now it is very easy to modifiy the list allowed_ite...
by Downad
Thu Mar 07, 2019 20:00
Forum: Mod Releases
Topic: [Mod] Mobs Redo [1.61] [mobs]
Replies: 2502
Views: 641662

Re: [Mod] Mobs Redo [1.49] [mobs]

Hello TenPlus1, can the chicken, the cow, the sheep and the horse also be feeding with the oat? can i activate this e.g. in the chicken.lua with the follow - line? follow = {"farming:seed_wheat", "farming:seed_cotton", "farming:seed_oat" }, and in the others .lua like t...
by Downad
Mon Feb 05, 2018 20:51
Forum: WIP Mods
Topic: [Mod] builder [builder]
Replies: 5
Views: 1730

Re: [Mod] builder [builder]

there is nothing special to see on an screenshot.
if you want to get an item that is not allowed you get a chatmessage: YOURNAME, this item is not allowed to get.
by Downad
Mon Feb 05, 2018 16:36
Forum: WIP Mods
Topic: [Mod] builder [builder]
Replies: 5
Views: 1730

[Mod] builder [builder]

# builder For some cases the creative privileg is too much for a player who only wants to build some nice structure. This player now can get a builder privileg. The builder_admin can create a list of all items in game ("all_items_in_game.txt"), choose the blocks a builder-player can get. C...
by Downad
Mon Jan 29, 2018 17:49
Forum: Modding Discussion
Topic: Post your mod requests/ideas here
Replies: 2325
Views: 444128

Re: Post your mod requests/ideas here

builder mod i want a low-level-creative function. why? i run a little server in my school. some of my students (kids 10 to 16 years old) make PvP some other survive on the world and some kids want build nice castle or towns. now my problem is that the creative priv ist too for this builder . some ot...
by Downad
Tue Jan 09, 2018 20:02
Forum: WIP Mods
Topic: [Mod] PvP Areas [pvp_areas]
Replies: 12
Views: 4615

Re: [Mod] PvP Areas [pvp_areas]

now my code is on my github
https://github.com/downad/pvp_areas
by Downad
Tue Jan 09, 2018 12:00
Forum: WIP Mods
Topic: [Mod] PvP Areas [pvp_areas]
Replies: 12
Views: 4615

Re: [Mod] PvP Areas [pvp_areas]

i found an error in the init.lua file. the local safemode = minetest.setting_getbool("pvp_areas.safemode") or false does not work - the error i found is in the minetest.register_on_punchplayer(function(player, hitter, time_from_last_punch, tool_capabilities, dir, damage) - the return value...
by Downad
Fri Jan 05, 2018 14:25
Forum: Modding Discussion
Topic: [solved] autoremoving worn 3Armor from Player
Replies: 4
Views: 1086

Re: [solved] autoremoving worn 3Armor from Player

Thanks
that code works fine
i put that line

Code: Select all

armor:set_player_armor(player)
at the end
by Downad
Thu Jan 04, 2018 17:22
Forum: Modding Discussion
Topic: [solved] autoremoving worn 3Armor from Player
Replies: 4
Views: 1086

Re: autoremoving worn 3Armor from Player (Unified Inventory)

Thanks first i didn't notice your hint " Note that `player` must be a valid player reference." because of that i got an error and solved the Problem. Your solution works fine - but it delets all armor and not only my special aftools-Armor. here is now the code i use -- search in this inver...
by Downad
Thu Jan 04, 2018 13:13
Forum: Modding Discussion
Topic: [solved] autoremoving worn 3Armor from Player
Replies: 4
Views: 1086

[solved] autoremoving worn 3Armor from Player

hello, i am writing a little mod for my stutends. There is an PVP Arena (created with pvp_areas) on that area are some weapons and tools which i want to remove from players Inventory if the player is leaving this area. I made a copy of some defaults tools/weapon with the name aftools, so i can searc...
by Downad
Thu Oct 05, 2017 20:22
Forum: WIP Mods
Topic: [Mod] Tubelib [tubelib]
Replies: 50
Views: 10866

Re: [Mod] Minetest-Tubelib [tubelib]

Hallo Joe7575,
i tried this and i am very happy.
but i can't fill an furnace with ore and coal
if i try to fill it, the ore or the coal is set in the smelt field.
the coal is not set in the fuel field

can you help me?
gruß
downad
by Downad
Tue Oct 03, 2017 13:54
Forum: Servers
Topic: TrainwreckTony's Topophobia Survival Server
Replies: 75
Views: 19483

Re: TrainwreckTony's Topophobia Survival Server

Hello trainwrecktony, i played some days on this world and like it! I am a teacher in germany an looking for a nice set of mods for my students. To run a local-minetest-server in the school. Can you please help me and say where i can find the mod for this - digging --> money - killing mobs --> money...