9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Daniel Mills
2020-08-16 17:48:04 -04:00
9 changed files with 37 additions and 94 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,4 @@
.DS_Store
*.code-workspace

View File

@@ -66,97 +66,7 @@
}
},
{
"chance": 0.1,
"underwater": true,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"coral-rgb/coral-by-1",
"coral-rgb/coral-by-2",
"coral-rgb/coral-by-3",
"coral-rgb/coral-by-4"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
},
{
"chance": 0.1,
"edit":[
{
"find":["HORN_CORAL_BLOCK"],
"replace":["FIRE_CORAL_BLOCK"]
},
{
"find":["TUBE_CORAL_BLOCK"],
"replace":["BRAIN_CORAL_BLOCK"]
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"coral-rgb/coral-by-1",
"coral-rgb/coral-by-2",
"coral-rgb/coral-by-3",
"coral-rgb/coral-by-4"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
},
{
"chance": 0.1,
"edit":[
{
"find":["HORN_CORAL_BLOCK"],
"replace":["BRAIN_CORAL_BLOCK"]
},
{
"find":["TUBE_CORAL_BLOCK"],
"replace":["BUBBLE_CORAL_BLOCK"]
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"coral-rgb/coral-by-1",
"coral-rgb/coral-by-2",
"coral-rgb/coral-by-3",
"coral-rgb/coral-by-4"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
},
{
"chance": 0.1,
"chance": 0.05,
"edit":[
{
"find":["HORN_CORAL_BLOCK"],
@@ -178,9 +88,39 @@
},
"place": [
"coral-rgb/coral-by-1",
"coral-rgb/coral-by-2",
"coral-rgb/coral-by-3",
"coral-rgb/coral-by-4"
"coral-rgb/coral-by-3"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
},
{
"chance": 0.025,
"edit":[
{
"find":["stone"],
"replace":["fire_coral_block"]
},
{
"find":["dirt"],
"replace":["bubble_coral_block"]
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"coral-rgb/coral-by-1",
"coral-rgb/coral-by-3"
],
"translate": {
"x": 0,
@@ -188,6 +128,7 @@
"z": 0
}
}
],
"effects":[
{

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.