Minecraft Dungeons - Creating Basic Props - Basic Modding Series #9

Опубликовано: 18 Май 2026
на канале: Just Gaming 101
845
17

This video is a continuation of The Basic Modding series #8

With this video, we will go over how to get some details into your map.
This is by way of a Prop. these props are basic and have no user interactions or external 3d model use. these probs can be quite powerful to generate randomness or complex structures more than ones on a map.
-------------------------------------------------------
The content used today is as follows:
region:prop_block_regions
{"tags": "", "type": "prop-area"}

"prop-density": 2,
"prop-groups": [
"prop1"
]
And
"prop-groups": [
{
"id": "prop1",
"on-regions": [
"*.*.prop_block_region1"
],
"props": [
"prop1"
]
}
]
-------------------------------------------------------
As per other videos the tools you will need very but mainly
Dungeons,
Java,
mod-kit
text editor
python 3.8
-------------------------------------------------------
https://dungeoncollector.co.uk/?BM=1#...
-----------------------------------------------
If you want to learn more I strongly suggest heading to the Doku Discord:
  / discord  
-----------------------------------------------