Search found 17 matches
- Sun Oct 25, 2020 21:30
- Forum: Problems
- Topic: create a panel 3 blocks tall
- Replies: 3
- Views: 173
Re: create a panel 3 blocks tall
I will try.... Thanks!!
- Sun Oct 25, 2020 06:58
- Forum: Problems
- Topic: trick to quickly create a huge floor
- Replies: 5
- Views: 240
Re: trick to quickly create a huge floor
Sorry i have downliade worldedit it is perfect!!! Thank you!!
- Sun Oct 25, 2020 06:00
- Forum: Problems
- Topic: trick to quickly create a huge floor
- Replies: 5
- Views: 240
Re: trick to quickly create a huge floor
Thanks for your reply, but I'm not expert, what is worldedit? Which are the right tools? Thanks again
- Sat Oct 24, 2020 22:07
- Forum: Problems
- Topic: trick to quickly create a huge floor
- Replies: 5
- Views: 240
trick to quickly create a huge floor
Hello,
I would like to create a huge floor (e.g. 200x200 blocks) is there any comand to speed up the process?
Many thanks
I would like to create a huge floor (e.g. 200x200 blocks) is there any comand to speed up the process?
Many thanks
- Sat Oct 24, 2020 22:02
- Forum: Problems
- Topic: create a panel 3 blocks tall
- Replies: 3
- Views: 173
create a panel 3 blocks tall
hello, I would like to create a single mod that represents a panel 3 blocks tall. The panel has to display a man. I have tried with tiles = {"prof.png","prof.png","prof.png"}, is_ground_content = false, sunlight_propagates = true, walkable = false, paramtype = "lig...
- Wed Aug 26, 2020 19:28
- Forum: General Discussion
- Topic: Windows-android worlds
- Replies: 2
- Views: 199
Re: Windows-android worlds
Great news!! Thanks again!!
- Tue Aug 25, 2020 18:19
- Forum: General Discussion
- Topic: Windows-android worlds
- Replies: 2
- Views: 199
Windows-android worlds
Dear all, i'm creating a world with the last version of minetest on windows. I would like to know if i can copy the created world on android minetest or if i can save as much as possible of the work on android minetest.
Thanks a lot
Mirko
Thanks a lot
Mirko
- Tue May 23, 2017 12:13
- Forum: Mod Releases
- Topic: [Modpack] Animals Modpack [2.5] -- 2.6 approaching
- Replies: 1587
- Views: 654743
Re: [Modpack] Animals Modpack [2.5] -- 2.6 approaching
Hi
Today i will try but could you better clarify?
I'm not an expert. Do i have to use this command for more debug info or for properly working?
Where do i have to run this command?
Is the command exactly the same or do i have to change something in
Today i will try but could you better clarify?
I'm not an expert. Do i have to use this command for more debug info or for properly working?
Where do i have to run this command?
Is the command exactly the same or do i have to change something in
Code: Select all
or [\code]?
Thanks again
- Sat May 20, 2017 10:39
- Forum: Mod Releases
- Topic: [Modpack] Animals Modpack [2.5] -- 2.6 approaching
- Replies: 1587
- Views: 654743
Re: [Modpack] Animals Modpack [2.5] -- 2.6 approaching
dear all, maybe a lot of time is passed from the last post about this topic but I have copied animals_modpack-2.5.0 in minetest-0.4.15-win64 and I'd like to kill a deer to receive horns or bone or meat but nothing, I kill the animal but nothing is left. Moreover I add a minetest log inside function ...
- Sat May 20, 2017 09:56
- Forum: Feature Discussion
- Topic: kill_result
- Replies: 1
- Views: 310
kill_result
Dear all, I have copied animals_modpack-2.5.0 in minetest-0.4.15-win64 and I'm trying to modify some lines of mob deer. When I kill him, nothing is left on field. So I checked the function deer_m_drop() and I found a list of objects (randomly delivered, for example horns, bone.....) I removed the ra...
- Fri Apr 21, 2017 06:29
- Forum: General Discussion
- Topic: support for beginner
- Replies: 14
- Views: 1180
Re: support for beginner
thanks a lot for all your support Sokomine!!!
- Thu Apr 13, 2017 08:14
- Forum: General Discussion
- Topic: support for beginner
- Replies: 14
- Views: 1180
Re: support for beginner
hi Sokomine, with your example everything is clear now, my idea is to teach LUA language to my students and assign them some functions to be developed. I tried your function and it works but just when the program is launche, I modified your function by replacing the strings "spinach"..with...
- Wed Apr 12, 2017 07:48
- Forum: General Discussion
- Topic: support for beginner
- Replies: 14
- Views: 1180
Re: support for beginner
Dear sokomine, I'd like to convert in C language of similar the student knowledge. Our stueents have skills on chemistry, matemathics and i'd like to use some of the formula in their mind and convert them in C functions. For example, produce a C function that receive input like square meters and the...
- Fri Apr 07, 2017 11:42
- Forum: General Discussion
- Topic: support for beginner
- Replies: 14
- Views: 1180
Re: support for beginner
Thanks again for your support, in the next days i will focus on your reference.
Bye
Bye
- Fri Apr 07, 2017 05:48
- Forum: General Discussion
- Topic: support for beginner
- Replies: 14
- Views: 1180
Re: support for beginner
thanks for the link twoelk, I will study them. But i'm worry about Byakurem question..... my main target is to create functions in minetest that give answers to question. I'd like to create in minetest a window where the students that play can write a specific command, for example field(10 m,10 m, s...
- Thu Apr 06, 2017 22:48
- Forum: General Discussion
- Topic: support for beginner
- Replies: 14
- Views: 1180
Re: support for beginner
thanks a lot Byakuren, I think you have understood what I need. my idea is to create a farm with different plants/vegetables and the students, for example, can ask to display how many seeds of specific vegetable are necessary for a field with area 10x10, and the display answers for example 100Kg (st...
- Thu Apr 06, 2017 20:55
- Forum: General Discussion
- Topic: support for beginner
- Replies: 14
- Views: 1180
support for beginner
Dear all, I'm a teacher of mathematics involved in a new project to improve computer skills in the students. I'd like to use minetest open source code to stimulate the students. My idea is to create an agricaltural environment and add some features: 1) create new seeds, new plants 2) create new anim...