-
Notifications
You must be signed in to change notification settings - Fork 72
Pack Making JSON Constant Values
DrprofLuigi edited this page Jan 14, 2024
·
3 revisions
A simple list to define variable values that should remain a constant.
"constantValues": {
"unuisbest": 1,
"frame_tread": 2.6875,
"frame_width": 0.875,
"hideAirLine": 1
}
In this example, the unuisbest
variable will be 1
, the frame_tread
value will be 2.6875
etc.
It is important to note that these values are only 'set' when the vehicle is placed. These variables can then be modified, but when the vehicle is picked up and re-placed the variable will reset to its 'constant' value.
- The Absolute Basics
- Pack Making General Introduction
- Pack Making General Master File
- Pack Making General File Structure
- Pack Making General Item Textures and JSONs
- Pack Making General Languages
- Pack Making General Conventions
- Pack Making JSON Colors
- Pack Compiling for 1.16.5
- JSON Templates