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

Server-side Viking Helmet Creation System #32

Open
Spartan322 opened this issue Jan 8, 2016 · 0 comments
Open

Server-side Viking Helmet Creation System #32

Spartan322 opened this issue Jan 8, 2016 · 0 comments

Comments

@Spartan322
Copy link
Member

Allow json to be created to generate craft-able helmets, current planned syntax:

{
   unlocal_name: "<name>",
   model_name:"<model name>"
   # overrides texture_name in 1.8, applies as texture_name in 1.7.10 (if texture_name is missing) 
   texture_name:"<texture name>" 
   # overrides model_name in 1.7.10, applies as model_name in 1.8 (if model_name is missing)
   worn_model_name:"<worn name (obj)>"
   # doesn't render if not declared, may eventually support json model (first iteration shall not)
   recipes: {
      {
         ["ABA","AAA","AAA"], # custom recipes types not natively supported
         A:"minecraft:block_dirt",
         B:"<modid>:<item name>"
      }
   }
}

This shall be an experimental feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant