[Mod] More Bread! [more_bread] V1.4.2

User avatar
Stix
Member
Posts: 1385
Joined: Fri Aug 04, 2017 14:19
IRC: nil
In-game: Stix [+alts]
Location: USA

[Mod] More Bread! [more_bread] V1.4.2

by Stix » Post

This is my first mod, it adds more bread types to Minetest.
Image
Currently includes:
Spoiler
bread-dough, bun, bun-block, hot-cross-bun, hot-cross-bun-block, scorched-stuff,
bagel-shaped-dough-lump, bagel, baguette, baguette-shaped-dough-lump,
burger, sausage-in-dough,
croissant, croissant-with-cherry, croissant-with-peach, croissant-with-strawberry, pastrie-dough, pastrie,
pastrie-with-chocolate, and pastrie-with-strawberry
ToDo: none.
Credits: Andrey01 for help with code and textures.
License: MIT.
Depends: default, farming, farming-redo?, mobs-redo?
Download:
Attachments
screenie
screenie
screenshot_20170922_195248.png (177.19 KiB) Viewed 685 times
more_bread.tar.gz
more_bread v1.4.2
(10.02 KiB) Downloaded 185 times
more_bread.zip
more_bread v1.4.2 (.zip)
(15.96 KiB) Downloaded 265 times
Last edited by Stix on Thu May 10, 2018 23:49, edited 41 times in total.
Hey, what can i say? I'm the bad guy.

User avatar
kingoscargames
Member
Posts: 216
Joined: Fri Jul 28, 2017 12:06
GitHub: kingoscargames
In-game: kingoscargames
Location: Netherlands

Re: More Bread! [more_bread] V0.1

by kingoscargames » Post

Could you upload a .zip?

User avatar
Linuxdirk
Member
Posts: 3218
Joined: Wed Sep 17, 2014 11:21
In-game: Linuxdirk
Location: Germany
Contact:

Re: More Bread! [more_bread] V0.1

by Linuxdirk » Post

Add screenshots and host your code on GitHub to gain acceptance :)

User avatar
Andrey01
Member
Posts: 2574
Joined: Wed Oct 19, 2016 15:18
GitHub: Andrey2470T
In-game: Andrey01
Location: Russia, Moscow

Re: More Bread! [more_bread] V0.1

by Andrey01 » Post

Stix, i advise you to learn pretty Lua first before writing mods as if you would know it you would have more possibilities for refinement the code. I am sure very much did you just copy the code from anywhere?

User avatar
Stix
Member
Posts: 1385
Joined: Fri Aug 04, 2017 14:19
IRC: nil
In-game: Stix [+alts]
Location: USA

Re: More Bread! [more_bread] V0.1

by Stix » Post

Andrey01 wrote:Stix, i advise you to learn pretty Lua first before writing mods as if you would know it you would have more possibilities for refinement the code. I am sure very much did you just copy the code from anywhere?
what do you mean by copy? i used some examples. Im learning Lua by experience and modifying examples.
it will be better once i make some new textures and add more bread types.
im planning on adding: baguet bread, bread loaf, bread slice and a bun.
Hey, what can i say? I'm the bad guy.

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: More Bread! [more_bread] V0.1

by azekill_DIABLO » Post

looks like a 2011 mod with the screenshots xD This bread block looks tasty, and i suggest adding a baguette!
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
kingoscargames
Member
Posts: 216
Joined: Fri Jul 28, 2017 12:06
GitHub: kingoscargames
In-game: kingoscargames
Location: Netherlands

Re: More Bread! [more_bread] V0.1

by kingoscargames » Post

