[Mod] Farming Plus [farming_plus]

Post Reply
cornernote
Member
Posts: 844
Joined: Wed Jul 11, 2012 15:02

by cornernote » Post

can/should farming_plus be a mod that depends on farming? just thinking you have to manage the same code twice

User avatar
PilzAdam
Member
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam
Location: Germany

by PilzAdam » Post

cornernote wrote:can/should farming_plus be a mod that depends on farming? just thinking you have to manage the same code twice
Yes, I will change the code.

Sokomine
Member
Posts: 4276
Joined: Sun Sep 09, 2012 17:31
GitHub: Sokomine
IRC: Sokomine
In-game: Sokomine

by Sokomine » Post

Did you get my mail concerning cacoa trees not appearing due to a slight error in their register_on_generated function? Needs to be y+1 instead of y. Otherwise there is no cocoa.
A list of my mods can be found here.

User avatar
PilzAdam
Member
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam
Location: Germany

by PilzAdam » Post

Sokomine wrote:Did you get my mail concerning cacoa trees not appearing due to a slight error in their register_on_generated function? Needs to be y+1 instead of y. Otherwise there is no cocoa.
I had no time to fix it.

Jordach
Member
Posts: 4534
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach
Location: Blender Scene

by Jordach » Post

PilzAdam, I have a fix for the Unknown Items glitch in latest git.

User avatar
PilzAdam
Member
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam
Location: Germany

by PilzAdam » Post

Farming_plus is now an Add-On for farming.

User avatar
Casimir
Member
Posts: 1206
Joined: Fri Aug 03, 2012 16:59
GitHub: CasimirKaPazi

by Casimir » Post

In my game I changed your mod so much, that I think it is worth to be published.
http://ompldr.org/vZnhncg/farming%2020121018.zip

User avatar
qwrwed
Member
Posts: 326
Joined: Sun Jul 22, 2012 20:56
In-game: qwrwed or Nitro

by qwrwed » Post

How did you change it?

User avatar
Casimir
Member
Posts: 1206
Joined: Fri Aug 03, 2012 16:59
GitHub: CasimirKaPazi

by Casimir » Post

First, this version is kind of outdated, because it isn't based on the latest version of the original farming mod. And I don't remember all the changes I made.
The main things are:
You just have wheat instead of harvested wheat and seeds.
When harvesting cotton the plant won't get destroyed.
Cotton drops the same cotton as in the flower-mod.
9 cotton give one wool.
wool <-craft-> 4strings
plants can only be planted on soil.
added tables for better mod-compatibility (especially "paths").

HaoyuanGuan
Member
Posts: 13
Joined: Mon Oct 08, 2012 01:30

by HaoyuanGuan » Post

I get this error with the latest version \init.ua

User avatar
PilzAdam
Member
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam
Location: Germany

by PilzAdam » Post

HaoyuanGuan wrote:I get this error with the latest version \init.ua
init.lua is a file.

keiftron
New member
Posts: 3
Joined: Fri Oct 19, 2012 05:56

by keiftron » Post

i am also getting an error with the init.lua file in the farming plus mod.

User avatar
Topywo
Member
Posts: 1721
Joined: Fri May 18, 2012 20:27

by Topywo » Post

keiftron wrote:i am also getting an error with the init.lua file in the farming plus mod.
- Make sure to download farming and farming plus from the github (press the zip tab) (I did on the 18th october and both work fine)
- Change the modnames into (no CAPITOLS):

farming

farming_plus

If still an error, then empty/delete/rename debug.txt. Start minetest up again and paste the ERROR lines from debug.txt here.

User avatar
RealBadAngel
Member
Posts: 557
Joined: Wed Jul 18, 2012 16:30

by RealBadAngel » Post

Topywo wrote: - Change the modnames into (no CAPITOLS):
so no Paris, Berlin, Warsaw or even Delhi allowed? :)

User avatar
Topywo
Member
Posts: 1721
Joined: Fri May 18, 2012 20:27

by Topywo » Post

Lol, next time I'll look it up in google translate.

keiftron
New member
Posts: 3
Joined: Fri Oct 19, 2012 05:56

by keiftron » Post

its working now. thanks topywo

Garakson
Member
Posts: 11
Joined: Sat Oct 20, 2012 12:50

by Garakson » Post

I just went to install the farming mod and got the following error message when starting an existing world: ModError: Mod "Pilz-Adam-farming_plus-90390ec" has unsatisfactory dependent.

