mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 03:39:15 +00:00
Persistence REMOVED / FIXED
Ok so idk who added these garbage tags everywhere;
They dont do anything, and you are doing it wrong.
Persistence is a data tag, not an object modifier. you cant add persistent to an object, you need to add it to a block. PLEASE STOP ADDING THEM AS OBJECT MODIFIERS. If you wanna make blocks persistent you will need to do a:
Replace { fromobj
toObj,
"data"{
"Persistent": true
}
etc,
You cant just add a tag to all objects. lol
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.1,
|
||||
"persistent": true,
|
||||
"density": 3,
|
||||
"snow": 0.35,
|
||||
"rotation": {
|
||||
|
||||
@@ -85,11 +85,9 @@
|
||||
"y": -1,
|
||||
"z": 0
|
||||
},
|
||||
"persistent": true
|
||||
},
|
||||
{
|
||||
"chance": 0.01,
|
||||
"persistent": true,
|
||||
"density": 3,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
},
|
||||
{
|
||||
"chance": 0.5,
|
||||
"persistent": true,
|
||||
"density": 3,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
|
||||
@@ -106,7 +106,6 @@
|
||||
"pine/pine9"
|
||||
],
|
||||
"chance": 0.9,
|
||||
"persistent": true,
|
||||
"rotation": {
|
||||
"enabled": true,
|
||||
"yAxis": {
|
||||
|
||||
@@ -68,7 +68,6 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"persistent": true,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
|
||||
@@ -230,7 +230,6 @@
|
||||
},
|
||||
{
|
||||
"chance": 0.1,
|
||||
"persistent": true,
|
||||
"density": 3,
|
||||
"snow": 0.35,
|
||||
"rotation": {
|
||||
|
||||
@@ -226,7 +226,6 @@
|
||||
{
|
||||
"mode": "PAINT",
|
||||
"chance": 0.1,
|
||||
"persistent": true,
|
||||
"place": [
|
||||
"bush/small/1",
|
||||
"bush/small/2",
|
||||
@@ -235,7 +234,6 @@
|
||||
},
|
||||
{
|
||||
"mode": "PAINT",
|
||||
"persistent": true,
|
||||
"chance": 0.1,
|
||||
"place": [
|
||||
"bush/small/1",
|
||||
@@ -245,7 +243,6 @@
|
||||
},
|
||||
{
|
||||
"mode": "PAINT",
|
||||
"persistent": true,
|
||||
"chance": 0.1,
|
||||
"place": [
|
||||
"bush/small/1",
|
||||
@@ -289,7 +286,6 @@
|
||||
"spruce-medium/spruce43"
|
||||
],
|
||||
"chance": 1,
|
||||
"persistent": true,
|
||||
"density": 5,
|
||||
"rotation": {
|
||||
"enabled": true,
|
||||
|
||||
@@ -226,7 +226,6 @@
|
||||
{
|
||||
"mode": "PAINT",
|
||||
"chance": 0.1,
|
||||
"persistent": true,
|
||||
"place": [
|
||||
"bush/small/1",
|
||||
"bush/small/2",
|
||||
@@ -235,7 +234,6 @@
|
||||
},
|
||||
{
|
||||
"mode": "PAINT",
|
||||
"persistent": true,
|
||||
"chance": 0.1,
|
||||
"place": [
|
||||
"bush/small/1",
|
||||
@@ -245,7 +243,6 @@
|
||||
},
|
||||
{
|
||||
"mode": "PAINT",
|
||||
"persistent": true,
|
||||
"chance": 0.1,
|
||||
"place": [
|
||||
"bush/small/1",
|
||||
@@ -289,7 +286,6 @@
|
||||
"spruce-medium/spruce43"
|
||||
],
|
||||
"chance": 1,
|
||||
"persistent": true,
|
||||
"density": 5,
|
||||
"rotation": {
|
||||
"enabled": true,
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
],
|
||||
"objects": [{
|
||||
"chance": 0.07,
|
||||
"persistent": true,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
|
||||
@@ -122,7 +122,6 @@
|
||||
},
|
||||
{
|
||||
"chance": 0.07,
|
||||
"persistent": true,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
@@ -174,7 +173,7 @@
|
||||
"camp/camp4",
|
||||
"camp/camp5",
|
||||
"camp/camp3"
|
||||
|
||||
|
||||
],
|
||||
"translate": {
|
||||
"x": 0,
|
||||
@@ -184,7 +183,6 @@
|
||||
},
|
||||
{
|
||||
"chance": 1,
|
||||
"persistent": true,
|
||||
"density": 2,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
@@ -222,7 +220,10 @@
|
||||
"replace": {
|
||||
"palette": [
|
||||
{
|
||||
"block": "oak_leaves"
|
||||
"block": "oak_leaves",
|
||||
"data": {
|
||||
"persistent":true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -394,7 +395,7 @@
|
||||
},
|
||||
{
|
||||
"block": "grass"
|
||||
},
|
||||
},
|
||||
{
|
||||
"block": "grass"
|
||||
},
|
||||
@@ -434,7 +435,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
{
|
||||
"chance": 0.02,
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
@@ -446,7 +447,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
{
|
||||
"chance": 0.03,
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
@@ -458,7 +459,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
{
|
||||
"chance": 0.05,
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
@@ -471,7 +472,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
{
|
||||
"chance": 0.05,
|
||||
"variance": {
|
||||
"style": "STATIC"
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
},
|
||||
{
|
||||
"chance": 0.8,
|
||||
"persistent": true,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
@@ -84,7 +83,6 @@
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"persistent": true,
|
||||
"place": [
|
||||
"pine/pine1",
|
||||
"pine/pine2",
|
||||
|
||||
@@ -47,7 +47,6 @@
|
||||
},
|
||||
{
|
||||
"chance": 0.8,
|
||||
"persistent": true,
|
||||
"rotation": {
|
||||
"yAxis": {
|
||||
"min": 0,
|
||||
@@ -98,7 +97,6 @@
|
||||
},
|
||||
{
|
||||
"chance": 0.25,
|
||||
"persistent": true,
|
||||
"place": [
|
||||
"pine/pine1",
|
||||
"pine/pine2",
|
||||
|
||||
Reference in New Issue
Block a user