mirror of
https://github.com/dragonruler1000/hdm-mod.git
synced 2025-06-30 00:49:32 -05:00
Working on adding a Block of Dust
This commit is contained in:
parent
5f94c642db
commit
6115aeb503
11 changed files with 79 additions and 4 deletions
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {"model": "hdm_mod:blocks/block_of_dust" }
|
||||
}
|
||||
}
|
|
@ -4,5 +4,6 @@
|
|||
|
||||
"item.hdm_mod.knife": "Subtle Knife",
|
||||
"item.hdm_mod.omelet": "Omelet",
|
||||
"item.hdm_mod.dust": "Dust"
|
||||
"item.hdm_mod.dust": "Dust",
|
||||
"block.hdm_mod.block_of_dust": "Block of Dust"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures" : {
|
||||
"all": "hdm_mod:block/block_of_dust"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "hdm_mod:block/block_of_dust"
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 307 B |
Binary file not shown.
After Width: | Height: | Size: 307 B |
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries":[
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "hdm_mod:dust"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue