GithubHelp home page GithubHelp logo

Comments (14)

Epic428 avatar Epic428 commented on September 27, 2024

There’s a few issues with your json file. color is not correct. biomeList is not correct.

you should be using primaryColor secondaryColor if you want to change it.

For biomes there’s biomeWhitelist and biomeBlacklist

Mutations should be mutationInput and mutationOutput I know it’s that way for 1.16.1 and 1.16.3 90% certain that’s how I have it setup for 1.15.2 but would need to double check it.

In order for the name to display properly you need to create a Lang file and put it in the proper directory. We have a wiki doc that shows how to do it.

from resourcefulbees.

Epic428 avatar Epic428 commented on September 27, 2024

https://github.com/Resourceful-Bees/ResourcefulBees/blob/1.15.2/src/main/java/com/dungeonderps/resourcefulbees/data/BeeData.java

https://github.com/Resourceful-Bees/ResourcefulBees/tree/master/src/main/java/com/resourcefulbees/resourcefulbees/api/beedata

First link covers 1.15.2 and 1.16.1. Second covers 1.16.3 as there was a format change to the json. Any value not marked as transient is a value that can be customized. I HIGHLY recommend looking at the default generated bees as an example of how to format the json correctly. But until the jsons are established properly I can’t provide any further assistance.

from resourcefulbees.

xXmilchzombieXx avatar xXmilchzombieXx commented on September 27, 2024

from resourcefulbees.

xXmilchzombieXx avatar xXmilchzombieXx commented on September 27, 2024

I have only one problem left all i change in the already existing bees will be changed back after i have started my minecraft but i don't want this to happen because I want to make some little changes.

from resourcefulbees.

ThatGravyBoat avatar ThatGravyBoat commented on September 27, 2024

You need to set the Generate Default Bees config option to false if you want to edit default bees

from resourcefulbees.

ThatGravyBoat avatar ThatGravyBoat commented on September 27, 2024

lol im so used to closing issues when commenting

from resourcefulbees.

xXmilchzombieXx avatar xXmilchzombieXx commented on September 27, 2024

from resourcefulbees.

xXmilchzombieXx avatar xXmilchzombieXx commented on September 27, 2024

How I let more parents of bees breed one be so for example i have three bees and all three could be cross bred so one other be could be createt?

from resourcefulbees.

Epic428 avatar Epic428 commented on September 27, 2024

We only allow for two parents of a bee. Same as vanilla. You’d have to do cross breeding by having an intermediary bee. Also vanilla breeding logic doesn’t support a 3rd lover in the mix. I’m not 100% sure if I could roll my own either.

from resourcefulbees.

xXmilchzombieXx avatar xXmilchzombieXx commented on September 27, 2024

No not a third. I mean that for example I have A, B, C Bees and want that Bee E can be bred with A+B, A+C and B+C but i do not know how the expression should look like and also I have another problem that my bees does not take my breed weight serious, because one bees should have a breed weight of 8% but ingame she tells me that she has 50% with this code "breedWeight": 0.5.

from resourcefulbees.

Epic428 avatar Epic428 commented on September 27, 2024

Ahh currently a bee does not support having more than one pair of parents. However I will be working on making it so that’s a possibility

from resourcefulbees.

Epic428 avatar Epic428 commented on September 27, 2024

Breed weights are calculated against all bees that the same two parents can make. So for example you have bee X can be made by bees A and B and you have bee Y can also be made by bee A and B and same for Z. If X was 20 weight and Y and Z each 40 weight. Then X would have a 20% chance of being bred

from resourcefulbees.

xXmilchzombieXx avatar xXmilchzombieXx commented on September 27, 2024

from resourcefulbees.

ThatGravyBoat avatar ThatGravyBoat commented on September 27, 2024

Closing issue, if you have any further questions you can join our discord.

from resourcefulbees.

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.