#change block propperties
1 messages · Page 1 of 1 (latest)
I’m pretty sure you can’t
I think all blocks have the same friction, except ice which is hardcoded to be slippy?
Though someone correct me if I’m wrong
no
datapack
Yea but idk how to make one 
What does the wiki mean with "datapack namespace"?, it needs to be the same name as the original folder?
no idea
The example datapack link says it dont work
the name of your datapack namespace

minecraft for minecraft block affected datapacks
?

Namespace
Most objects in the game use namespaced resource locations to prevent potential content conflicts or unintentional overrides.
For example, if two data packs add two new minigame mechanisms to Minecraft and both have a function named start. Without namespaces, these two functions would clash and the minigames would be broken. But if they have different namespaces of minigame_one and minigame_two, the functions would become minigame_one:start and minigame_two:start, which no longer conflict.
Most of the time when Minecraft requires an ID, such as for /function, you should provide the namespace in addition to the path. If you don't specify the namespace, it will fallback to minecraft.
Make sure to always use your own namespace for anything new that you add, and only use other namespaces if you're explicitly overriding something else, or, in the case of tags, appending to something else.
For example, Minecraft uses the minecraft namespace, which means that this namespace should only be used when the data pack needs to overwrite existing Minecraft data or to add its entries to vanilla tags.
If you have doubt, look up for a datapack that change block mass in this server (there is multiple ones) and use it as a basis
Oh so for example the bloc properties pack i make can be named like "amongus" and the "datapack namespace" can be like "amongus_1"?
Oh thats a good idea
Where i can get one 
Search in showcase
K thx
The third post that shows up when you search "datapack" should be what you want
You can use it to see the file/folder structure, and then use the wiki to put your own stuff
I saw it thx thx and i didnt seen before that andesite clockwork components resourcepack from soylebres those look sick af
