Search found 1313 matches

Return to advanced search

Re: [mod] Not so simple plants and fungi [nsspf]

npx wrote:You're right, but I really don't know how it could be done... Is it possible to remove them?

Maybe not all of them, but I think most of the ABMs can be replaced with node timers
by burli
Wed Mar 22, 2017 17:42
 
Forum: Mod Releases
Topic: [mod] Not so simple plants and fungi [nsspf]
Replies: 59
Views: 11202

Re: Client-sided modding: Good or bad?

But you can't install these mods on the client. You have to load them from the server. Or did I miss something?
by burli
Wed Mar 22, 2017 15:53
 
Forum: Modding Discussion
Topic: Client-sided modding: Good or bad?
Replies: 34
Views: 18779

Re: Client-sided modding: Good or bad?

CSM is not bad. Many things can be done.

But what Minetest really needs is a better multicore support, better mapgens, better GPU support and better support for mobs. This has to be done in C++
by burli
Tue Mar 21, 2017 19:25
 
Forum: Modding Discussion
Topic: Client-sided modding: Good or bad?
Replies: 34
Views: 18779

Re: [mod] Hopper with hopper sorter [wip][hopper]

My own hopper mod and Facedeer's uses a common api if you wanna somehow use that for compatibility :) Well, maybe I will fork your hopper mod and rewrite it. But I have some different ideas that makes it more or less incompatible or at least useless to combine the mods. Maybe I just steel some idea...
by burli
Tue Mar 21, 2017 15:29
 
Forum: WIP Mods
Topic: [mod] Hopper with hopper sorter [wip][hopper]
Replies: 21
Views: 5062

Re: Post your videos!

benrob0329 wrote:I'm just gonna leave this here...https://mail.incredible.ninja/cloud/ind ... 0/download

Cool
by burli
Tue Mar 21, 2017 14:03
 
Forum: Minetest General
Topic: Post your videos!
Replies: 421
Views: 181045

Re: [mod] Hopper with hopper sorter [wip][hopper]

I'll take a look at your API, but because I have my own hopper it is not really necessary. I also think about compatibility to other mods, especially to mesecons. Connections to pipeworks and technic will be done by special nodes. But the main goal of my mod is to be lightweight and to work stand al...
by burli
Tue Mar 21, 2017 13:41
 
Forum: WIP Mods
Topic: [mod] Hopper with hopper sorter [wip][hopper]
Replies: 21
Views: 5062

Re: [mod] Hopper with hopper sorter [wip][hopper]

Well, my original intention for this mod was to learn more about formspecs, inventories and a few other things. Didn't expect that it will become bigger. And I didn't know that there are other hopper mods. Just found jordan's original. But you rewrite still uses ABM's. My version is completely rewri...
by burli
Tue Mar 21, 2017 12:45
 
Forum: WIP Mods
Topic: [mod] Hopper with hopper sorter [wip][hopper]
Replies: 21
Views: 5062

Re: [mod] Hopper with hopper sorter [wip][hopper]

Maybe it's time to rename the mod because it becomes a completely different function than the original hopper mod. Any suggestions?

Maybe something like "Simpel Factory"
by burli
Tue Mar 21, 2017 10:38
 
Forum: WIP Mods
Topic: [mod] Hopper with hopper sorter [wip][hopper]
Replies: 21
Views: 5062

Re: Post your modding questions here

Is is possible to profile on_timer with the builtin profiler?
by burli
Tue Mar 21, 2017 10:21
 
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 3735
Views: 658345

Re: [mod] Hopper with hopper sorter [wip][hopper]

I pushed the current version to Github and add a direct download link to the first post
by burli
Tue Mar 21, 2017 07:23
 
Forum: WIP Mods
Topic: [mod] Hopper with hopper sorter [wip][hopper]
Replies: 21
Views: 5062

Re: [mod] Hopper with hopper sorter [wip][hopper]

As a bonus I doubled the speed of the hopper and sorter. But they will be more expensive. Because they are some kind of machine they need energy, in this case from a Mese crystal. I also think about a duct to move the items forward, a compressor to compress nine items into a block, a decompressor to...
by burli
Mon Mar 20, 2017 22:39
 
Forum: WIP Mods
Topic: [mod] Hopper with hopper sorter [wip][hopper]
Replies: 21
Views: 5062

Re: [mod] Hopper with hopper sorter [wip][hopper]

In this video I show a new update to the sorter. If the main stack is full, the sorter forwards the items to the output stack. So you can make for example a fuel loading chain. The only disadvantage is, that you need a lot of fuel, but you can use everything as fuel you want, e.g. grass or leaves ht...
by burli
Mon Mar 20, 2017 20:55
 
Forum: WIP Mods
Topic: [mod] Hopper with hopper sorter [wip][hopper]
Replies: 21
Views: 5062

Re: [mod] Not so simple plants and fungi [nsspf]

Wuzzy wrote:An ABM is usually costly...


As I mentioned this mod has 28 of them, a lot of them with interval = 1 and chance = 1

Definitively too much for a few mushrooms
by burli
Mon Mar 20, 2017 15:38
 
Forum: Mod Releases
Topic: [mod] Not so simple plants and fungi [nsspf]
Replies: 59
Views: 11202

Re: [mod] Hopper with hopper sorter [wip][hopper]

Changed texture and nodebox model

Image
by burli
Mon Mar 20, 2017 10:50
 
Forum: WIP Mods
Topic: [mod] Hopper with hopper sorter [wip][hopper]
Replies: 21
Views: 5062

Re: Post your modding questions here

How can I add "shift click" to move item stacks between inventories like in the chest? I can't find any reason why it works for a chest, but not in my mod You need to set up a list ring in your formspec definition. https://forum.minetest.net/viewtopic.php?f=18&t=12629 Ah, thanks. Will...
by burli
Mon Mar 20, 2017 08:29
 
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 3735
Views: 658345

Re: Post your modding questions here

How can I add "shift click" to move item stacks between inventories like in the chest? I can't find any reason why it works for a chest, but not in my mod
by burli
Mon Mar 20, 2017 08:15
 
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 3735
Views: 658345

Re: Nore's personal TODO list

Thanks sofar
by burli
Mon Mar 20, 2017 05:41
 
Forum: Minetest Engine
Topic: Nore's personal TODO list
Replies: 28
Views: 15005

Re: [mod] Hopper with hopper sorter [wip][hopper]

Add some new infos, new screenshots and a new video link to the first post

I want to reduce the inventory size of the hopper and sorter because they are no storage. The inventory is only a buffer. I reduce the hopper inventory to 5 and the main and output inventory of the sorter to 3
by burli
Sun Mar 19, 2017 21:15
 
Forum: WIP Mods
Topic: [mod] Hopper with hopper sorter [wip][hopper]
Replies: 21
Views: 5062

Re: [Game] MineClone 2 [0.16.0]

LNJ wrote:And another thing: the leafdecay in this game is too fast. (it's much slower in MC)


With the new system it is even much faster
by burli
Sun Mar 19, 2017 19:50
 
Forum: WIP Subgames
Topic: [Game] MineClone 2 [0.17.0]
Replies: 300
Views: 194213

Re: [Game] MineClone 2 [0.16.0]

I also watch LITW with Gronkh \o/ :-D

I really like these modpacks and I wish we could have something similar in Minetest. But we are so far away from Minecraft vanilla that we can't even dream of LITW
by burli
Sun Mar 19, 2017 17:48
 
Forum: WIP Subgames
Topic: [Game] MineClone 2 [0.17.0]
Replies: 300
Views: 194213

Re: Post your videos!

Because I want to build something I build a tiny home with a lot of storage (12 chests), furnace, a bed and a small farm on a 3*4 space

https://youtu.be/03YW30X1bfU
by burli
Sun Mar 19, 2017 13:41
 
Forum: Minetest General
Topic: Post your videos!
Replies: 421
Views: 181045

Re: Nore's personal TODO list

nrz wrote:The mod storage is now implemented in CSM and SSM :)

Great. Do you have examples somewhere? The doc is a bit thin
by burli
Sun Mar 19, 2017 09:15
 
Forum: Minetest Engine
Topic: Nore's personal TODO list
Replies: 28
Views: 15005

Re: I'm leaving minetest

In my dreams I rewrite Minetest in rust ;-)

I'm sad that you leave the community. Wish you all the best
by burli
Sun Mar 19, 2017 08:35
 
Forum: Minetest News
Topic: I'm leaving minetest
Replies: 12
Views: 8356

Re: Post your modding questions here

Is voxelmanip always faster than get_node? I noticed that the hopper mod uses voxelmanip just to get two neighbour nodes.

Is this really better?
by burli
Sat Mar 18, 2017 13:03
 
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 3735
Views: 658345

Re: [mod] Hopper with hopper sorter [wip][hopper]

Add a download link to the first post. Feel free to test and report bugs. Still wip!!
by burli
Sat Mar 18, 2017 12:02
 
Forum: WIP Mods
Topic: [mod] Hopper with hopper sorter [wip][hopper]
Replies: 21
Views: 5062

Re: Post your videos!

sofar wrote:https://www.youtube.com/watch?v=5LdLz8but8E

Was coding up colored itemstack support for the wool mod. Near the end everything starts working.

It's a bit confusing that the color is not shown in the crafting output

I made a video from my new hopper sorter

https://youtu.be/Qh0CUqHoZIM
by burli
Sat Mar 18, 2017 10:28
 
Forum: Minetest General
Topic: Post your videos!
Replies: 421
Views: 181045

Re: [mod] Hopper Sorter [wip]

TenPlus1 wrote:Nice feature :)

Thanks.

I add a video link to my first post with the sorter in action.
by burli
Sat Mar 18, 2017 10:26
 
Forum: WIP Mods
Topic: [mod] Hopper with hopper sorter [wip][hopper]
Replies: 21
Views: 5062

Re: How can I make a hopper chain and chests with item filte

This is the idea of my storage system. You can drop everything you found in a single chest in your living room. A hopper moves all items in the sorter chain. Each sorter can sort out up to 8 items and place them in his own inventory. All other items will be moved to the next sorter. The first sorter...
by burli
Fri Mar 17, 2017 16:58
 
Forum: WIP Mods
Topic: [mod] Hopper with hopper sorter [wip][hopper]
Replies: 21
Views: 5062
PreviousNext

Return to advanced search

cron