Skip to content

Commit

Permalink
Edits to README content and code format (#70)
Browse files Browse the repository at this point in the history
Also updates some variable names in the code.
  • Loading branch information
iconicNurdle authored Feb 7, 2025
1 parent b85dd87 commit cbad854
Show file tree
Hide file tree
Showing 172 changed files with 18,345 additions and 18,329 deletions.
28 changes: 13 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,36 @@ This project contains samples that further extend the [Minecraft: Bedrock Editio
## Current Samples

* [Add Entity Robot](add_entity_robot/README.md) - A simple project that demonstrates how to create a new entity, that accompanies the [Introduction to Add Entity article](https://docs.microsoft.com/minecraft/creator/documents/introductiontoaddentity)
* [Add-On Starter](addon_starter/README.md) - Demonstrates everything you need to have in an add-on in Minecraft
* [Behavior Pack Sample](behavior_pack_sample/README.md) - This is the behavior pack that accompanies the [Behavior Pack Tutorial](https://docs.microsoft.com/minecraft/creator/documents/behaviorpack)
* [Culled Block Sample](culled_block_sample/README.md) - Behavior Pack and Resource pack that accompanies the [Culling section](https://learn.microsoft.com/en-us/minecraft/creator/documents/customblockoversized?view=minecraft-bedrock-stable&branch=main#culling) of the Advanced Block Visuals: Sizing and Culling tutorial.
* [Culled Block Sample](culled_block_sample/README.md) - Behavior Pack and Resource pack that accompanies the [Culling section](https://learn.microsoft.com/en-us/minecraft/creator/documents/customblockoversized?view=minecraft-bedrock-stable&branch=main#culling) of the Advanced Block Visuals: Sizing and Culling tutorial
* [Custom Blocks](custom_blocks/README.md) - Behavior Pack and Resource pack that accompanies the custom block tutorials, starting with [Custom Blocks Part 1: The Simplest Block](https://docs.microsoft.com/minecraft/creator/documents/addcustomdieblock)
* [Features Samples](https://github.com/microsoft/minecraft-samples/blob/main/FeaturesSamples.mcaddon) - A sample pack that can be used as a tutorial on how feature and feature rules work.
* [Custom Items](custom_items/README.md)
* [Custom Sounds](custom_sounds/README.md)
* [Features Samples](https://github.com/microsoft/minecraft-samples/blob/main/FeaturesSamples.mcaddon) - A sample pack that can be used as a tutorial on how features and feature rules work.
* [Custom Items](custom_items/README.md) -
* [Custom Sounds](custom_sounds/README.md) -
* [Debug Tools](debug_tools/README.md) - Contains a set of simple debug tools for adding in-game and editor watches.
* [Jigsaws](jigsaws/README.md) - This sample is the behavior pack used in the [Jigsaw Block Tutorial](https://docs.microsoft.com/minecraft/creator/documents/structures/jigsawtutorial)
* [Minecraft Live 2022 Add-Ons](mclive2022_addon) - Behavior Pack and Resource Pack that accompany the [Minecraft Live 2022 Creator Recap](https://docs.microsoft.com/minecraft/creator/documents/minecraftlive2022creatorrecap)
* [NPC Dialog Sample](npc_dialogue_sample/README.md) - See the [NPC Dialogue](https://docs.microsoft.com/minecraft/creator/documents/NPCDialogue) documentation for the full walkthrough adding custom dialogue for an NPC
* [Palm Tree Blocks and Features](palm_tree_blocks_and_features) - This sample demonstrates how to create a new tree type that is distributed throughout the overworld.
* [Parkour Sample World](parkour_sample_world/README.md) - This sample is the world that is walked through in the [Parkour documentation](https://docs.microsoft.com/minecraft/creator/documents/ParkourIntro) as examples of block mechanics, player mechanics, and Redstone mechanics that can be used to make a fun player experience
* [Particles Examples 1.19](particles_examples_1.19) - Examples of particles
* [Resource Pack Sample](resource_pack_sample/README.md) - This is the resource pack that accompanies the [Behavior Pack Tutorial](https://docs.microsoft.com/minecraft/creator/documents/resourcepack)
* [RTX Resource Pack](rtx_resource_pack/README.md) - The RTX-enabled sample resource pack that accompanies the [Physically Based Rendering Workflow](https://docs.microsoft.com/minecraft/creator/documents/rtxpbrtutorial) tutorial documentation
* [Skin Pack](skinpack/README.md) - This is a sample skin pack that, when imported, will appear in your Classic Skins in the dressing room in Minecraft.
* [Structure Blocks Sample Behavior Pack](structure_blocks_sample_behavior_pack/README.md) - This sample is the behavior pack used in the [Structure Blocks Tutorial](https://docs.microsoft.com/minecraft/creator/documents/structureblockstutorial)

## Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.
When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

## Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
trademarks or logos is subject to and must follow
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
Any use of third-party trademarks or logos are subject to those third-party's policies.
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@
},
"components": {
"minecraft:physics": {},
"minecraft:nameable": {},
"minecraft:nameable": {},
"minecraft:movement": {
"value": 0.25
},
"minecraft:movement.basic": {},
"minecraft:jump.static": {},
"minecraft:navigation.walk": {
"avoid_water": true
"avoid_water": true
},
"minecraft:behavior.tempt": {
"priority": 1,
"minecraft:behavior.tempt": {
"priority": 1,
"speed_multiplier": 1.4,
"items": ["diamond"],
"within_radius": 7.0
},
"items": ["diamond"],
"within_radius": 7.0
},
"minecraft:behavior.random_stroll": {
"priority": 3,
"priority": 3,
"speed_multiplier": 0.8
},
},
"minecraft:experience_reward": {
"on_death": 8
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,115 +1,115 @@
{
"format_version": "1.12.0",
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.robot",
"texture_width": 64,
"texture_height": 64,
"visible_bounds_width": 2,
"visible_bounds_height": 2,
"visible_bounds_offset": [0, 1, 0]
},
"bones": [
{
"name": "root",
"pivot": [0, 0, 0]
},
{
"name": "wheel",
"parent": "root",
"pivot": [0, 3, 0],
"cubes": [
{"origin": [-1, 0, -3], "size": [2, 6, 6], "uv": [24, 27]},
{"origin": [-3, 2.5, -0.5], "size": [6, 1, 1], "uv": [0, 50]}
]
},
{
"name": "body",
"parent": "root",
"pivot": [0, 0, 0],
"cubes": [
{"origin": [1.25187, 2.27524, -1], "size": [1, 5, 2], "pivot": [0, 0, 0], "rotation": [0, 0, 6], "uv": [20, 39], "mirror": true},
{"origin": [-3, 7, -3], "size": [6, 9, 6], "uv": [30, 0]},
{"origin": [-5, 13, -1], "size": [2, 2, 4], "uv": [0, 39]},
{"origin": [3, 13, -1], "size": [2, 2, 4], "uv": [0, 39], "mirror": true},
{"origin": [-4, 10, 2], "size": [8, 8, 4], "uv": [0, 15]},
{"origin": [-3, 12, 3], "size": [6, 8, 4], "uv": [24, 15]},
{"origin": [-4, 19, 2], "size": [8, 4, 4], "uv": [0, 27]},
{"origin": [-2.25187, 2.27524, -1], "size": [1, 5, 2], "pivot": [0, 0, 0], "rotation": [0, 0, -6], "uv": [20, 39]},
{"origin": [-2, 6.62679, -3.26946], "size": [4, 1, 4], "pivot": [0, 0, 0], "rotation": [-35, 0, 0], "uv": [40, 27]}
]
},
{
"name": "right_arm",
"parent": "body",
"pivot": [-4, 13, 0],
"rotation": [-30, 15, 0],
"cubes": [
{"origin": [-5, 9, -1], "size": [2, 5, 2], "uv": [12, 39]}
]
},
{
"name": "right_lower_arm",
"parent": "right_arm",
"pivot": [-4, 9, 0],
"rotation": [-15, 0, -10],
"cubes": [
{"origin": [-4.5, 5, -0.5], "size": [1, 4, 1], "uv": [28, 46]}
]
},
{
"name": "right_hand",
"parent": "right_lower_arm",
"pivot": [-4, 5, 0],
"rotation": [-20, -20, 0],
"cubes": [
{"origin": [-5, 4, -1], "size": [2, 1, 2], "uv": [10, 46]},
{"origin": [-4.78869, 2.04685, -1], "size": [1, 2, 2], "inflate": -0.01, "pivot": [-4, 5, 0], "rotation": [0, 0, 25], "uv": [22, 46]},
{"origin": [-4, 2, -0.5], "size": [1, 2, 1], "pivot": [-4, 5, 0], "rotation": [0, 0, -20], "uv": [0, 52]}
]
},
{
"name": "left_arm",
"parent": "body",
"pivot": [4, 13, 0],
"rotation": [-30, -15, 0],
"cubes": [
{"origin": [3, 9, -1], "size": [2, 5, 2], "uv": [12, 39], "mirror": true}
]
},
{
"name": "left_lower_arm",
"parent": "left_arm",
"pivot": [4, 9, 0],
"rotation": [-15, 0, 10],
"cubes": [
{"origin": [3.5, 5, -0.5], "size": [1, 4, 1], "uv": [28, 46], "mirror": true}
]
},
{
"name": "left_hand",
"parent": "left_lower_arm",
"pivot": [4, 5, 0],
"rotation": [-20, 20, 0],
"cubes": [
{"origin": [3, 4, -1], "size": [2, 1, 2], "uv": [10, 46], "mirror": true},
{"origin": [3.78869, 2.04685, -1], "size": [1, 2, 2], "inflate": -0.01, "pivot": [4, 5, 0], "rotation": [0, 0, -25], "uv": [22, 46], "mirror": true},
{"origin": [3, 2, -0.5], "size": [1, 2, 1], "pivot": [4, 5, 0], "rotation": [0, 0, 20], "uv": [0, 52], "mirror": true}
]
},
{
"name": "head",
"parent": "body",
"pivot": [0, 15, -3],
"cubes": [
{"origin": [-1, 14, -4], "size": [2, 2, 2], "uv": [0, 46]},
{"origin": [-4, 16, -7], "size": [8, 7, 7], "uv": [0, 0]},
{"origin": [-1, 25.79555, -5.05291], "size": [2, 2, 2], "pivot": [0, 15, -3], "rotation": [-15, 0, 0], "uv": [32, 39]},
{"origin": [-0.5, 20.79555, -4.55291], "size": [1, 5, 1], "pivot": [0, 15, -3], "rotation": [-15, 0, 0], "uv": [18, 46]}
]
}
]
}
]
"format_version": "1.12.0",
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.robot",
"texture_width": 64,
"texture_height": 64,
"visible_bounds_width": 2,
"visible_bounds_height": 2,
"visible_bounds_offset": [0, 1, 0]
},
"bones": [
{
"name": "root",
"pivot": [0, 0, 0]
},
{
"name": "wheel",
"parent": "root",
"pivot": [0, 3, 0],
"cubes": [
{"origin": [-1, 0, -3], "size": [2, 6, 6], "uv": [24, 27]},
{"origin": [-3, 2.5, -0.5], "size": [6, 1, 1], "uv": [0, 50]}
]
},
{
"name": "body",
"parent": "root",
"pivot": [0, 0, 0],
"cubes": [
{"origin": [1.25187, 2.27524, -1], "size": [1, 5, 2], "pivot": [0, 0, 0], "rotation": [0, 0, 6], "uv": [20, 39], "mirror": true},
{"origin": [-3, 7, -3], "size": [6, 9, 6], "uv": [30, 0]},
{"origin": [-5, 13, -1], "size": [2, 2, 4], "uv": [0, 39]},
{"origin": [3, 13, -1], "size": [2, 2, 4], "uv": [0, 39], "mirror": true},
{"origin": [-4, 10, 2], "size": [8, 8, 4], "uv": [0, 15]},
{"origin": [-3, 12, 3], "size": [6, 8, 4], "uv": [24, 15]},
{"origin": [-4, 19, 2], "size": [8, 4, 4], "uv": [0, 27]},
{"origin": [-2.25187, 2.27524, -1], "size": [1, 5, 2], "pivot": [0, 0, 0], "rotation": [0, 0, -6], "uv": [20, 39]},
{"origin": [-2, 6.62679, -3.26946], "size": [4, 1, 4], "pivot": [0, 0, 0], "rotation": [-35, 0, 0], "uv": [40, 27]}
]
},
{
"name": "right_arm",
"parent": "body",
"pivot": [-4, 13, 0],
"rotation": [-30, 15, 0],
"cubes": [
{"origin": [-5, 9, -1], "size": [2, 5, 2], "uv": [12, 39]}
]
},
{
"name": "right_lower_arm",
"parent": "right_arm",
"pivot": [-4, 9, 0],
"rotation": [-15, 0, -10],
"cubes": [
{"origin": [-4.5, 5, -0.5], "size": [1, 4, 1], "uv": [28, 46]}
]
},
{
"name": "right_hand",
"parent": "right_lower_arm",
"pivot": [-4, 5, 0],
"rotation": [-20, -20, 0],
"cubes": [
{"origin": [-5, 4, -1], "size": [2, 1, 2], "uv": [10, 46]},
{"origin": [-4.78869, 2.04685, -1], "size": [1, 2, 2], "inflate": -0.01, "pivot": [-4, 5, 0], "rotation": [0, 0, 25], "uv": [22, 46]},
{"origin": [-4, 2, -0.5], "size": [1, 2, 1], "pivot": [-4, 5, 0], "rotation": [0, 0, -20], "uv": [0, 52]}
]
},
{
"name": "left_arm",
"parent": "body",
"pivot": [4, 13, 0],
"rotation": [-30, -15, 0],
"cubes": [
{"origin": [3, 9, -1], "size": [2, 5, 2], "uv": [12, 39], "mirror": true}
]
},
{
"name": "left_lower_arm",
"parent": "left_arm",
"pivot": [4, 9, 0],
"rotation": [-15, 0, 10],
"cubes": [
{"origin": [3.5, 5, -0.5], "size": [1, 4, 1], "uv": [28, 46], "mirror": true}
]
},
{
"name": "left_hand",
"parent": "left_lower_arm",
"pivot": [4, 5, 0],
"rotation": [-20, 20, 0],
"cubes": [
{"origin": [3, 4, -1], "size": [2, 1, 2], "uv": [10, 46], "mirror": true},
{"origin": [3.78869, 2.04685, -1], "size": [1, 2, 2], "inflate": -0.01, "pivot": [4, 5, 0], "rotation": [0, 0, -25], "uv": [22, 46], "mirror": true},
{"origin": [3, 2, -0.5], "size": [1, 2, 1], "pivot": [4, 5, 0], "rotation": [0, 0, 20], "uv": [0, 52], "mirror": true}
]
},
{
"name": "head",
"parent": "body",
"pivot": [0, 15, -3],
"cubes": [
{"origin": [-1, 14, -4], "size": [2, 2, 2], "uv": [0, 46]},
{"origin": [-4, 16, -7], "size": [8, 7, 7], "uv": [0, 0]},
{"origin": [-1, 25.79555, -5.05291], "size": [2, 2, 2], "pivot": [0, 15, -3], "rotation": [-15, 0, 0], "uv": [32, 39]},
{"origin": [-0.5, 20.79555, -4.55291], "size": [1, 5, 1], "pivot": [0, 15, -3], "rotation": [-15, 0, 0], "uv": [18, 46]}
]
}
]
}
]
}
Loading

0 comments on commit cbad854

Please sign in to comment.