Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-1 committed Jun 6, 2022
2 parents 14f7d2b + 3a9de15 commit f16bc0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import minecraftIds from '../data/minecraft_ids.json';
export { minecraftIds };
export declare const baseUrl = "https://raw.githubusercontent.com/skyblockstats/skyblock-assets/2.0.6";
export declare const baseUrl = "https://raw.githubusercontent.com/skyblockstats/skyblock-assets/2.0.10";
export interface NBT {
ExtraAttributes?: {
id?: string;
Expand Down
2 changes: 1 addition & 1 deletion build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const minecraft_ids_json_1 = __importDefault(require("../data/minecraft_ids.json
exports.minecraftIds = minecraft_ids_json_1.default;
// @ts-ignore This is outside the rootdir so technically it's illegal but also it's fine
const vanilla_damages_json_1 = __importDefault(require("../data/vanilla_damages.json"));
exports.baseUrl = 'https://raw.githubusercontent.com/skyblockstats/skyblock-assets/2.0.6';
exports.baseUrl = 'https://raw.githubusercontent.com/skyblockstats/skyblock-assets/2.0.10';
/** Check if all the values from checkerObj are the same in obj */
function objectsPartiallyMatch(obj, checkerObj) {
for (const [attribute, checkerValue] of Object.entries(checkerObj)) {
Expand Down

0 comments on commit f16bc0f

Please sign in to comment.