[Server] Survival X

lightseer
Member
Posts: 132
Joined: Mon Jan 23, 2017 16:18

Re: [Server] Survival X

by lightseer » Post

Thanks very much both of you. I have now crafted a protection block, and it works perfectly. Thanks!

User avatar
ADM17
Member
Posts: 54
Joined: Fri Dec 29, 2017 22:17
IRC: MikeSL
In-game: ADM17
Location: Unknown

Re: [Server] Survival X

by ADM17 » Post

The tnt seemed to be fixed for me, but a someone buildet a hole house above sealevel with tnt, looks like the fix only works for some players/platforms. Also, its easily ignitable with torches even in protected areas ( not with flint and steel ).

User avatar
SaKeL
Member
Posts: 743
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Server] Survival X

by SaKeL » Post

SaKeL wrote:ANNOUNCEMENT
The next step of cleanup will remove all the deleted players chests, doors, vending machines, basic machines, enchantment tables, city blocks and protection logos/blocks from the world! This will free-up some more space what is currently occupied and blocked by players what are not playing anymore.

If the players what were removed will not login until the end of the month (January 2018) all their above mentioned blocks will be removed.
UPDATE
The players stuff what didn't logged in from the last announcement will be removed. The "junk_removal" will be enabled after the restart.

User avatar
SaKeL
Member
Posts: 743
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Server] Survival X

by SaKeL » Post

Update: added bonemeal
It provides one kind of simple bone meal (fertilizer) for fast growing plants, flowers, saplings, papyrus, grass...

Heavily based on default minetest_game API with as less additions as possible what makes this mod super light-weight and suitable for online multiplayer servers.

This mod aims to be simple, light-weight and fast, therefore it will have no bone meal 'strength', multiple types of bone meals nor diamond/mese bone meal.

Image

Description
Current functionality based on what you use the bone meal.

Blocks
Dirt with grass: Grass and jungle grass will form on randomly-selected adjacent grass blocks (default:dirt_with_grass) up to 5 blocks away.

Dirt with dry grass: Dry grass will form on randomly-selected adjacent dry grass blocks (default:dirt_with_dry_grass) up to 5 blocks away.

Sand (group sand) and dirt with snow: Dry shrub will form on randomly-selected adjacent sand or dirt with snow blocks (group = {sand = 1} or default:dirt_with_snow) up to 5 blocks away.

Flowers, mushrooms and waterlily
Targeted flower/mushroom/waterlily will form on randomly-selected adjacent grass or water source blocks (default:dirt_with_grass or default:water_source) up to 5 blocks away.

Farming and farming addons
Targeted plant will randomly grow on wet soil blocks (group = {soil = 3}).

Farming addons
Bone meal only affects the stem itself, it will not cause melons or pumpkins to sprout from a mature stem.

Saplings
Trees and bushes have 50% chance to grow to a mature tree. A tree will not grow if the sapling is not planted in proper ground/soil (group = {soil = 0}).

Papyrus
Papyrus have 50% chance to grow to a next stage. Bone meal has to be applied to the lowes block of the papyrus plant. Papyrus will not grow if is not planted in proper ground (default:dirt_with_grass, default:dirt next to the water up to 3 blocks).

Recipe
Bones or coral skeleton block can be crafted to 9 bone meals.
Attachments
screenshot.png
screenshot.png (459.88 KiB) Viewed 490 times

lightseer
Member
Posts: 132
Joined: Mon Jan 23, 2017 16:18

Re: [Server] Survival X mover planting

by lightseer » Post

I am having difficulty with getting the basic machines mover to drop wheat seeds. Could you give me a hint on this? I am new to this, but I think I have tried several combinations that should have dropped the seed onto the prepared soil.

Here are combinations I have attempted (plus some others):

Ground patch selected and chest as target both forward and reverse modes using: Drop, Inventory, Normal
also have tried this with the area above the ground selected. The wheat does not drop, and there is no error message. There is a machine sound.

filter settings I have tried are: nothing and farming:seed_wheat

I believe I understand how to use the machines well enough and can get the mover to dig and to harvest. I just have not figured out how to get it to plant.

User avatar
SaKeL
Member
Posts: 743
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Server] Survival X mover planting

by SaKeL » Post

lightseer wrote:I am having difficulty with getting the basic machines mover to drop wheat seeds. Could you give me a hint on this? I am new to this, but I think I have tried several combinations that should have dropped the seed onto the prepared soil.

Here are combinations I have attempted (plus some others):

Ground patch selected and chest as target both forward and reverse modes using: Drop, Inventory, Normal
also have tried this with the area above the ground selected. The wheat does not drop, and there is no error message. There is a machine sound.

