Page 8 of 13

Posted: Thu Apr 25, 2013 20:08
by neron
BTW, can you use GitHub, so your improvements are automatically updated? Or maybe sourceforge which allows similar svn commit stuff?

Posted: Thu Apr 25, 2013 20:12
by jojoa1997
Redstone ore needs to emit light and particles when hit.
i dont know how to do particles and the emit light i dont know how to get it done.
Apples should not be visible in trees, but drop when trees are cut.
Ender Chest is called "WiFi chest" when hovered over with the mouse.
already done
Redstone wire does not emit particles.
Both redstone and normal torches are not 3D and do not emit particles.
same thing with particles and i cant make smooth angled nodeboxes so i think i will leave them the way they are.
Cart texture is not minecraft - ?
Diamond and chainmail armor do not exist.
working on it
3D player does not exist - 3D player preview in inventory window is what minecraft has
done

Posted: Thu Apr 25, 2013 20:16
by neron
Would this help with particles? I must confess I don't know much about lua programming. Edit: I know nothing about lua programming. :D
http://forum.minetest.net/viewtopic.php?id=1129

Posted: Thu Apr 25, 2013 20:49
by Evergreen
Here is some information about trees in minecraft. The model for birch is shown here as well.

Posted: Thu Apr 25, 2013 22:03
by jojoa1997
neron wrote:Would this help with particles? I must confess I don't know much about lua programming. Edit: I know nothing about lua programming. :D
http://forum.minetest.net/viewtopic.php?id=1129
ok so that is old articles. look in the lua_api.txt and yopu will see them.
Evergreen wrote:Here is some information about trees in minecraft. The model for birch is shown here as well.
thanks and the wiki is a minecrafters best friend. for real i think they should add a guide (crafting) of either recipes or some oher way. so should minetest.
noone wrote:To everyone
I have gotten tnt to work. also tnt is in creative :)

Posted: Thu Apr 25, 2013 22:06
by neron
Can you upload the latest version you have?

Posted: Thu Apr 25, 2013 22:07
by jojoa1997
i will do it this weekend. i still have more i want to do.

Posted: Thu Apr 25, 2013 22:12
by jojoa1997
ok so i will not remove cotton seeds until i get a way to get wool.(sapier's mobf eventually). i am using default textures so i really just update when i see them. water should pushes only dropped items. it will be a while until i add pushing players(i really want to wait to see if minetest gets it due to lag). hunger when BlockMen or kaeza say it is ok to add. xp and enchantment(this summer?). i will do alot of behind the scene things during the summer since it allows me all day coding(i only get an hour of free time a day to do something and i want to do other stuff also :) smile)

Posted: Thu Apr 25, 2013 22:47
by Evergreen
jojoa1997 wrote:thanks and the wiki is a minecrafters best friend. for real i think they should add a guide (crafting) of either recipes or some oher way. so should minetest.
Very true. I will give making a birch tree mod a go.

Posted: Fri Apr 26, 2013 01:16
by jojoa1997
ok i am thinking about releaseing a bug version. i cant seem to fix this bug. to make sure it happens load world, place seeds on tilled ground, and then use bonemeal on them

Posted: Fri Apr 26, 2013 02:34
by neron
Please do!

Posted: Fri Apr 26, 2013 03:31
by jojoa1997
I will tomorrow. The problem code was changed so it isn't the same error built you will see where I am going. It is in default/functions.lua near the bottom

Posted: Fri Apr 26, 2013 10:58
by jojoa1997
UPDATE
MiniTest 1.4.2 Small Fixes

Download http://bit.ly/ZRkXdS
Change log

Code: Select all

MiniTest_dev_1_4_2
=========
jojoa1997
=========
-sprinting
-wifi chest forsmpec now shows "Ender"
-wifi chest made from 8 obsidian around a block
-add flowers mod from common
-grow function in farming(broken and commented out)
-dirt is ruined when walking over it
-better tnt

========
VanessaE
========
-plantlife

========
PilzAdam
========
-farming_plus(only some parts)

======
4aiman
======
-fire

=======
Updates
=======
-doors
-bed
-wool

Posted: Fri Apr 26, 2013 18:13
by neron
jojoa1997 wrote:UPDATE
MiniTest 1.4.2 Small Fixes

Download http://bit.ly/ZRkXdS
Change log

Code: Select all

MiniTest_dev_1_4_2
=========
jojoa1997
=========
-sprinting
-wifi chest forsmpec now shows "Ender"
-wifi chest made from 8 obsidian around a block
-add flowers mod from common
-grow function in farming(broken and commented out)
-dirt is ruined when walking over it
-better tnt

========
VanessaE
========
-plantlife

========
PilzAdam
========
-farming_plus(only some parts)

======
4aiman
======
-fire

=======
Updates
=======
-doors
-bed
-wool
Very nice! I thought you added a 3D player in the preview, though?Also, redstone torches are called mesecon torches and redstone blocks were called radstone blocks. Minor issues, but I figured I'd point them out. Also, do you plan to change the formspec on chests and furnaces?

Posted: Fri Apr 26, 2013 19:27
by jojoa1997
neron wrote:
jojoa1997 wrote:UPDATE
MiniTest 1.4.2 Small Fixes

Download http://bit.ly/ZRkXdS
Change log

Code: Select all

MiniTest_dev_1_4_2
=========
jojoa1997
=========
-sprinting
-wifi chest forsmpec now shows "Ender"
-wifi chest made from 8 obsidian around a block
-add flowers mod from common
-grow function in farming(broken and commented out)
-dirt is ruined when walking over it
-better tnt

========
VanessaE
========
-plantlife

========
PilzAdam
========
-farming_plus(only some parts)

======
4aiman
======
-fire

=======
Updates
=======
-doors
-bed
-wool
Very nice! I thought you added a 3D player in the preview, though?Also, redstone torches are called mesecon torches and redstone blocks were called radstone blocks. Minor issues, but I figured I'd point them out. Also, do you plan to change the formspec on chests and furnaces?
what do you mean form specs for chest. I thought I did them. Also the 3d player in the preview won't work until I can either get moving entity to show up or have it show the player entity and it is easier to put the image over the player in 2d

Posted: Sun Apr 28, 2013 20:25
by windmere33
how do you sprint?

Posted: Sun Apr 28, 2013 20:42
by jojoa1997
Double tap and hold up

Posted: Mon Apr 29, 2013 17:17
by windmere33
is there any way to configure sprinting to go a tad bit faster?

Posted: Thu May 02, 2013 17:34
by neron
Is this still alive?

Posted: Thu May 02, 2013 18:47
by jojoa1997
Yes it is. I am kinda developing slowly due to me being sick but due to that sickness i get to stay home for2 days. i am actually working on the armor at this moment.

Posted: Sun May 05, 2013 16:20
by jojoa1997
Pk so we are at 1.5 .0 and I am sick so I will keep it short. I will put all I updates in this folder https://www.dropbox.com/sh/2itmnd63y0fmcaz/NIoLteThq9 and the main things are all armor, better TNT, all the form specs are updated to 9 wide but until the hot bar max is changeable in lua the 9th spot is unreachable in the hot bar. Also some stuff I need are rail textures, a way to get wield view to work(I removed due to a ,messed up texture. Oh and boots are also added. Any suggestions are appreciated and as always please post bugs.

Posted: Sun May 05, 2013 17:50
by Evergreen
Bug. I get this error:

Code: Select all

13:49:35: ERROR[main]: ServerError: LuaError: error: ...inetest/bin/../games/minitest/mods/inventory/api.lua:64: attempt to call method 'hud_set_flags' (a nil value)
13:49:35: ERROR[main]: stack traceback:

Posted: Sun May 05, 2013 17:55
by PilzAdam
Evergreen wrote:Bug. I get this error:

Code: Select all

13:49:35: ERROR[main]: ServerError: LuaError: error: ...inetest/bin/../games/minitest/mods/inventory/api.lua:64: attempt to call method 'hud_set_flags' (a nil value)
13:49:35: ERROR[main]: stack traceback:
You need the latest development version of the minetest engine to run this.

Posted: Sun May 05, 2013 18:02
by windmere33
The dropbox link is broken...?

Posted: Sun May 05, 2013 18:27
by PilzAdam
windmere33 wrote:The dropbox link is broken...?
Indeed. jojoa1997, fix it.