inotflying / VPacks

Generate resource-pack content for your plugin from items to UIs!
MIT License
63 stars 7 forks source link

Missing vanilla JSON-ui elements #1

Open its-vezdehod opened 2 years ago

its-vezdehod commented 2 years ago

Introduction

It would be really nice to have vanilla elements to avoid hard-coded strings.

$contents->addExtends("control_name", "common.scrolling_panel")
   ->setVar(...);

Proposal

$contents->addExtends("control_name", VanillaUICommon::scollingPanel(...));