filter settings I have tried are: nothing and farming:seed_wheat

I believe I understand how to use the machines well enough and can get the mover to dig and to harvest. I just have not figured out how to get it to plant.
i believe you have to set mover to dig and reverse, im not expert in machines though, there is a wiki page and forum on the basic machines when you can gather some more informations. https://github.com/ac-minetest/basic_machines/wiki

User avatar
Lone_Wolf
Member
Posts: 2576
Joined: Sun Apr 09, 2017 05:50
GitHub: LoneWolfHT
IRC: LandarVargan
In-game: LandarVargan

Re: [Server] Survival X

by Lone_Wolf » Post

You might have to place farming:wheat_1 (I think that's the itemstring) to get it to grow. It is only available via /give though.
My ContentDB -|- Working on CaptureTheFlag -|- Minetest Forums Dark Theme!! (You need it)

lightseer
Member
Posts: 132
Joined: Mon Jan 23, 2017 16:18

Re: [Server] Survival X

by lightseer » Post

SaKeL wrote:i believe you have to set mover to dig and reverse, im not expert in machines though, there is a wiki page and forum on the basic machines when you can gather some more informations. https://github.com/ac-minetest/basic_machines/wiki
Thanks that is a good wiki page, and I will see if I can ask on github about what settings will work. If I find something that works I'll post it. Just using reverse dig does not work yet but maybe in combination with other settings it will.
Lone_Wolf wrote:You might have to place farming:wheat_1 (I think that's the itemstring) to get it to grow. It is only available via /give though.
Thanks I will try that as the filter string. I'm not sure if I have access to the give command. I'll look into it.

User avatar
Lone_Wolf
Member
Posts: 2576
Joined: Sun Apr 09, 2017 05:50
GitHub: LoneWolfHT
IRC: LandarVargan
In-game: LandarVargan

Re: [Server] Survival X

by Lone_Wolf » Post

lightseer wrote:
SaKeL wrote:i believe you have to set mover to dig and reverse, im not expert in machines though, there is a wiki page and forum on the basic machines when you can gather some more informations. https://github.com/ac-minetest/basic_machines/wiki
Thanks that is a good wiki page, and I will see if I can ask on github about what settings will work. If I find something that works I'll post it. Just using reverse dig does not work yet but maybe in combination with other settings it will.
Lone_Wolf wrote:You might have to place farming:wheat_1 (I think that's the itemstring) to get it to grow. It is only available via /give though.
Thanks I will try that as the filter string. I'm not sure if I have access to the give command. I'll look into it.
Wait, did you manage to plant the wheat? If you're trying to dig wheat that is fully grown then it's farming:wheat_8
My ContentDB -|- Working on CaptureTheFlag -|- Minetest Forums Dark Theme!! (You need it)

User avatar
SaKeL
Member
Posts: 743
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Server] Survival X

by SaKeL » Post

basic machines auto planting seeds
this works for me easy!

as i mentioned its DIG with reverse...

Image

Image
Attachments
screenshot_20180204_165121-min.jpg
screenshot_20180204_165121-min.jpg (413.68 KiB) Viewed 490 times
screenshot_20180204_165114-min.jpg
screenshot_20180204_165114-min.jpg (401.33 KiB) Viewed 490 times
Last edited by SaKeL on Sun Feb 04, 2018 22:52, edited 1 time in total.

lightseer
Member
Posts: 132
Joined: Mon Jan 23, 2017 16:18

Re: [Server] Survival X

by lightseer » Post

Lone_Wolf wrote:
lightseer wrote:
SaKeL wrote:i believe you have to set mover to dig and reverse, im not expert in machines though, there is a wiki page and forum on the basic machines when you can gather some more informations. https://github.com/ac-minetest/basic_machines/wiki
Thanks that is a good wiki page, and I will see if I can ask on github about what settings will work. If I find something that works I'll post it. Just using reverse dig does not work yet but maybe in combination with other settings it will.
Lone_Wolf wrote:You might have to place farming:wheat_1 (I think that's the itemstring) to get it to grow. It is only available via /give though.
Thanks I will try that as the filter string. I'm not sure if I have access to the give command. I'll look into it.
Wait, did you manage to plant the wheat? If you're trying to dig wheat that is fully grown then it's farming:wheat_8
Digging works. I can harvest its just the planting that is not working so far. Just curious why is it farming:wheat_1 and not farming:seed_wheat ? When I look in the recipes it comes up as farming:seed_wheat .

User avatar
SaKeL
Member
Posts: 743
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Server] Survival X

by SaKeL » Post

it is farming seeds please have a look at working exmaple of planting above

User avatar
Lone_Wolf
Member
Posts: 2576
Joined: Sun Apr 09, 2017 05:50
GitHub: LoneWolfHT
IRC: LandarVargan
In-game: LandarVargan

Re: [Server] Survival X

by Lone_Wolf » Post

lightseer wrote: Digging works. I can harvest its just the planting that is not working so far. Just curious why is it farming:wheat_1 and not farming:seed_wheat ? When I look in the recipes it comes up as farming:seed_wheat .
Every stage of growing the wheat is replaced with a new node to make it look like it's growing. Starting at 1 and then ending at 8.
My ContentDB -|- Working on CaptureTheFlag -|- Minetest Forums Dark Theme!! (You need it)

lightseer
Member
Posts: 132
Joined: Mon Jan 23, 2017 16:18

Re: [Server] Survival X

by lightseer » Post

SaKeL wrote:basic machines auto planting seeds
this works for me easy!

as i mentioned its DIG with reverse...
That helped me. I had a 1 in the reverse box instead of a '-1'. Thank you for putting that up there and answering my questions.

User avatar
PolySaken
Member
Posts: 817
Joined: Thu Nov 09, 2017 05:18
GitHub: PolySaken-I-Am
In-game: PolySaken
Location: Wānaka, Aotearoa
Contact:

Re: [Server] Survival X

by PolySaken » Post

What mod adds the city block that protects the spawn from PvP? I've looked around and can't find it.
Guidebook Lib, for in-game docs | Poly Decor, some cool blocks | Vision Lib, an all-purpose library.

User avatar
bosapara
Member
Posts: 637
Joined: Fri Apr 07, 2017 08:49

Re: [Server] Survival X

by bosapara » Post

PolySaken wrote:What mod adds the city block that protects the spawn from PvP? I've looked around and can't find it.
Possibly, this mod https://github.com/minetest-mods/city_block

User avatar
SaKeL
Member
Posts: 743
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Server] Survival X

by SaKeL » Post

lightseer wrote:
SaKeL wrote:basic machines auto planting seeds
this works for me easy!

as i mentioned its DIG with reverse...
That helped me. I had a 1 in the reverse box instead of a '-1'. Thank you for putting that up there and answering my questions.
No worries mate..

User avatar
ADM17
Member
Posts: 54
Joined: Fri Dec 29, 2017 22:17
IRC: MikeSL
In-game: ADM17
Location: Unknown

Re: [Server] Survival X

by ADM17 » Post

I've found something that is maybe a bug at the Telemosaic.
Its that when i right-click on a telemosaic-beacon with something placeble in my hands (torch, dirt...) i cant open the teleportation menu, it just places the block/node at the beacon.

And lightseer, if you need help you can ask me when you see me in-game, maybe i can help you.

User avatar
SaKeL
Member
Posts: 743
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Server] Survival X

