dimension override, custom sky, skybox objects, custom world gen started
This commit is contained in:
parent
72cc539b0c
commit
ec63c2540f
87 changed files with 4326 additions and 31 deletions
9
Assets/limestone_block.json
Normal file
9
Assets/limestone_block.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{
|
||||
"model": "ageofthegods:block/limestone/limestone1", "weight": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
15
Assets/limestone_grass_block.json
Normal file
15
Assets/limestone_grass_block.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{
|
||||
"model": "ageofthegods:block/limestone/limestone_grass", "weight": 3
|
||||
},
|
||||
{
|
||||
"model": "ageofthegods:block/limestone/limestone_grass2", "weight": 3
|
||||
},
|
||||
{
|
||||
"model": "ageofthegods:block/limestone/limestone_grass3", "weight": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
12
Assets/shale_block.json
Normal file
12
Assets/shale_block.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{
|
||||
"model": "ageofthegods:block/shale/shale1", "weight": 1
|
||||
},
|
||||
{
|
||||
"model": "ageofthegods:block/shale/shale2", "weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
15
Assets/shale_grass_block.json
Normal file
15
Assets/shale_grass_block.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{
|
||||
"model": "ageofthegods:block/shale/shale_grass", "weight": 1
|
||||
},
|
||||
{
|
||||
"model": "ageofthegods:block/shale/shale_grass2", "weight": 1
|
||||
},
|
||||
{
|
||||
"model": "ageofthegods:block/shale/shale_grass3", "weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue