Commit Graph

29 Commits

Author SHA1 Message Date
QuazChick
30a9de7a9b Improve texture set schema (#339)
* Added `metalness_emissive_roughness_subsurface` parameter

* Prevent incompatible parameters from being specified at the same time

* Corrected color array schema

* Improved color schemas

* Require `format_version` to be a supported value

* Require `format_version` and `minecraft:texture_set` to be included

* Sorted parameter definitions

* Prevent UI texture definition schema from being applied to texture sets

* Corrected `format_version` schema
2025-03-23 17:39:12 +01:00
DaanV2
871d32ae49 there might be a collision with other json files 2025-03-16 20:48:57 +01:00
StealthyX
2aa26b104a Fixed terrain_texture.json edits and added descriptions on "num_mip_levels" and "padding" (#304)
CHANGELOG:

Added description for the "num_mip_levels" property, describing its function in setting mipmap levels.

Added description for the "padding" property, describing its function in adding buffer space to prevent texture bleeding.

Moved it towards the correct placements.
2024-08-15 07:43:47 +02:00
ライゼン1920
38ea808af5 Minor changes to texture definition RegExp, & added "FANCY" material enum (#290)
* Implement some missing `ui/` schemas

- Add `allow_debug_missing_texture`
- Add `propagate_alpha`
- Add `use_child_anchors`

* Tweak descriptions of `item_ref`

It should be noted that UI are referred to as "elements."

Moreover, the examples used colon (`:`) instead of dots (`.`) which contradicts the given description.

* Add more enum values to the `easing` property

These are all known values, aside from the five that was given.

* Update damage_source.json

The list of damage sources have been updated and added new possible damage sources.

Damage source `attack` has been deprecated going forward and has been split into two, namely: `entity_attack` and `entity_explosion`.

Damage source `fatal` has also been deprecated in newer format/`min_engine` versions, and has caused content log errors upon testing. But will remain for backwards compatibility.

This commit aims to resolve #185. Please refer to the damage sensor documentation here: https://github.com/MicrosoftDocs/minecraft-creator/blob/main/creator/Reference/Content/EntityReference/Examples/EntityComponents/minecraftComponent_damage_sensor.md

* Define `pack_scope` and `product_type` fields for pack manifests

With the release of Add-Ons in the marketplace, these property fields have become present in pack manifests.

* Tweak RegExp for defining texture names

- It will now match for a colon text (`:`) whereby namespaces are defined with
- Fix completely off-the-mark RegExp for `item_texture.json` and `terrain_texture.json` files.

* Add `FANCY` material enum

* Merge branch
2024-05-28 08:49:27 +02:00
QuazChick
d6f46144c0 Corrected name of "textures_list.json" (#273) 2024-04-03 20:07:53 +02:00
QuazChick
0380207991 Add Texture Set schema (#266) 2024-04-02 09:55:24 +02:00
DaanV2
0a7d6eed75 Adding titles 2023-12-14 18:53:21 +01:00
Piotr Brzozowski
c76affe4ba Add aseprite flipbook schema (#197)
* Add aseprite flipbook schema

* Probably hash is unneeded

* Add new UI texture definition file to compress_specification.json
2023-12-14 14:42:38 +01:00
Piotr Brzozowski
7063bd82aa Add 9Slice schema (#184)
* Add 9Slice schema
* Add nineslice schema to vscode settings
2023-10-06 11:33:06 +02:00
DaanV2
8b3778de6d Adding dots to description 2022-07-22 19:41:04 +02:00
Daan Verstraten
7b526f0aee Added documentation 2022-03-14 12:55:47 +01:00
Daan Verstraten
6e5e862600 Added documentation to terrain textures 2022-03-12 10:14:16 +01:00
Daan Verstraten
b543ec56d6 Added $Schema #17 2021-11-20 11:26:35 +01:00
DaanV2
5e465f3220 Added blocks 1.17 2021-08-22 00:15:58 +02:00
DaanV2
0f15d47659 Updated Comments 2021-07-01 16:37:41 +02:00
DaanV2
9bf12e0823 Updated comments 2021-07-01 16:35:56 +02:00
DaanV2
ba94cceb50 Updated UNDOCUMENTED 2021-07-01 11:35:53 +02:00
DaanV2
9036e74f6e Replaced undocumented 2021-06-16 16:19:12 +02:00
DaanV2
ada0815fa6 updating todo titles 2021-06-09 10:24:10 +02:00
DaanV2
b68ba1865c UNDOCUMENTATED description 2021-06-09 09:41:09 +02:00
DaanV2
0bff0baa33 UNDOCUMENTATED description, or needs to be filled in 2021-06-09 09:40:37 +02:00
DaanV2
f5ab3767ab Updated 2021-06-08 21:05:20 +02:00
Blockception Bot
77b8b88cc1 auto: Formatted json files 2021-06-06 10:07:19 +00:00
DaanV2
109b31d31a Updated titles 2021-05-26 01:27:39 +02:00
DaanV2
a98fbfbaa8 Updated 2021-05-26 01:23:51 +02:00
DaanV2
7ea35ef9dd Fixing 2021-05-26 01:09:39 +02:00
DaanV2
5b784a9cfc auto: Formatted documents 2021-05-18 23:32:44 +02:00
DaanV2
698ee42623 Updated 2021-03-21 15:18:38 +01:00
DaanV2
ac0f3d12d6 Moved to source folder 2021-02-01 18:39:12 +01:00