diff --git a/kubejs/assets/sophisticatedbackpacks/lang/en_us.json b/kubejs/assets/sophisticatedbackpacks/lang/en_us.json new file mode 100644 index 0000000..21b8cc5 --- /dev/null +++ b/kubejs/assets/sophisticatedbackpacks/lang/en_us.json @@ -0,0 +1,20 @@ +{ + "block.sophisticatedbackpacks.backpack":"Wrought Iron Backpack", + "item.sophisticatedbackpacks.backpack":"Wrought Iron Backpack", + + "block.sophisticatedbackpacks.copper_backpack":"Bronze Backpack", + "item.sophisticatedbackpacks.copper_backpack":"Bronze Backpack", + + "block.sophisticatedbackpacks.iron_backpack":"Steel Backpack", + "item.sophisticatedbackpacks.iron_backpack":"Steel Backpack", + + "block.sophisticatedbackpacks.gold_backpack":"Aluminium Backpack", + "item.sophisticatedbackpacks.gold_backpack":"Aluminium Backpack", + + "block.sophisticatedbackpacks.diamond_backpack":"Stainless Steel Backpack", + "item.sophisticatedbackpacks.diamond_backpack":"Stainless Steel Backpack", + + + "block.sophisticatedbackpacks.netherite_backpack":"Titanium Backpack", + "item.sophisticatedbackpacks.netherite_backpack":"Titanium Backpack" +} \ No newline at end of file diff --git a/kubejs/assets/sophisticatedbackpacks/textures/block/copper_clips.png b/kubejs/assets/sophisticatedbackpacks/textures/block/copper_clips.png new file mode 100644 index 0000000..ba38239 Binary files /dev/null and b/kubejs/assets/sophisticatedbackpacks/textures/block/copper_clips.png differ diff --git a/kubejs/assets/sophisticatedbackpacks/textures/block/diamond_clips.png b/kubejs/assets/sophisticatedbackpacks/textures/block/diamond_clips.png new file mode 100644 index 0000000..9ed6fbb Binary files /dev/null and b/kubejs/assets/sophisticatedbackpacks/textures/block/diamond_clips.png differ diff --git a/kubejs/assets/sophisticatedbackpacks/textures/block/gold_clips.png b/kubejs/assets/sophisticatedbackpacks/textures/block/gold_clips.png new file mode 100644 index 0000000..2660a47 Binary files /dev/null and b/kubejs/assets/sophisticatedbackpacks/textures/block/gold_clips.png differ diff --git a/kubejs/assets/sophisticatedbackpacks/textures/block/iron_clips.png b/kubejs/assets/sophisticatedbackpacks/textures/block/iron_clips.png new file mode 100644 index 0000000..449866c Binary files /dev/null and b/kubejs/assets/sophisticatedbackpacks/textures/block/iron_clips.png differ diff --git a/kubejs/assets/sophisticatedbackpacks/textures/block/leather_clips.png b/kubejs/assets/sophisticatedbackpacks/textures/block/leather_clips.png new file mode 100644 index 0000000..f6d7103 Binary files /dev/null and b/kubejs/assets/sophisticatedbackpacks/textures/block/leather_clips.png differ diff --git a/kubejs/assets/sophisticatedbackpacks/textures/block/netherite_clips.png b/kubejs/assets/sophisticatedbackpacks/textures/block/netherite_clips.png new file mode 100644 index 0000000..6dfa424 Binary files /dev/null and b/kubejs/assets/sophisticatedbackpacks/textures/block/netherite_clips.png differ diff --git a/kubejs/assets/sophisticatedbackpacks/textures/entity/backpack.png b/kubejs/assets/sophisticatedbackpacks/textures/entity/backpack.png new file mode 100644 index 0000000..8febf83 Binary files /dev/null and b/kubejs/assets/sophisticatedbackpacks/textures/entity/backpack.png differ