Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SUGGESTION] more options with blockstates #43

Open
TropheusJ opened this issue Apr 18, 2021 · 1 comment
Open

[SUGGESTION] more options with blockstates #43

TropheusJ opened this issue Apr 18, 2021 · 1 comment
Labels
Enhancement New feature or request Pending Issue is undergoing review

Comments

@TropheusJ
Copy link

Description

blockstate gen should have additional options for custom values

Method of achieving this

allow for adding a custom property for blockstates and generate one for every possibility.
ex. specify 2 integer values and one boolean.
output file would look something like this:

{
  "variants": {
    "param1=0,param2=0,param3=false": {
      "model": "<your model here>"
    },
    "param1=1,param2=0,param3=false": {
      "model": "<your model here>"
    }
    "param1=2,param2=0,param3=false": {
      "model": "<your model here>"
    }
}

etc.

@TropheusJ TropheusJ added the Enhancement New feature or request label Apr 18, 2021
@Siuolplex
Copy link
Contributor

It could maybe be possible

Its mockup time

@Deviouslrd Deviouslrd added the Pending Issue is undergoing review label May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Pending Issue is undergoing review
Projects
None yet
Development

No branches or pull requests

3 participants