Search found 6 matches

by TheBonsai
Tue Jan 19, 2016 04:35
Forum: Mod Releases
Topic: [Mod] Pipeworks [git] [pipeworks]
Replies: 760
Views: 326253

Re: [Mod] Pipeworks [20131128] [pipeworks]

I think it comes from MT core, see: --- item.lua.orig 2016-01-19 05:32:58.259046752 +0100 +++ item.lua 2016-01-19 05:32:31.680995300 +0100 @@ -335,7 +335,7 @@ end function core.item_drop(itemstack, dropper, pos) - if dropper.is_player then + if dropper and dropper.is_player then local v = dropper:ge...
by TheBonsai
Fri Apr 19, 2013 18:40
Forum: Old Mods
Topic: [Mod] MC-like Crafting [2.0.1] [crafting]
Replies: 195
Views: 120213

ALSO: BlockMen can you make the workbench get the player's position also? you can move around without changing your yaw. The yaw-method to detect when to swap back is a thing I didn't mention yesterday, because I didn't see any practical solution. Is this the only way (i.e." workaround" :...
by TheBonsai
Tue Apr 16, 2013 19:45
Forum: Old Mods
Topic: [Mod] MC-like Crafting [2.0.1] [crafting]
Replies: 195
Views: 120213

Mito551 wrote:would you please remind me... why do you play minetest?
Hehe... From your line I get the feeling you're not interested in an answer because you think you already know why I wrote here.
by TheBonsai
Tue Apr 16, 2013 18:58
Forum: Old Mods
Topic: [Mod] MC-like Crafting [2.0.1] [crafting]
Replies: 195
Views: 120213

Hi BlockMen, I just tested it some 5 minutes, and sometimes I was not able to put items into specific fields of the 3x3 crafting table. The fields are marked below. +-+-+-+ | | | | +-+-+-+ | |X|X| +-+-+-+ |X|X|X| +-+-+-+ Unfortunately I wasn't able to see any system behind it on a quick look, but I'...
by TheBonsai
Sun Apr 14, 2013 20:10
Forum: WIP Mods
Topic: [Mod] Mini Trees (now has seeds and crafting!) [minitrees]
Replies: 20
Views: 7000

Bonsais, mh?

:-)
by TheBonsai
Wed Mar 13, 2013 08:11
Forum: Mod Releases
Topic: [Mod] More Ores [moreores]
Replies: 340
Views: 294138

Inocudom wrote:Moreores is a widely used mod. The base game has a very small number of ores, so maybe one day moreores could be part of the default game.
I saw Lavacooling was defaulted these days. IMHO this should be done with Moreores, too, yes. I also thought about asking yesterday :-)

-> PilzAdam?