This was fixed in the latest version. (Yes, I know it's called an alpha release. It's completely stable.)
First, great mod, thank you for all the time & effort you've put into it!
Second, I could do with a little bit of help. I'm putting a modpack together and after changing loads of configs, I'm now getting a VillagerRegistry error:
Initially, changing the ID in the config fixed the issue, however after a few other config changes for other mods I can't get past this error.
So far I have tried several different ID's, chosen randomly, as well as setting the following in the Agricraft config and I still can't get it to launch:
If I disable Agricraft, the entire pack launches and plays fine. Do you have any idea or suggestions that I could try as I would really like the mod in the pack? If there's any information I can provide, please ask.
Thank you!
Indeed this is fixed in 1.4 and is now a problem of the past and indeed 1.4 is quite stable.This was fixed in the latest version. (Yes, I know it's called an alpha release. It's completely stable.)
Delete your old configs, does it still happen then?I see you've promoted it to Beta I'm still getting that error I pastebin'd a few posts ago though when launching in my pack, any ideas what it might be? The only thing I can imagine is if another mod is changing seeds that Agricraft is also trying to go something with?
The seedstorage ye I might have forgotten about that, the sprinkler, thats weird because I fixed that, might have derped thoughJust one thing, I know it's beta, but the storage items/blocks and the sprinkler still have unlocalised names (tile.agricraft:seedStorage...). I'm not complaining, just a heads up in case it was missed.
Ye, just wood planksI've also just noticed, and I'm assuming this is to make life easier, but the tanks and storage items seem to have the same particles when breaking.
I'm confused, what?Edit - Ok, weird, so the full pack wasn't even generating configs for Agricraft, so I copied the configs from the test instance I made just for Agricraft and it launches fine. These configs were generated by the Beta. Odd, but working, kind of.
Final Edit - So it seems something is causing some of my configs to not load and as such some mods are using default configs. It's really confusing me but is probably what happened with your configs. I need to do some testing because oddly enough, it's not 'InGame Mod Configs' causing it, which was my first guess.
Well that sucks, guess you'll just have to add a batch of mods at a time to check what's causing it.I read the changelog before launching and saw you made changes to the config files, so all of this has been with the old configs already being deleted.
When trying to launch my main pack, for some reason no config files are being generated for Agricraft, but I'm also noticing that some config changes aren't working (like disabling particles in Botania). I can only assume that either forge or another mod are causing an issue with configs and think it also explains why I was having issues with the villager ID in the previous version.
I can confirm that config files are generated if I launch a smaller pack with Agricraft and a couple of other mods, so it's not Agricraft causing the issue.
Ye I've already fixed the localization issues. And what rendering issues are you experiencing?In the 1.4.0Beta, there's some localization and rendering issues with the seed storage system. Rendering might be because of Optifine because Optifine, but the localization issues are there regardless.
There was a crash I got that said 'object already tesselating' where the image in NEI is just a flame and trying to create one crashes you. However, I'm willing to assume that is a problem of Optifine HD U C1. It was intermittent, it didn't happen every time, which further leads me to believe that it was Optifine's fault. It might also be because I am running Java 8Ye I've already fixed the localization issues. And what rendering issues are you experiencing?
Probably Optifine. I guess theyre doing something with the Tessellator, and I made my own one to allow rotatin, scaling and other matrix operations, all the actual rendering calls are still being forwarded to Minecraft's Tessellator though.There was a crash I got that said 'object already tesselating' where the image in NEI is just a flame and trying to create one crashes you. However, I'm willing to assume that is a problem of Optifine HD U C1. It was intermittent, it didn't happen every time, which further leads me to believe that it was Optifine's fault. It might also be because I am running Java 8
Hi!
I just saw on your github that you are working on a computercraft api. But I have somes question about it
Thanks for this amazing but still grindy mod!
- What will we be able to do ? (just reading seeds stats like I saw on the github, or also place crops and seeds too?)
- Will it be for end game or mid game ? (I strongly advise to be able to use it right when you can craft computer)
- Will the turtles have limitations ? (like prevent mutation from occurring and the like)
- And lastly.... Can I ask about a eta for it ? (you don't have to answer that, take your time )
The only problem is, as of right now, turtle can't place cross crops or seeds on placed crops (they can however till dirt and place the initial crop (but only in front of the turtle). The only thing that can place cross crop or seed in the ftb pack is the autonomous activator from TE (and only downward). I'm not sure if it's a bug or it's working as intended tho....You'll have to use turtles interacting with the crops and the peripheral to actually do stuff. ...