Skip to content

Commit

Permalink
Make HCF plugins invalid with bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasOrs committed Aug 19, 2024
1 parent 2cb7699 commit a9ee09e
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 11 deletions.
5 changes: 4 additions & 1 deletion plugins/BlockRotation/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"Curated",
"Component"
],
"releaseTimestamp": 1612027690656
"releaseTimestamp": 1612027690656,
"compatibleAppVersions": {
"max": "2.7.30"
}
}
5 changes: 4 additions & 1 deletion plugins/BlockRotationV2/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
"path": "components/block/bridge/"
}
},
"releaseTimestamp": 1620755291803
"releaseTimestamp": 1620755291803,
"compatibleAppVersions": {
"max": "2.7.30"
}
}
5 changes: 4 additions & 1 deletion plugins/ConnectableBlock/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
"path": "components/block/bridge/"
}
},
"releaseTimestamp": 1632821021507
"releaseTimestamp": 1632821021507,
"compatibleAppVersions": {
"max": "2.7.30"
}
}
5 changes: 4 additions & 1 deletion plugins/Custom Trapdoor Preset/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"tags": [
"Presets"
],
"releaseTimestamp": 1627412426905
"releaseTimestamp": 1627412426905,
"compatibleAppVersions": {
"max": "2.7.30"
}
}
5 changes: 4 additions & 1 deletion plugins/CustomFenceGate/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"tags": [
"Presets"
],
"releaseTimestamp": 1627570284814
"releaseTimestamp": 1627570284814,
"compatibleAppVersions": {
"max": "2.7.30"
}
}
5 changes: 4 additions & 1 deletion plugins/KikiSurvivalPresets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"description": "Tons More Presets To Help Making Addons",
"api_version": 1,
"tags": ["presets"],
"releaseTimestamp": 1615216261965
"releaseTimestamp": 1615216261965,
"compatibleAppVersions": {
"max": "2.7.30"
}
}
5 changes: 4 additions & 1 deletion plugins/MorePresets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"Curated",
"Presets"
],
"releaseTimestamp": 1612027691142
"releaseTimestamp": 1612027691142,
"compatibleAppVersions": {
"max": "2.7.30"
},
}
5 changes: 4 additions & 1 deletion plugins/PillarPreset/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"tags": [
"Presets"
],
"releaseTimestamp": 1644784109232
"releaseTimestamp": 1644784109232,
"compatibleAppVersions": {
"max": "2.7.30"
}
}
5 changes: 4 additions & 1 deletion plugins/WoodTypePreset/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@
"path": "entities/stairs_help.json"
}
},
"releaseTimestamp": 1659566034916
"releaseTimestamp": 1659566034916,
"compatibleAppVersions": {
"max": "2.7.30"
}
}
5 changes: 4 additions & 1 deletion plugins/ihategravelsBlockComponents/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"tags": [
"Component"
],
"releaseTimestamp": 1612027691170
"releaseTimestamp": 1612027691170,
"compatibleAppVersions": {
"max": "2.7.30"
}
}
5 changes: 4 additions & 1 deletion plugins/itemswitheffects/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"tags": [
"Presets"
],
"releaseTimestamp": 1629275609990
"releaseTimestamp": 1629275609990,
"compatibleAppVersions": {
"max": "2.7.30"
}
}

0 comments on commit a9ee09e

Please sign in to comment.