I double checked my mod folder and have Aminals_Modpack-1.4.6, Animals, both Pilz-Adam-farming_plus-90390ec and Pilz-Adam-farming-5197076 folders and Calinou's modpack. That's it.

What am I missing?

User avatar
Topywo
Member
Posts: 1721
Joined: Fri May 18, 2012 20:27

by Topywo » Post

Garakson wrote:I just went to install the farming mod and got the following error message when starting an existing world: ModError: Mod "Pilz-Adam-farming_plus-90390ec" has unsatisfactory dependent.

I double checked my mod folder and have Aminals_Modpack-1.4.6, Animals, both Pilz-Adam-farming_plus-90390ec and Pilz-Adam-farming-5197076 folders and Calinou's modpack. That's it.

What am I missing?
You need to change the names (rename them) into farming and into farming_plus (so without the authors name and without the version number)

Edit: and don't use UPPERCASES :-)
Last edited by Topywo on Sat Oct 20, 2012 23:50, edited 1 time in total.

Garakson
Member
Posts: 11
Joined: Sat Oct 20, 2012 12:50

by Garakson » Post

Topywo wrote:
Garakson wrote:I just went to install the farming mod and got the following error message when starting an existing world: ModError: Mod "Pilz-Adam-farming_plus-90390ec" has unsatisfactory dependent.

I double checked my mod folder and have Aminals_Modpack-1.4.6, Animals, both Pilz-Adam-farming_plus-90390ec and Pilz-Adam-farming-5197076 folders and Calinou's modpack. That's it.

What am I missing?
You need to change the names (rename them) into farming and into farming_plus (so without the authors name and without the version number)

Edit: and don't use UPPERCASES :-)
Ok. So, that's what I'm missing. Thanks. I renamed the folders and it mostly worked fine. I did notce a complaint about my texture pack. It seems the converted soartext texture pack doesn't support all the stuff from the above list of mods. Can I just add the right one on top of the soartext texture pack? Better yet, what pack am I supposd to use? The soartext is a 64x64 texture pack.

User avatar
Topywo
Member
Posts: 1721
Joined: Fri May 18, 2012 20:27

by Topywo » Post

I most of the time just use the standard textures. What i think I know about texture packs is that they are 'overriding' the default textures. Probably for farming, because of the older farming mods, there are soartext textures. The farming_plus is from a recent date, so I don't think there are (many) texture packs with their 'own' images of the farming_plus. In that case the default textures will be taken (here the default from the farming_plus mod).

What is the complaint you get (might be something else than your texture pack choice)?

User avatar
qwrwed
Member
Posts: 326
Joined: Sun Jul 22, 2012 20:56
In-game: qwrwed or Nitro

by qwrwed » Post

What is cocoa used for? Neither the beans nor seeds are edible or plantable.

User avatar
terminalerror
Member
Posts: 33
Joined: Tue Oct 30, 2012 22:46
Location: The Sar-Chasm

by terminalerror » Post

qwrwed wrote:What is cocoa used for? Neither the beans nor seeds are edible or plantable.
I think it's supposed to support rubenwardy's food mod.
ERROR[main]: ModError: Failed to load and run a sarcastic remark.

MarkTraceur
Member
Posts: 103
Joined: Sat Dec 03, 2011 05:41
Location: San Francisco, CA
Contact:

by MarkTraceur » Post

Is it possible to extract one or two of these features from the mods and put them into individual mods for greater flexibility? In particular I'd like rubber to be a separate mod, to facilitate using that but nothing else.

Thanks!
Mods: https://gitorious.org/marktraceur-minetest-mods
IRC: marktraceur on freenode

MarkTraceur
Member
Posts: 103
Joined: Sat Dec 03, 2011 05:41
Location: San Francisco, CA
Contact:

by MarkTraceur » Post

On second thought, I think I'll pull it out myself. Stand by.
Mods: https://gitorious.org/marktraceur-minetest-mods
IRC: marktraceur on freenode

MarkTraceur
Member
Posts: 103
Joined: Sat Dec 03, 2011 05:41
Location: San Francisco, CA
Contact:

by MarkTraceur » Post

https://gitorious.org/marktraceur-minetest-mods/rubber

There it is! In all its glory.

Note that it's licensed under GPL, so please avoid posting it in this topic unless you note its license properly. Thanks!
Mods: https://gitorious.org/marktraceur-minetest-mods
IRC: marktraceur on freenode

Post Reply

Who is online

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