mirror of
https://github.com/anegostudios/vsmodtemplate
synced 2025-07-07 05:44:40 -07:00
Initial commit
This commit is contained in:
parent
83ed261e24
commit
76ca9b8565
9 changed files with 433 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
code: "mygoldblock",
|
||||
creativeinventory: { "general": ["*"] },
|
||||
blockmaterial: "Stone",
|
||||
drawtype: "Cube",
|
||||
textures: {
|
||||
all: { base: "block/mygoldtexture" }
|
||||
},
|
||||
resistance: 3.5,
|
||||
sounds: {
|
||||
"place": "game:block/anvil",
|
||||
"walk": "game:walk/stone"
|
||||
}
|
||||
}
|
3
mods/MyGoldBlockName/assets/mygoldblock/lang/en.json
Normal file
3
mods/MyGoldBlockName/assets/mygoldblock/lang/en.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"block-mygoldblock": "Block of Gold"
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Loading…
Add table
Add a link
Reference in a new issue