Deviouslrd / json-generator

Easy-to-use generator to make the JSON files primarily for mods, but can also be used for resource packs and datapacks. Comes with extensive generation tools to maximize its usefulness.
3 stars 2 forks source link

[SUGGESTION] Stonecutter improvements #27

Closed Deviouslrd closed 2 years ago

Deviouslrd commented 3 years ago

(All from Siuolthepic)

  1. Its slow, as you have to semi-manually generate slabs, stairs, walls, and pillars for each variant.
  2. Texture namespace is used for both variables in the json creation, as such you cant have multiple variables per.
  3. Tags are not supported, which for things such as stone bricks or the alike, is very annoying.

SOLUTIONS:

  1. Bigger box, some sort of checkbox system or preset system to automiatcally create json files for the core blocks.
  2. Set the result to be modName, change texture namespace box to be item namespace instead, additionally create new localStorage entry for that too.
  3. Some sort of tag support, see https://discord.com/channels/789668409875890227/797144492158746674/802761042744311869
Deviouslrd commented 3 years ago

All completed except for tags.

Deviouslrd commented 2 years ago

Well seeing as though the discord for which the link lead to was deleted, and i sure as heck dont remember what it was, im closing this for now, unless i find a good explanation of what its for, or if its even feasible.