still no .zip :(

User avatar
Andrey01
Member
Posts: 2574
Joined: Wed Oct 19, 2016 15:18
GitHub: Andrey2470T
In-game: Andrey01
Location: Russia, Moscow

Re: More Bread! [more_bread] V0.1

by Andrey01 » Post

Stix wrote:
Andrey01 wrote:Stix, i advise you to learn pretty Lua first before writing mods as if you would know it you would have more possibilities for refinement the code. I am sure very much did you just copy the code from anywhere?
what do you mean by copy? i used some examples. Im learning Lua by experience and modifying examples.
it will be better once i make some new textures and add more bread types.
im planning on adding: baguet bread, bread loaf, bread slice and a bun.
You certainly need to know syntax of the language if you want to make them. Same thing happened with me when i publiced the mods (actually i copied the code from other mods and thus made ones). I hurried with it, too. For example, during your developing you get an error, but you don`t know how to fix it. Same thing was with me. Now when i possess the language pretty Python (i know many things there, but i have not learnt at last yet). I know what a function, i know what a list, i know what a dictionary, i can do some operations with these data structures. I know the syntax of that language. But even when i know quite other language i already can understand some things in Lua as there are many similar ones there.

User avatar
Stix
Member
Posts: 1385
Joined: Fri Aug 04, 2017 14:19
IRC: nil
In-game: Stix [+alts]
Location: USA

Re: More Bread! [more_bread] V0.1

by Stix » Post

kingoscargames wrote:still no .zip :(
i dont know how to upload one
Hey, what can i say? I'm the bad guy.

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: More Bread! [more_bread] V0.1

by azekill_DIABLO » Post

there's a tar.gz so do same after zipping your file! (maybe do it on another post and then put a link, your posts are limited to 3 attachements)
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
Stix
Member
Posts: 1385
Joined: Fri Aug 04, 2017 14:19
IRC: nil
In-game: Stix [+alts]
Location: USA

Re: More Bread! [more_bread] V0.1

by Stix » Post

azekill_DIABLO wrote:looks like a 2011 mod with the screenshots xD This bread block looks tasty, and i suggest adding a baguette!
would you like to make some textures? your are good at them and i am still new to gimp.
Hey, what can i say? I'm the bad guy.

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: More Bread! [more_bread] V0.1

by azekill_DIABLO » Post

the bread block is the problem, will fix that.
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
Stix
Member
Posts: 1385
Joined: Fri Aug 04, 2017 14:19
IRC: nil
In-game: Stix [+alts]
Location: USA

Re: More Bread! [more_bread] V0.1

by Stix » Post

azekill_DIABLO wrote:the bread block is the problem, will fix that.
thx :)
Hey, what can i say? I'm the bad guy.

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: More Bread! [more_bread] V0.1

by azekill_DIABLO » Post

Stix wrote:
azekill_DIABLO wrote:the bread block is the problem, will fix that.
thx :)
Here is the worst edit i ever done. really, sorry to purpose you this... this... this: Image
Attachments
breadblock.png
breadblock.png (691 Bytes) Viewed 685 times
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
Stix
Member
Posts: 1385
Joined: Fri Aug 04, 2017 14:19
IRC: nil
In-game: Stix [+alts]
Location: USA

Re: More Bread! [more_bread] V0.1

by Stix » Post

azekill_DIABLO wrote:
Stix wrote:
azekill_DIABLO wrote:the bread block is the problem, will fix that.
thx :)
Here is the worst edit i ever done. really, sorry to purpose you this... this... this: Image
looks great! thx
Hey, what can i say? I'm the bad guy.

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: More Bread! [more_bread] V0.1

by azekill_DIABLO » Post

:D thank you!
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
Stix
Member
Posts: 1385
Joined: Fri Aug 04, 2017 14:19
IRC: nil
In-game: Stix [+alts]
Location: USA

Re: More Bread! [more_bread] V0.1

by Stix » Post

update: version 0.1.1
changelog: added new texture
Hey, what can i say? I'm the bad guy.

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: More Bread! [more_bread] V0.1

by azekill_DIABLO » Post

how does it look in game?
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
Stix
Member
Posts: 1385
Joined: Fri Aug 04, 2017 14:19
IRC: nil
In-game: Stix [+alts]
Location: USA

Re: More Bread! [more_bread] V0.1

by Stix » Post

found a bug that has to do with naming, will squash it in version 0.1.2
Hey, what can i say? I'm the bad guy.

User avatar
Stix
Member
Posts: 1385
Joined: Fri Aug 04, 2017 14:19
IRC: nil
In-game: Stix [+alts]
Location: USA

Re: More Bread! [more_bread] V0.1

by Stix » Post

new screenies incoming
Hey, what can i say? I'm the bad guy.

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: More Bread! [more_bread] V0.1

by azekill_DIABLO » Post

cool!
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
kingoscargames
Member
Posts: 216
Joined: Fri Jul 28, 2017 12:06
GitHub: kingoscargames
In-game: kingoscargames
Location: Netherlands

Re: More Bread! [more_bread] V0.1

by kingoscargames » Post

I tried opening the file using a website but it says "file type not supported" . :(

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: More Bread! [more_bread] V0.1

by azekill_DIABLO » Post

Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
Stix
Member
Posts: 1385
Joined: Fri Aug 04, 2017 14:19
IRC: nil
In-game: Stix [+alts]
Location: USA

Re: More Bread! [more_bread] V0.1

by Stix » Post

version 0.1.2 released!
changelog:
added new screenies
fixed bug associated with naming.
Hey, what can i say? I'm the bad guy.

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: More Bread! [more_bread] V0.1.2

by azekill_DIABLO » Post

nice stix! that bread looks tasty!
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 19 guests