bump versions for 1.21.110
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
[](https://github.com/ForestOfLight/Construct/releases)
|
[](https://github.com/ForestOfLight/Construct/releases)
|
||||||
[](https://www.curseforge.com/minecraft-bedrock/addons/construct)
|
[](https://www.curseforge.com/minecraft-bedrock/addons/construct)
|
||||||
[-brightgreen)](https://feedback.minecraft.net/hc/en-us/sections/360001186971-Release-Changelogs)
|
[-brightgreen)](https://feedback.minecraft.net/hc/en-us/sections/360001186971-Release-Changelogs)
|
||||||
[](https://discord.gg/9KGche8fxm)
|
[](https://discord.gg/9KGche8fxm)
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ Need help, want to discuss technical Minecraft, or follow future updates? [**Joi
|
|||||||
- [x] Correct block placement checking
|
- [x] Correct block placement checking
|
||||||
- [x] Automatic material gathering from inventories
|
- [x] Automatic material gathering from inventories
|
||||||
- [x] Material list
|
- [x] Material list
|
||||||
- [ ] Flexible structure movement
|
- [x] Flexible structure movement
|
||||||
- [ ] Block texture display
|
- [ ] Block texture display
|
||||||
|
|
||||||
## Issues & Suggestions
|
## Issues & Suggestions
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"format_version": 2,
|
"format_version": 2,
|
||||||
"header": {
|
"header": {
|
||||||
"name": "Construct [BP] v1.0.3",
|
"name": "Construct [BP] v1.0.4",
|
||||||
"description": "Survival building addon by §aForestOfLight§r.",
|
"description": "Survival building addon by §aForestOfLight§r.",
|
||||||
"uuid": "8c0c0153-d8b9-482a-889f-aef922b8fe58",
|
"uuid": "8c0c0153-d8b9-482a-889f-aef922b8fe58",
|
||||||
"min_engine_version": [1, 21, 100],
|
"min_engine_version": [1, 21, 110],
|
||||||
"version": [1, 0, 3]
|
"version": [1, 0, 4]
|
||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
{
|
{
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"module_name": "@minecraft/server",
|
"module_name": "@minecraft/server",
|
||||||
"version": "2.2.0-beta"
|
"version": "2.3.0-beta"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"module_name": "@minecraft/server-ui",
|
"module_name": "@minecraft/server-ui",
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"uuid": "375ec465-3dc1-429f-8b4c-a337889e1ed4", // Construct RP
|
"uuid": "375ec465-3dc1-429f-8b4c-a337889e1ed4", // Construct RP
|
||||||
"version": [1, 0, 3]
|
"version": [1, 0, 4]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
|||||||
@@ -4,5 +4,5 @@ export const extension = new CanopyExtension({
|
|||||||
author: 'ForestOfLight',
|
author: 'ForestOfLight',
|
||||||
name: 'Construct',
|
name: 'Construct',
|
||||||
description: 'Survival building addon by §aForestOfLight§r.',
|
description: 'Survival building addon by §aForestOfLight§r.',
|
||||||
version: '1.0.3'
|
version: '1.0.4'
|
||||||
});
|
});
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"format_version": 2,
|
"format_version": 2,
|
||||||
"header": {
|
"header": {
|
||||||
"name": "Construct [RP] v1.0.3",
|
"name": "Construct [RP] v1.0.4",
|
||||||
"description": "Survival building addon by §aForestOfLight§r.",
|
"description": "Survival building addon by §aForestOfLight§r.",
|
||||||
"uuid": "375ec465-3dc1-429f-8b4c-a337889e1ed4",
|
"uuid": "375ec465-3dc1-429f-8b4c-a337889e1ed4",
|
||||||
"version": [1, 0, 3],
|
"version": [1, 0, 4],
|
||||||
"min_engine_version": [1,17,1]
|
"min_engine_version": [1,17,1]
|
||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"uuid": "8c0c0153-d8b9-482a-889f-aef922b8fe58", // Construct BP
|
"uuid": "8c0c0153-d8b9-482a-889f-aef922b8fe58", // Construct BP
|
||||||
"version": [1, 0, 3]
|
"version": [1, 0, 4]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
|||||||
Reference in New Issue
Block a user