Commit Graph

1532 Commits

Author SHA1 Message Date
Xterionix
0283fe124d - Add min to health (#216) 2024-02-17 11:36:10 +01:00
DaanV2
b84a0b530b Merge branch 'main' of https://github.com/Blockception/Minecraft-bedrock-json-schemas 2024-02-11 12:10:47 +01:00
DaanV2
8ee540753f Adding better comments 2024-02-11 12:10:43 +01:00
Orbi-bot
36227dc767 auto: Generated Json Schemas 2024-02-11 11:06:12 +00:00
Xterionix
c56338d900 Update blocks and items to newest format (#215)
* Add emit_vibration
* Add min and max bounds to collision_box
* Remove experimental label from crafting_table
* Fix flammable definition
* Add geometry.cross
* Add culling property to block_culling_rules
* Add max length to loot
* Remove part visibility
* Remove experimental label from placement filter
* Add min max bounds to selection box
* Remove unit cube as deprecated
* Remove armor component
* Add protection to wearable
* Remove render offsets
* Remove on_dig
* Remove dye powder
* Remove knockback resistance
* Update durability
* Remove foil
* Add glint
* Update hand_equipped
* Update food
* Remove frame from :icon
* Remove max damage
* Remove on_use
* Remove on_use_on
* Update max stack size
* Update repairable
* Updated :shooter
* Update stacked by data
* Add use modifiers
* Remove use_duration
* Remove weapon
* Add allow_off_hand
* Add can_destroy_in_creative
* Add damage
* Fix max_stack_size
* Add enchantable
* Add hover text color
* Add liquid clipped
* Add record
* Add should_despawn
* Tags component
* Add use_animation
* Update item components
* Update block components
* Update source/behavior/entities/format/events.json
---------
Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com>
2024-02-11 12:05:56 +01:00
Daan Verstraten
608e310ca3 Delete .github/dependabot.yml 2024-02-02 10:38:29 +01:00
Daan Verstraten
d6fce21bb6 Revert "build(deps-dev): bump the all group with 4 updates" (#213) 2024-02-02 10:38:11 +01:00
Daan Verstraten
1584aa6ca9 Revert "build(deps): bump the all group with 3 updates" (#212) 2024-02-02 10:37:59 +01:00
github-actions[bot]
6c412d0fa1 Merge pull request #211 from Blockception/dependabot/npm_and_yarn/all-6f48ba79b0
build(deps): bump the all group with 3 updates
2024-02-01 18:23:16 +00:00
dependabot[bot]
3beb0c74b6 build(deps): bump the all group with 3 updates
Bumps the all group with 3 updates: [vscode-json-languageservice](https://github.com/Microsoft/vscode-json-languageservice), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [chai](https://github.com/chaijs/chai).


Updates `vscode-json-languageservice` from 5.3.7 to 5.3.9
- [Changelog](https://github.com/microsoft/vscode-json-languageservice/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Microsoft/vscode-json-languageservice/compare/v5.3.7...v5.3.9)

Updates `@types/node` from 20.11.5 to 20.11.16
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `chai` from 5.0.0 to 5.0.3
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](https://github.com/chaijs/chai/compare/v5.0.0...v5.0.3)

---
updated-dependencies:
- dependency-name: vscode-json-languageservice
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 18:23:04 +00:00
github-actions[bot]
f13ee30780 Merge pull request #210 from Blockception/dependabot/npm_and_yarn/all-ee74fcd59e
build(deps-dev): bump the all group with 4 updates
2024-01-20 10:11:22 +00:00
dependabot[bot]
b4c7d10c84 build(deps-dev): bump the all group with 4 updates
Bumps the all group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [chai](https://github.com/chaijs/chai), [ts-node](https://github.com/TypeStrong/ts-node) and [typescript](https://github.com/Microsoft/TypeScript).


Updates `@types/node` from 20.10.1 to 20.11.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `chai` from 4.3.10 to 5.0.0
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](https://github.com/chaijs/chai/compare/v4.3.10...v5.0.0)

Updates `ts-node` from 10.9.1 to 10.9.2
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.9.1...v10.9.2)

Updates `typescript` from 5.3.2 to 5.3.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: ts-node
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-20 10:11:10 +00:00
DaanV2
846e42b4cb Updating dependabot 2024-01-20 11:09:04 +01:00
Orbi-bot
0ff0a67c2f auto: Generated Json Schemas 2024-01-20 10:02:51 +00:00
DaanV2
4a19fcee61 Adding menu_category to items 2024-01-14 16:31:31 +01:00
DaanV2
9cfbf9a577 Adding pack scope and product type 2024-01-07 14:58:21 +01:00
DaanV2
9424aeea7d Fixing sounds 2024-01-06 23:32:11 +01:00
DaanV2
a579b602ea Fixing biome client 2024-01-06 23:32:07 +01:00
DaanV2
84b19ed1d5 Fixing recipes 2024-01-06 23:22:39 +01:00
DaanV2
50f8ffe05a Updated 2024-01-06 23:15:13 +01:00
DaanV2
5a2d70ca64 Fixing shooter 2024-01-06 23:11:36 +01:00
DaanV2
c10db35451 Fixing angel_level 2024-01-06 23:06:54 +01:00
DaanV2
f4e46ef9e9 Adding sniff 2024-01-06 23:05:55 +01:00
DaanV2
f224ae3b24 Adding investigate_suspicious_location 2024-01-06 23:02:12 +01:00
DaanV2
94be6e147b Fixing variable_max_auto_step 2024-01-06 22:44:01 +01:00
DaanV2
943584e62f Fixing projectile -> particle 2024-01-06 22:43:51 +01:00
DaanV2
1a7feff399 Fixing rideable 2024-01-06 22:35:00 +01:00
DaanV2
8c5d7d7832 Adding melee_box_attack 2024-01-06 22:30:57 +01:00
DaanV2
2b97835b3b Fixing behavior.go_and_give_items_to_owner -> on_item_throw 2024-01-06 22:25:09 +01:00
Daan Verstraten
f05045e9d9 Create CODEOWNERS 2024-01-04 13:48:59 +01:00
Daan Verstraten
b466655c6a Revert "build(deps-dev): bump the all group with 4 updates" (#209) 2024-01-03 14:36:47 +01:00
github-actions[bot]
1a094feb1f Merge pull request #207 from Blockception/dependabot/npm_and_yarn/all-9b38d6fb76
build(deps-dev): bump the all group with 4 updates
2024-01-01 18:28:54 +00:00
dependabot[bot]
7f9a09d062 build(deps-dev): bump the all group with 4 updates
Bumps the all group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [chai](https://github.com/chaijs/chai), [ts-node](https://github.com/TypeStrong/ts-node) and [typescript](https://github.com/Microsoft/TypeScript).


Updates `@types/node` from 20.10.1 to 20.10.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `chai` from 4.3.10 to 5.0.0
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](https://github.com/chaijs/chai/compare/v4.3.10...v5.0.0)

Updates `ts-node` from 10.9.1 to 10.9.2
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.9.1...v10.9.2)

Updates `typescript` from 5.3.2 to 5.3.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: ts-node
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 18:28:39 +00:00
Orbi-bot
5e9593c759 auto: Generated Json Schemas 2023-12-16 15:27:35 +00:00
Piotr Brzozowski
a26d4e3351 Update entity components to 1.20.60 (#204) 2023-12-16 16:27:18 +01:00
Orbi-bot
3821d1dbba auto: Generated Json Schemas 2023-12-16 15:26:52 +00:00
Piotr Brzozowski
f87f305513 Update entity_sensor's schema to 1.20.60 (#203)
* Update entity_sensor's schema to 1.20.60

* Add cooldown field
2023-12-16 16:26:36 +01:00
Orbi-bot
aae2584440 auto: Generated Json Schemas 2023-12-16 15:25:09 +00:00
Piotr Brzozowski
0e31d70564 Added full_cube constant to block geometry (#205) 2023-12-16 16:24:54 +01:00
Piotr Brzozowski
054b3f13a3 Add new entity filters (#206) 2023-12-16 16:24:25 +01:00
Orbi-bot
27cc4b615a auto: Generated Json Schemas 2023-12-14 18:56:57 +00:00
DaanV2
029760764a Adding more to queue_command 2023-12-14 19:56:40 +01:00
Orbi-bot
f7396a8d74 auto: Generated Json Schemas 2023-12-14 18:03:32 +00:00
DaanV2
d1f4c4899a Merge branch 'main' of https://github.com/Blockception/Minecraft-bedrock-json-schemas 2023-12-14 19:03:20 +01:00
DaanV2
2dee8706a0 Moving modificiations because of ciruliaur dependencies 2023-12-14 18:59:27 +01:00
Orbi-bot
3660fc53b8 auto: Generated Json Schemas 2023-12-14 17:53:54 +00:00
DaanV2
b8a41d8ff1 Merge branch 'main' of https://github.com/Blockception/Minecraft-bedrock-json-schemas 2023-12-14 18:53:42 +01:00
DaanV2
0a7d6eed75 Adding titles 2023-12-14 18:53:21 +01:00
Orbi-bot
d470fac4a0 auto: Generated Json Schemas 2023-12-14 17:51:11 +00:00
DaanV2
0e87d1ac8c Fixing up some things 2023-12-14 18:50:54 +01:00