Skip to content

Commit

Permalink
PBR Preview: Set max version
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisX11 committed Jan 17, 2025
1 parent fe085ff commit 5922fa5
Show file tree
Hide file tree
Showing 5 changed files with 348 additions and 5 deletions.
5 changes: 3 additions & 2 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1021,13 +1021,14 @@
"has_changelog": true,
"website": "https://github.com/jasonjgardner/blockbench-plugins/",
"variant": "both",
"version": "1.2.1",
"version": "1.2.2",
"tags": [
"Minecraft: Java Edition",
"Minecraft: Bedrock Edition",
"PBR"
],
"min_version": "4.10.4"
"min_version": "4.10.4",
"max_version": "4.11.9"
},
"tweaks_n_stuff": {
"title": "Tweaks & Stuff",
Expand Down
4 changes: 2 additions & 2 deletions plugins/pbr_preview/pbr_preview.js

Large diffs are not rendered by default.

341 changes: 341 additions & 0 deletions src/pbr_preview/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/pbr_preview/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { IChannel, IRegistry } from "./types";
import { three as THREE } from "./deps";

export const PLUGIN_VERSION = "1.2.0";
export const PLUGIN_VERSION = "1.2.2";
export const BBMAT_VERSION = "1.0.0";
export const NA_CHANNEL = "_NONE_";
export const CHANNELS: Record<IChannel["id"], IChannel> = {
Expand Down
1 change: 1 addition & 0 deletions src/pbr_preview/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ import { disablePbr } from "./lib/disablePbr";
repository: "https://github.com/jasonjgardner/blockbench-plugins",
has_changelog: true,
min_version: "4.10.3",
max_version: "4.11.9",
onload,
onunload,
});
Expand Down

0 comments on commit 5922fa5

Please sign in to comment.