by SaKeL » Post

That is intended ADM17 but i guess its not really handy, maybe its better when you open the formspec despite what is the player having in the hand..?

User avatar
bosapara
Member
Posts: 637
Joined: Fri Apr 07, 2017 08:49

Re: [Server] Survival X

by bosapara » Post

Sakel, server cache of sur x is 41mb, may be u forgot something delete from mod folders?

___

Found the problem. 32 mb of not compressed skins with huge (not need) resolution

Image

User avatar
SaKeL
Member
Posts: 743
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Server] Survival X

by SaKeL » Post

bosapara, good find i could definately cleanup some files, thanks for letting me know.

User avatar
maikerumine
Member
Posts: 1420
Joined: Mon Aug 04, 2014 14:27
GitHub: maikerumine
In-game: maikerumine

Re: [Server] Survival X

by maikerumine » Post

I need my password reset, my base was stolen.
Talamh Survival Minetest-->viewtopic.php?f=10&t=12959

User avatar
SaKeL
Member
Posts: 743
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Server] Survival X

by SaKeL » Post

maikerumine wrote:I need my password reset, my base was stolen.
password should be cleared..let me know if it works out

User avatar
maikerumine
Member
Posts: 1420
Joined: Mon Aug 04, 2014 14:27
GitHub: maikerumine
In-game: maikerumine

Re: [Server] Survival X

by maikerumine » Post

SaKeL wrote:
maikerumine wrote:I need my password reset, my base was stolen.
password should be cleared..let me know if it works out
All set, Thank you!
Talamh Survival Minetest-->viewtopic.php?f=10&t=12959

User avatar
SaKeL
Member
Posts: 743
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Server] Survival X

by SaKeL » Post

No worries, if you miss your stuff due to the cleanup send me the list and i make an order for you.

Post Reply

Who is online

Users browsing this forum: No registered users and 31 guests