Coder Social home page Coder Social logo

Comments (8)

katubug avatar katubug commented on August 29, 2024 2

Thank you for the fix, Sl0ter! This is still present in version AgriCraft-2.12.0-1.12.0-a6

from agriplants.

Sl0ter avatar Sl0ter commented on August 29, 2024 1

I had the same issue.
You need to change the name "mod_Botania" folder to "mod_botania" in config\agricraft\json\defaults

somehow it has problems with a uppercase
you need also change some settings in the folder "mod_botania\mutations"

in botania_white_mutation.json

"parent1": "wheat_plant",
"parent2": "melon_plant"
to
"parent1": "vanilla:wheat_plant",
"parent2": "vanilla:melon_plant"

in botania_cyan_mutation.json

"parent1": "botania:gray_flower_plant",
"parent2": "melon_plant"
to
"parent1": "botania:gray_flower_plant",
"parent2": "vanilla:melon_plant"

in botania_gray_mutation.json

"parent1": "botania:brown_flower_plant",
"parent2": "sugarcane_plant"
to
"parent1": "botania:brown_flower_plant",
"parent2": "vanilla:sugarcane_plant"

and the last one is botania_yellow_mutation.json

"parent1": "botania:white_flower_plant",
"parent2": "wheat_plant"
to
"parent1": "botania:white_flower_plant",
"parent2": "vanilla:wheat_plant"

cheers
Sl0ter

from agriplants.

Khroz avatar Khroz commented on August 29, 2024

That fix doesn't work for me, it just creates another folder with the B-uppercased files again whenever i rerun the server. I'm using that exact version stated by katubug, AgriCraft-2.12.0-1.12.0-a6

Please i'd like some heads up on how to fix this

from agriplants.

Sl0ter avatar Sl0ter commented on August 29, 2024

did you change the folder name from "mod_Botania" to "mod_botania"?

from agriplants.

Vislor avatar Vislor commented on August 29, 2024

I also corrected the path names inside the files by running the following (using a bash shell) inside the config/agricraft/json/defaults folder. Not sure if it was needed:

find mod_botania -type f -print0 | xargs -0 sed -i 's/mod_Botania/mod_botania/g'

from agriplants.

Sl0ter avatar Sl0ter commented on August 29, 2024

the path should be "/(your minecraft folder)/config/agricraft/json/defaults/mod_botania/" not "/json/defaults/mod_Botania/mod_botania/"
the ubercase caused this error.

from agriplants.

Diego-Hidra avatar Diego-Hidra commented on August 29, 2024

Please can you write the steps to be able to fix this problem in a better way. I got lost after changing the plant paths to "mod_botania", but it automatically generates a "mod_Botania" folder.

from agriplants.

InfinityRaider avatar InfinityRaider commented on August 29, 2024

Yes, it will regenerate that folder, but it doesn't matter, you can just leave it there and ignore it. As long as there is a folder mod_botania with the jsons, the seeds will get loaded.

from agriplants.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.