mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
v0.8-1.16.5-36.0.14
This commit is contained in:
5
kubejs/assets/kubejs/blockstates/graphite_block.js
Normal file
5
kubejs/assets/kubejs/blockstates/graphite_block.js
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": [{"model": "kubejs:graphite_block"}]
|
||||
}
|
||||
}
|
4
kubejs/assets/kubejs/lang/en_us.json
Normal file
4
kubejs/assets/kubejs/lang/en_us.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"block.kubejs.graphite_block": "Graphite",
|
||||
"item.kubejs.diamond_nugget": "Diamond Nugget"
|
||||
}
|
6
kubejs/assets/kubejs/models/block/graphite_block.js
Normal file
6
kubejs/assets/kubejs/models/block/graphite_block.js
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "kubejs:blocks/graphite_block"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 912 B After Width: | Height: | Size: 912 B |
Binary file not shown.
Before Width: | Height: | Size: 756 B |
Binary file not shown.
Before Width: | Height: | Size: 597 B |
Reference in New Issue
Block a user