Commit Graph

767 Commits

Author SHA1 Message Date
Xterionix
2516480535 - Add block sounds enum and remove default texture value under material instance (#293)
* Update material_instances.json

* - Add block sounds enum
2024-06-17 08:22:44 +02:00
Xterionix
d8b8727d9e 1.21 (#292)
* - Add new block material

* - Update to 1.21
2024-06-14 08:52:09 +02:00
Xterionix
642cbb0ca3 - Add new block material (#291) 2024-06-08 23:14:59 +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
Xterionix
24e6cba950 Remove random ":" (#289) 2024-05-25 17:01:35 +02:00
Xterionix
042ff4d60c - Additional block custom component stuff (#288) 2024-05-25 11:28:48 +02:00
Xterionix
bef0c52a63 - Custom components (#287) 2024-05-24 12:50:22 +02:00
Xterionix
588da5e77c Closing up issues I'd opened before (#286)
* - Add particles opaque

* - Add 16 stack size example
2024-05-16 10:44:20 +02:00
Daan Verstraten
03d02a4afe Adding deferred lightning schemas (#285) 2024-05-11 12:11:19 +02:00
DaanV2
606c76812b Fixing up bp items 2024-05-11 11:48:20 +02:00
DaanV2
7b008f8257 Adding 1.20.81 2024-05-11 11:26:43 +02:00
QuazChick
0ed8493085 Support single values for item components (#268) 2024-05-11 11:24:22 +02:00
DaanV2
c727935dd0 Fixing camera 2024-05-11 11:13:21 +02:00
Daan Verstraten
46c737356c Adding cameras schemas (#283) 2024-05-11 11:10:17 +02:00
Beltsazar
ebac7a0ab1 Add snippets (#278) 2024-04-29 15:24:55 +02:00
Xterionix
f3c02e7e93 - Updates for 1.20.80 (#281) 2024-04-29 15:22:36 +02:00
DaanV2
fe2a7cc70b Updating interact 2024-04-20 12:31:26 +02:00
DaanV2
8ab255eb28 Adding body_rotation_blocked 2024-04-19 19:38:27 +02:00
QuazChick
a571926b70 Allow manifest versions to be defined as SemVer strings (#274) 2024-04-03 20:10:44 +02:00
QuazChick
d6f46144c0 Corrected name of "textures_list.json" (#273) 2024-04-03 20:07:53 +02:00
Xterionix
c84132520a Update brightness filter (#271)
* - Update brightness filter
* Update source/behavior/spawn_rules/components/brightness_filter.json
Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com>
* Update source/behavior/spawn_rules/components/brightness_filter.json
Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com>
* - Fix json issue
---------

Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com>
2024-04-02 14:34:09 +02:00
Xterionix
e886128599 - Remove sounds enum (#270) 2024-04-02 09:58:58 +02:00
QuazChick
14745fba94 Removed "commands" category (#269) 2024-04-02 09:57:46 +02:00
QuazChick
97dece1acf Support block tags (#267) 2024-04-02 09:57:17 +02:00
QuazChick
0380207991 Add Texture Set schema (#266) 2024-04-02 09:55:24 +02:00
Xterionix
0844044bf7 - Make randomize and set_property have other event responses (#260) 2024-04-01 10:56:29 +02:00
QuazChick
b3ec07b419 Loosen "y_rotation_offset" type (#263) 2024-04-01 10:56:19 +02:00
QuazChick
55d6a6bd10 Support molang strings in "bone_visibility" (#264) 2024-04-01 10:56:09 +02:00
QuazChick
b1db14db4a Update block description (#262) 2024-04-01 10:52:43 +02:00
Xterionix
b8683da2d8 - Update script manifest (#259) 2024-03-30 10:19:01 +01:00
Xterionix
95be084aa9 - Spawn rules (#257) 2024-03-29 14:40:33 +01:00
Xterionix
67b55a33ea - Fix digger (#256) 2024-03-29 10:05:56 +01:00
Xterionix
18aea319d5 - Fix icon (#255) 2024-03-28 19:02:22 +01:00
Xterionix
0fe15823e0 - Attribute components (#253) 2024-03-28 11:16:57 +01:00
Xterionix
9f82422759 - Anim time update for bpa (#252) 2024-03-27 08:34:57 +01:00
Daan Verstraten
b04f9e72e7 Adding block culling to generation spec 2024-03-26 15:47:55 +01:00
Xterionix
91ceff66e2 - Block culling rules (#251) 2024-03-26 15:45:17 +01:00
Xterionix
9b217576d4 - Fix icon for 1.20.70 (#250) 2024-03-24 11:51:30 +01:00
Xterionix
f049552622 Update recipes to add unlocking to furnace and fix #226 (#249)
* - Add unlocking to furnace

* - Add tag to recipes
2024-03-23 18:07:06 +01:00
DaanV2
432bde8cda Solving some missing schemas 2024-03-23 08:01:59 +01:00
Xterionix
798221290d Misc entity fixes (#248)
* - Misc entity fixes

* - Update entity sensor

* Update source/behavior/entities/format/behaviors/dig.json

Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com>

* - Change entity sensor range property

* - Fix

---------

Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com>
2024-03-23 07:20:51 +01:00
Xterionix
e65c85ddfa Update features (#235)
* - Update features

* - Fix
2024-03-21 11:01:23 +01:00
Xterionix
d916540fc5 - Fix recipe unlocking (#234) 2024-03-20 17:59:02 +01:00
Xterionix
c3516b06cf - Add separate ref to creative tabs and groups (#233)
- Change description so it's not UNDOCUMENTED
2024-03-20 09:16:15 +01:00
Xterionix
27802fdc63 - Add filters to event object (#228) 2024-03-19 19:57:19 +01:00
Xterionix
9ea6077e4e Block traits (#227)
* - Spawn category

* - Block traits
2024-03-18 19:58:22 +01:00
Xterionix
f95ee61ad5 - Spawn category (#225) 2024-03-16 00:36:15 +01:00
Xterionix
b6a091a913 - Update icon to match 1.20.60+ (#222) 2024-03-15 21:02:41 +01:00
Xterionix
3e00df700a - Update geometry component (#219)
* - Update geometry component

* - Update geometry to use pattern

* - Change regex
2024-03-12 08:13:16 +00:00
Daan Verstraten
9fba6ca184 Adding more detailed description on block property 2024-03-08 15:32:00 +01:00