GithubHelp home page GithubHelp logo

Comments (26)

FETXU avatar FETXU commented on August 29, 2024 1

Need more info about this, but it appears timer components "looping" status has changed from a string to a boolean.

I can confirm that timer now takes a boolean value. Tested in 1.16.0 build 4211827

from bedrock-wiki-legacy.

SirLich avatar SirLich commented on August 29, 2024

Map color definition changed to "minecraft:map_color": "#FFFFFF",

from bedrock-wiki-legacy.

KaiFireborn avatar KaiFireborn commented on August 29, 2024

Block component definition simplified: here's how a new custom block behavior file
might look like:

{
    "format_version": "1.12.0",
    "minecraft:block": {
        "description": {
            "identifier": "jdot:sapphire_block",
            "is_experimental": false,
            "register_to_creative_menu": true
        },
        "components": {
            "minecraft:loot": "loot_tables/blocks/sapphire_block.json",
            "minecraft:destroy_time": 3,
            "minecraft:explosion_resistance": 3,
            "minecraft:friction": 0.9,
            "minecraft:flammable": {
                "flame_odds": 0,
                "burn_odds": 0
            },
            "minecraft:map_color": "#FFFFFF",
            "minecraft:block_light_absorption": 0,
            "minecraft:block_light_emission": 0.250
        }
    }
}

from bedrock-wiki-legacy.

KaiFireborn avatar KaiFireborn commented on August 29, 2024

Models that have more than one locator [with the same name], e.g lead will now return an error, which wasn't previously the case.

from bedrock-wiki-legacy.

JannisX11 avatar JannisX11 commented on August 29, 2024

Models that have more than one locator [with the same name], e.g lead will now return an error, which wasn't previously the case.

Also the case if you use multiple geometries that each have the same locator. This is considered invalid, each locator must be unique in an entity.

from bedrock-wiki-legacy.

SirLich avatar SirLich commented on August 29, 2024

Need more info about this, but it appears timer components "looping" status has changed from a string to a boolean.

from bedrock-wiki-legacy.

SirLich avatar SirLich commented on August 29, 2024

100%, I tested already, custom blocks/items and structure blocks not experimental anymore

from bedrock-wiki-legacy.

SirLich avatar SirLich commented on August 29, 2024

custom recipes are out of experimental

from bedrock-wiki-legacy.

SirLich avatar SirLich commented on August 29, 2024
  1. Check your ping to a server, thats how much time you have
  2. Go on that server
  3. You have to press e twice within your ping, see step 1
  4. Minecraft crashes
    I literally only just downloaded the update and..

from bedrock-wiki-legacy.

SirLich avatar SirLich commented on August 29, 2024

Creative-mode flying mode faster?

from bedrock-wiki-legacy.

SirLich avatar SirLich commented on August 29, 2024

Minecraft type_family now takes a new format which includes a seperate "family" array. Is this part of an update to make all components object-types?

from bedrock-wiki-legacy.

SirLich avatar SirLich commented on August 29, 2024

Components no longer require "value" arguments.

from bedrock-wiki-legacy.

SirLich avatar SirLich commented on August 29, 2024

https://feedback.minecraft.net/hc/en-us/articles/360044928311-Minecraft-Nether-Update-1-16-0-Bedrock-

from bedrock-wiki-legacy.

jyooru avatar jyooru commented on August 29, 2024

New server called Galaxite
(currently not open to the public, but you can see that people are on)

from bedrock-wiki-legacy.

DevilLord41 avatar DevilLord41 commented on August 29, 2024

New entity component in 1.16
minecraft:admire_item
minecraft:barter
minecraft:behavior.admire_item
minecraft:behavior.avoid_block
minecraft:behavior.barter
minecraft:behavior.equip_item
minecraft:behavior.rise_to_liquid_level
minecraft:custom_hit_test
minecraft:lava_movement
minecraft:npc

from bedrock-wiki-legacy.

DevilLord41 avatar DevilLord41 commented on August 29, 2024

New Filters in 1.16
has_container_open
has_ranged_weapon
in_nether
inactivity_timer
is_persistent
light_level
random_chance
surface_mob

is_weather deprecated changed to weather

from bedrock-wiki-legacy.

KaiFireborn avatar KaiFireborn commented on August 29, 2024

recipes are out of experimtal

Same as blocks, items - out of [EX] and available on Realms. Most likely feature rules, features and structures too, but cannot confirm.

from bedrock-wiki-legacy.

JannisX11 avatar JannisX11 commented on August 29, 2024

"loop" attribute of client side animations has new option "hold_on_last_frame"

from bedrock-wiki-legacy.

Jbenisek avatar Jbenisek commented on August 29, 2024

The component minecraft:damage_sensor will not be added to this entity as it won't work unless the format version is 1.15 or greater.

from bedrock-wiki-legacy.

Jbenisek avatar Jbenisek commented on August 29, 2024

22:18:09[Geometry][error]-Error: locator armor_offset.default_neck already exists with different values - using existing locator? offset:0.000000,0.437500,0.000000 vs 0.000000,52.000000,0.000000

22:18:09[Geometry][error]-Error: locator armor_offset.default_neck already exists with different values - using existing locator? offset:0.000000,0.437500,0.000000 vs 0.000000,52.000000,0.000000

22:18:09[Geometry][error]-Error: locator armor_offset.default_neck already exists with different values - using existing locator? offset:0.000000,0.437500,0.000000 vs 0.000000,52.000000,0.000000

22:18:11[Geometry][error]-minecraft:player | minecraft:player | Locator: Error: model already has a locator armor_offset.default_neck that doesn't exactly match the one wanting to be added - skipping new definition in default(geometry.humanoid.custom)

from bedrock-wiki-legacy.

jyooru avatar jyooru commented on August 29, 2024
  1. Check your ping to a server, thats how much time you have
  2. Go on that server
  3. You have to press e twice within your ping, see step 1
  4. Minecraft crashes
    I literally only just downloaded the update and..

This is actually an issue to do with The Hive caused by 1.16 and probably shouldn't be included.

from bedrock-wiki-legacy.

seriousa1 avatar seriousa1 commented on August 29, 2024

on_interact with ridden entities is broken.
Looking into why, and if its a formatting change or a bug

Update = confirmed broken rider_can_interact isn't functioning.
seems to be in the 1.16.2 hotfix as far as I can tell, still investigating, reporting bug.

from bedrock-wiki-legacy.

Jbenisek avatar Jbenisek commented on August 29, 2024

(using the new 1.16 hitbox system) is this referring to minecraft:custom_hit_test?

from bedrock-wiki-legacy.

SirLich avatar SirLich commented on August 29, 2024

Addrider with Behavior Pack animations is broken.

from bedrock-wiki-legacy.

andreeich avatar andreeich commented on August 29, 2024

22:18:09[Геометрия][ошибка]-Ошибка: локатор armor_offset.default_neck уже существует с другими значениями - используя существующий локатор? смещение:0.000000,0.437500,0.000000 против 0.000000,52.000000,0.000000

22:18:09[Геометрия][ошибка]-Ошибка: локатор armor_offset.default_neck уже существует с другими значениями - используя существующий локатор? смещение:0.000000,0.437500,0.000000 против 0.000000,52.000000,0.000000

22:18:09[Геометрия][ошибка]-Ошибка: локатор armor_offset.default_neck уже существует с другими значениями - используя существующий локатор? смещение:0.000000,0.437500,0.000000 против 0.000000,52.000000,0.000000

22:18:11[Геометрия][ошибка]-minecraft:| игрока майнкрафт:| игрока Локатор: Ошибка: модель уже имеет локатор armor_offset.default_neck, который не совсем соответствует тому, который хочет быть добавлен - пропуск нового определения в default(geometry.humanoid.custom)

I have the same error. How did you solve it?

from bedrock-wiki-legacy.

SirLich avatar SirLich commented on August 29, 2024

@andreeich you can join the discord https://discord.gg/NGeNhZpvzV

from bedrock-wiki-legacy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.