Skip to content

Server-side Viking Helmet Creation System #32

Description

@Spartan322

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions