#Im trying to update my json format from 1.17.100 to an earlier version so my addon works on vanilla

1 messages · Page 1 of 1 (latest)

fringe salmon
#

i also get these errors too but i dont know what they mean

hazy ibex
fringe salmon
#

to move up to 1.19.60

#

or 1.19.80 which is the dev build im on

hazy ibex
#

1.19.60 is best

fringe salmon
#

but the addon breaks when i change the version format

hazy ibex
#

It's cause most component names have changed

#

in the new format

fringe salmon
#

hm

#

"components": {
"minecraft:geometry": "geometry.vertical_slab",

        "minecraft:material_instances": {
            "*": {
                "texture": "black_1"
            
            }
        },
        "minecraft:on_player_placing": {
            "event": "set_facing_direction"
        },

        "minecraft:entity_collision": {
            "origin": [-8, 0, 0],
            "size": [16, 16, 8]
        },
        "minecraft:pick_collision": {
            "origin": [-8, 0, 0],
            "size": [16, 16, 8]
        },
        "minecraft:block_light_absorption": 0.0,
        "minecraft:explosion_resistance": 1.8,
        "minecraft:map_color": "#0c0c14",
        "minecraft:destroy_time": 1
    },
    "events": {
        "set_facing_direction": {
            "set_block_property": {
                "concrete:facing_direction": "query.cardinal_facing_2d"
            }
        }
    }
}

}

#

this isnt the full thing cuz i dont wanna reveal the 1.19.80 code but

#

thats the rest of it

#

i dont know whats changed

hazy ibex
#

like minecraft:pick_collision is now minecraft:selection_box

fringe salmon
#

hm

#

let me see if that works

hazy ibex
#

look at the wiki and compare your 1.16.100 components with the 1.19.60 ones

hazy ibex
fringe salmon
#

alr

fringe salmon
#

yes i moved it up to 1.19.60 now

#

works

#

i still dont understand why it wont work with experimental off though