diff --git a/n Behavior/blocks/hokage.block.json b/n Behavior/blocks/hokage.block.json deleted file mode 100644 index d5ee343..0000000 --- a/n Behavior/blocks/hokage.block.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "format_version": "1.19.50", - "minecraft:block": { - "description": { - "identifier": "naruto:hokage", - "menu_category": { - "category": "construction", - "group": "itemGroup.name.planks" - } - }, - "components": { - "minecraft:collision_box": { - "origin":[4.15, 0, -7.5], - "size":[1.85, 13, 2] - }, - "minecraft:destructible_by_mining": { - "seconds_to_destroy": 2 - }, - "minecraft:destructible_by_explosion": { - "explosion_resistance": 30 - }, - "minecraft:geometry": "geometry.hokage", - "minecraft:material_instances": { - "*": { - "texture": "hokage", - "render_method": "alpha_test" - } - }, - "minecraft:on_placed": { - "target": "self" - }, - "minecraft:light_emission": 2, - "minecraft:map_color": "#a30000" - } - } -} \ No newline at end of file diff --git a/n Behavior/entities/jutsu/teleport_kunai.json b/n Behavior/entities/jutsu/teleport_kunai.json deleted file mode 100644 index a05f851..0000000 --- a/n Behavior/entities/jutsu/teleport_kunai.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:entity": { - "description": { - "identifier": "naruto:teleport_kuani", - "is_spawnable": false, - "is_summonable": false, - "is_experimental": false, - "runtime_identifier": "minecraft:ender_pearl" - }, - "component_groups": { - "minecraft:no_spawn": { - "minecraft:projectile": { - "on_hit": { - "teleport_owner": { }, - "remove_on_hit": { } - }, - "power": 2, - "gravity": 0.025, - "angle_offset": 0.0, - "inertia": 1, - "liquid_inertia": 1 - } - } - }, - - "components": { - "minecraft:collision_box": { - "width": 0.25, - "height": 0.25 - }, - "minecraft:projectile": { - "on_hit": { - "teleport_owner": { } - }, - "remove_on_hit": { } - }, - "power": 2, - "gravity": 0.025, - "angle_offset": 0.0, - "inertia": 1, - "liquid_inertia": 1 - }, - "minecraft:physics": { - }, - "minecraft:pushable": { - "is_pushable": true, - "is_pushable_by_piston": true - }, - "minecraft:conditional_bandwidth_optimization": { - "default_values": { - "max_optimized_distance": 80.0, - "max_dropped_ticks": 7, - "use_motion_prediction_hints": true - } - } - } - } diff --git a/n Behavior/entities/shadow_clone/shadow_clone.json b/n Behavior/entities/shadow_clone/shadow_clone.json deleted file mode 100644 index 030ea63..0000000 --- a/n Behavior/entities/shadow_clone/shadow_clone.json +++ /dev/null @@ -1,329 +0,0 @@ -{ - "format_version": "1.18.10", - "minecraft:entity": { - "description": { - "identifier": "minecraft:wolf", - "is_spawnable": true, - "is_summonable": true, - "is_experimental": false - }, - - "component_groups": { - "minecraft:wolf_baby": { - "minecraft:is_baby": { - }, - "minecraft:scale": { - "value": 0.5 - }, - - "minecraft:ageable": { - "duration": 1200, - "feed_items": [ - "chicken", - "cooked_chicken", - "beef", - "cooked_beef", - "muttonRaw", - "muttonCooked", - "porkchop", - "cooked_porkchop", - "rabbit", - "cooked_rabbit", - "rotten_flesh" - ], - "grow_up": { - "event": "minecraft:ageable_grow_up", - "target": "self" - } - } - }, - - "minecraft:wolf_adult": { - "minecraft:experience_reward": { - "on_bred": "Math.Random(1,7)", - "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0" - }, - "minecraft:loot": { - "table": "loot_tables/entities/wolf.json" - }, - "minecraft:breedable": { - "require_tame": true, - "require_full_health": true, - "breeds_with": { - "mate_type": "minecraft:wolf", - "baby_type": "minecraft:wolf", - "breed_event": { - "event": "minecraft:entity_born", - "target": "baby" - } - }, - "breed_items": [ - "chicken", - "cooked_chicken", - "beef", - "cooked_beef", - "muttonRaw", - "muttonCooked", - "porkchop", - "cooked_porkchop", - "rabbit", - "cooked_rabbit", - "rotten_flesh" - ] - } - }, - - "minecraft:wolf_angry": { - "minecraft:angry": { - "duration": 25, - "broadcast_anger": true, - "broadcast_range": 20, - "calm_event": { - "event": "minecraft:on_calm", - "target": "self" - } - }, - "minecraft:on_target_acquired": { - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "zombie", - "player" - ], - "seats": { - "position": [ 0.0, 0.675, -0.1 ] - } - } - }, - - "minecraft:wolf_wild": { - "minecraft:behavior.avoid_mob_type": { - "priority": 3, - "entity_types": [ - { - "filters": { "test": "is_family", "subject": "other", "value": "llama" }, - "max_dist": 24, - "walk_speed_multiplier": 1.5, - "sprint_speed_multiplier": 1.5 - } - ], - "probability_per_strength": 0.14 - }, - "minecraft:tameable": { - "probability": 0.33, - "tame_items": "bone", - "tame_event": { - "event": "minecraft:on_tame", - "target": "self" - } - }, - - "minecraft:behavior.nearest_attackable_target": { - "priority": 4, - "reselect_targets": true, - "must_see": true, - "entity_types": [ - { - "filters": { - "any_of": [ - { "test" : "is_family", "subject" : "other", "value" : "skeleton"}, - { "test" : "is_family", "subject" : "other", "value" : "sheep"}, - { "test" : "is_family", "subject" : "other", "value" : "rabbit"}, - { "test" : "is_family", "subject" : "other", "value" : "fox"} - ] - }, - "max_dist": 16 - }, - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "value": "baby_turtle" - }, - { - "test": "in_water", - "subject": "other", - "operator": "!=", - "value": true - } - ] - }, - "max_dist": 16 - }, - { - "filters": { - "all_of": [ - { - "test": "is_family", - "subject": "other", - "value": "skeleton" - }, - { - "test": "is_underwater", - "subject": "other", - "operator": "!=", - "value": true - } - ] - }, - "max_dist": 16 - } - ] - }, - "minecraft:on_target_acquired": { - "event": "minecraft:become_angry", - "target": "self" - }, - "minecraft:rideable": { - "seat_count": 1, - "family_types": [ - "zombie" - ], - "seats": { - "position": [ 0.0, 0.675, -0.1 ] - } - } - }, - - "minecraft:wolf_tame": { - "minecraft:is_tamed": { - }, - "minecraft:health": { - "value": 20, - "max": 20 - }, - "minecraft:color": { - "value": 14 - }, - "minecraft:behavior.follow_owner": { - "priority": 6, - "speed_multiplier": 1.0, - "start_distance": 10, - "stop_distance": 2 - }, - "minecraft:attack": { - "damage": 4 - }, - "minecraft:behavior.breed": { - "priority": 2, - "speed_multiplier": 1.0 - }, - - "minecraft:behavior.owner_hurt_by_target": { - "priority": 1 - }, - "minecraft:behavior.owner_hurt_target": { - "priority": 2 - }, - "minecraft:behavior.nearest_attackable_target": { - "priority": 5, - "must_see": true, - "entity_types": [ - { - "filters": { "test" : "is_family", "subject" : "other", "value" : "skeleton"}, - "max_dist": 16 - } - ] - }, - "minecraft:balloonable": { - "mass": 0.8 - } - } - }, - - - "components": { - "minecraft:leashable": { - "soft_distance": 4.0, - "hard_distance": 6.0, - "max_distance": 10.0, - "on_leash": { - "event": "minecraft:on_leash", - "target": "self" - }, - "on_unleash": { - "event": "minecraft:on_unleash", - "target": "self" - } - }, - "minecraft:is_hidden_when_invisible": { - }, - "minecraft:nameable": { - } - }, - "minecraft:breathable": { - "total_supply": 15, - "suffocate_time": 0 - }, - "minecraft:collision_box": { - "width": 0.6, - "height": 0.8 - }, - "minecraft:health": { - "value": 8, - "max": 8 - }, - "minecraft:hurt_on_condition": { - "damage_conditions": [ - { - "filters": { "test": "in_lava", "subject": "self", "operator": "==", "value": true }, - "cause": "lava", - "damage_per_tick": 4 - } - ] - }, - "minecraft:movement": { - "value": 0.3 - }, - "minecraft:navigation.walk": { - "can_path_over_water": true, - "avoid_damage_blocks": true - }, - "minecraft:movement.basic": { - }, - "minecraft:jump.static": { - }, - "minecraft:can_climb": { - }, - "minecraft:attack": { - "damage": 4 - }, - - "minecraft:despawn": { - "despawn_from_time": { - "despawn_from_time": 50 - } - }, - "minecraft:behavior.float": { - "priority": 0 - }, - "minecraft:behavior.mount_pathing": { - "priority": 1, - "speed_multiplier": 1.25, - "target_dist": 0, - "track_target": true - }, - "minecraft:behavior.stay_while_sitting": { - "priority": 3 - }, - "minecraft:behavior.leap_at_target": { - "priority": 4, - "target_dist": 0.4 - }, - "minecraft:behavior.melee_attack": { - "priority": 5 - }, - "minecraft:behavior.random_stroll": { - "priority": 8, - "speed_multiplier": 1.0 - }, - "minecraft:behavior.look_at_player": { - "priority": 6, - "target_distance": 6.0, - "probability": 0.02 - } - } - } \ No newline at end of file diff --git a/n Behavior/items/teleport_kuani.json b/n Behavior/items/teleport_kuani.json deleted file mode 100644 index 7d9e2b1..0000000 --- a/n Behavior/items/teleport_kuani.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "format_version": "1.16.100", - "minecraft:item": { - "description": { - "identifier": "naruto:teleport_kuani", - "category": "Equipment" - }, - "components": { - "minecraft:creative_category": { - "parent": "itemGroup.name.sword" - }, - "minecraft:icon": { - "texture": "teleport_kuani" - }, - "minecraft:display_name": {"value":"teleport_kuani"}, - "minecraft:max_stack_size": 1, - "minecraft:hand_equipped": true, - "minecraft:durability": { - "max_durability": 300 - }, - "minecraft:damage": 3.5, - "minecraft:can_destroy_in_creative": false, - - - - "minecraft:use_duration": 2, - - "minecraft:cooldown": { - "category": "tiro", - "duration": 4 - }, - "minecraft:on_use": { - "on_use": { - "event": "laiser" - } - }, - - - "minecraft:render_offsets": { - "main_hand": { - "first_person": { - "position": [0.0,0.0,0.0], - "rotation": [0.0,0.0,0.0], - "scale": [0.0,0.0,0.0] - }, - "third_person": { - "position": [0.0,0.0,0.0], - "rotation": [0.0,0.0,0.0], - "scale": [0.0,0.0,0.0] - } - }, - "off_hand": { - "first_person": { - "position": [0.0,0.0,0.0], - "rotation": [0.0,0.0,0.0], - "scale": [0.0,0.0,0.0] - }, - "third_person": { - "position": [0.0,0.0,0.0], - "rotation": [0.0,0.0,0.0], - "scale": [0.0,0.0,0.0] - } - } - } - }, - "events": { - "laiser": { - "shoot": { - "teleport": "naruto:teleport_kuani", - "launch_power": 1 - }, - "run_command": { - "command": [ - "playsound jutsu @a[x=~,y=~,z=~,r=10]", - "particle naruto:teleport_kunai_particle ^^1.6^0.8" - ] - } - } - } - } -} diff --git a/n Behavior/scripts/main.js b/n Behavior/scripts/main.js deleted file mode 100644 index 8f62ed0..0000000 --- a/n Behavior/scripts/main.js +++ /dev/null @@ -1 +0,0 @@ -import "./tree_chopper/tc" \ No newline at end of file diff --git a/n Behavior/scripts/tree_chopper/tc.js b/n Behavior/scripts/tree_chopper/tc.js deleted file mode 100644 index 751a952..0000000 --- a/n Behavior/scripts/tree_chopper/tc.js +++ /dev/null @@ -1,276 +0,0 @@ -import { - world, - Dimension, - ItemStack, - Player, - EntityInventoryComponent, - ItemDurabilityComponent, - ItemEnchantsComponent, - MinecraftBlockTypes, - MinecraftItemTypes - } from '@minecraft/server' - - /** - * @typedef { {x: number; y: number; z: number} } Location - */ - - world.afterEvents.blockBreak.subscribe(async (e) => { - const { dimension, player, block } = e - const currentBreakBlock = e.brokenBlockPermutation - const blockTypeId = currentBreakBlock.type.id - treeCut(player, dimension, block.location, blockTypeId) - }) - - /** - * - * @param {Player} player - * @param {Dimension} dimension - * @param {Location} location - * @param {string} blockTypeId - * @returns - */ - async function treeCut(player, dimension, location, blockTypeId) { - const currentSlot = player.selectedSlot - /** @type {EntityInventoryComponent} */ - const inventory = player.getComponent('inventory') - const currentSlotItem = inventory.container.getItem(currentSlot) - const axeSlot = inventory.container.getSlot(currentSlot) - - // The player is not stalking or not holding an axe, one of the conditions is not met will end directly - if (!player.isSneaking || !currentSlotItem?.typeId.endsWith('_axe')) return - - const survivalPlayer = isSurvivalPlayer(dimension, player) - - if (survivalPlayer) axeSlot.lockMode = 'slot' - - /** @type {ItemDurabilityComponent} */ - const itemDurability = currentSlotItem.getComponent('minecraft:durability') - /** @type {ItemEnchantsComponent} */ - const enchantments = currentSlotItem.getComponent('minecraft:enchantments') - const unbreaking = enchantments.enchantments.hasEnchantment('unbreaking') - // https://minecraft.fandom.com/wiki/Unbreaking - let itemMaxDamage = itemDurability.damage * (1 + unbreaking) - const itemMaxDurability = itemDurability.maxDurability * (1 + unbreaking) - - /** - * Store all coordinates of the same wood type - * @type { Set } - */ - const set = new Set() - - const stack = [...getBlockNear(dimension, location)] - // Iterative processing of proximity squares - while (stack.length > 0) { - // Get from the last one (will modify the original array) - const _block = stack.shift() - - if (!_block || _block?.typeId.includes('stripped_')) continue - - const typeId = _block.typeId - const reg = /(_log|crimson_stem|warped_stem)$/ - - if (reg.test(typeId) && typeId === blockTypeId) { - const pos = JSON.stringify(_block.location) - - // If the coordinates exist, skip this iteration and proceed to the next iteration - if (set.has(pos)) continue - - itemMaxDamage++ - if (survivalPlayer && itemMaxDamage >= itemMaxDurability) { - continue - } - - // Asynchronous execution to reduce game lag and game crashes - await new Promise((resolve) => { - _block.setType(MinecraftBlockTypes.air) - resolve() - }) - - set.add(pos) - - // Get the squares adjacent to the new wood to append to the iteration stack - stack.push(...getBlockNear(dimension, _block.location)) - } - } - - splitGroups(set.size).forEach((group) => { - dimension.spawnItem(new ItemStack(blockTypeId, group), location) - }) - - if (survivalPlayer) { - // Set axe damage level - const damage = Math.ceil((itemMaxDamage * 1) / (1 + unbreaking)) - itemDurability.damage = damage > itemDurability.maxDurability ? itemDurability.maxDurability : damage - inventory.container.setItem(currentSlot, currentSlotItem) - axeSlot.lockMode = 'none' - } - - set.forEach((pos) => { - const location = JSON.parse(pos) - clearLeaves(dimension, location, blockTypeId) - }) - } - - /** - * - * @param {Dimension} dimension - * @param {Location} location - * @param {string} blockTypeId - */ - async function clearLeaves(dimension, location, blockTypeId) { - /** @type { Set } */ - const set = new Set() - - const [, log] = blockTypeId.split(':') - - /** - * https://minecraft.fandom.com/wiki/Sapling?so=search#Data_values - * Because the sapling id of the bedrock version is only oak wood and cherry wood - * The other trees can't drop the corresponding saplings correctly after felling - * Therefore, at present, only the leaves of oak and cherry trees can be dropped quickly. - */ - if (!['cherry_log', 'oak_log'].includes(log)) return - - const stack = [...getBlockNear(dimension, location, 2)] - // Iterative processing of proximity squares - while (stack.length > 0) { - // Get from the last one (will modify the original array) - const _block = stack.shift() - - if (!_block) continue - - const typeId = _block.typeId - const reg = /leaves/g - - if (reg.test(typeId)) { - const isIncludesLog = getBlockNear(dimension, _block.location, 2).some((block) => { - const _typeId = block.typeId - if (_typeId.includes('stripped_')) return false - if (/_log$/.test(_typeId)) return true - }) - // Leaves will not fall quickly if there is wood within a two-frame radius - if (isIncludesLog) continue - - const pos = JSON.stringify(_block.location) - - // If the coordinates exist, skip this iteration and proceed to the next iteration - if (set.has(pos)) continue - - // Asynchronous execution to reduce game lag and game crashes - await new Promise((resolve) => { - _block.setType(MinecraftBlockTypes.air) - - // Drop stick - const stick = simulateProbability(2) - if (stick) { - const stickCounter = Math.round(Math.random() + 1) - dimension.spawnItem(new ItemStack(MinecraftItemTypes.stick, stickCounter), location) - } - - if (log === 'oak_log') { - // Drop apple - const apple = simulateProbability(0.5) - if (apple) dimension.spawnItem(new ItemStack(MinecraftItemTypes.apple), location) - - // Drop sapling - const sapling = simulateProbability(5) - if (sapling) dimension.spawnItem(new ItemStack(MinecraftItemTypes.sapling), location) - } - - // Drop sapling - if (log === 'cherry_log') { - const sapling = simulateProbability(5) - if (sapling) dimension.spawnItem(new ItemStack(MinecraftItemTypes.cherrySapling), location) - } - resolve() - }) - - set.add(pos) - - stack.push(...getBlockNear(dimension, _block.location, 2)) - } - } - } - - /** - * Determine if the current player is in survival mode, if not then no item durability is consumed - * @param {Dimension} dimension - * @param {Player} player - * @returns - */ - function isSurvivalPlayer(dimension, player) { - return dimension.getPlayers({ gameMode: 'survival' }).some((p) => p.name === player.name) - } - - /** - * - * @param {number} probability - * @returns - */ - function simulateProbability(probability) { - return Math.random() < probability / 100 - } - - /** - * - * @param {number} number - * @param {number} groupSize - * @returns - */ - function splitGroups(number, groupSize = 64) { - const groups = [] - while (number > 0) { - const group = Math.min(number, groupSize) - groups.push(group) - number -= group - } - return groups - } - - /** - * - * @param { Dimension } dimension - * @param { Location } location - * @param { number } [radius=1] - * @returns - */ - function getBlockNear(dimension, location, radius = 1) { - const centerX = location.x - const centerY = location.y - const centerZ = location.z - - /* - Store a 3x3 list of square objects centered on the current square coordinates - - Top view: 0 is the current square, get the coordinates of all 1's - - First floor - 111 - 111 - 111 - - Second layer - 111 - 101 - 111 - - Third layer - 111 - 111 - 111 - */ - const positions = [] - - for (let x = centerX - radius; x <= centerX + radius; x++) { - for (let y = centerY - radius; y <= centerY + radius; y++) { - for (let z = centerZ - radius; z <= centerZ + radius; z++) { - const _location = { x, y, z } - const _block = dimension.getBlock(_location) - // Get the list of eligible cube objects - positions.push(_block) - } - } - } - return positions - } - \ No newline at end of file diff --git a/n Behavior/texts/fr_FR.lang b/n Behavior/texts/fr_FR.lang deleted file mode 100644 index f84984f..0000000 --- a/n Behavior/texts/fr_FR.lang +++ /dev/null @@ -1,2 +0,0 @@ -item.naruto:fire_ball_justu.name= §c§cBoule de feu Justu -item.naruto:ramen.name=§eRamen \ No newline at end of file diff --git a/n Behavior/texts/ja_JP.lang b/n Behavior/texts/ja_JP.lang deleted file mode 100644 index cac7a17..0000000 --- a/n Behavior/texts/ja_JP.lang +++ /dev/null @@ -1,2 +0,0 @@ -item.naruto:fire_ball_justu.name=§cファイアボールジャスツ -item.naruto:ramen.name=§eラーメン \ No newline at end of file diff --git a/n Behavior/texts/language_names.json b/n Behavior/texts/language_names.json deleted file mode 100644 index df05545..0000000 --- a/n Behavior/texts/language_names.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - [ - ["en_US", "English (United States)"], - ["fr_FR","Français (France)"], - [ "ja_JP", "日本語 (日本)" ], - ["pt_PT", "Português (Portugal)"] - ] -] \ No newline at end of file diff --git a/n Behavior/texts/languages.json b/n Behavior/texts/languages.json deleted file mode 100644 index b404ce2..0000000 --- a/n Behavior/texts/languages.json +++ /dev/null @@ -1,6 +0,0 @@ -[ - "en_US", - "ja_JP", - "pt_PT", - "fr_FR" -] \ No newline at end of file diff --git a/n Behavior/texts/pt_PT.lang b/n Behavior/texts/pt_PT.lang deleted file mode 100644 index f57c621..0000000 --- a/n Behavior/texts/pt_PT.lang +++ /dev/null @@ -1,2 +0,0 @@ -item.naruto:fire_ball_justu.name= §cJutsu bola de fogo -item.naruto:ramen.name=§eRamen \ No newline at end of file diff --git a/n Resource.mcaddon b/n Resource.mcaddon deleted file mode 100644 index 8fe9391..0000000 Binary files a/n Resource.mcaddon and /dev/null differ diff --git a/n Resource/animations/shadow_clone.animation.json b/n Resource/animations/shadow_clone.animation.json deleted file mode 100644 index c19e1b2..0000000 --- a/n Resource/animations/shadow_clone.animation.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "format_version": "1.8.0", - "animations": {} -} \ No newline at end of file diff --git a/n Resource/animations/teleport_kunai.json b/n Resource/animations/teleport_kunai.json deleted file mode 100644 index bde7849..0000000 --- a/n Resource/animations/teleport_kunai.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "format_version": "1.8.0", - "animations": { - "animation.teleport_kunai": { - "loop": true, - "particle_effects": { - "0.0": { - "effect": "teleport_kunai" - } - }, - "bones": { - "body": { - "rotation": [ "query.camera_rotation(0)", "query.camera_rotation(1)", 0.0 ] - } - } - } - } -} \ No newline at end of file diff --git a/n Resource/materials/entity.material b/n Resource/materials/entity.material deleted file mode 100644 index 5c6a216..0000000 --- a/n Resource/materials/entity.material +++ /dev/null @@ -1,15 +0,0 @@ -{ - "materials": { - "version": "1.0.0", - "glow:entity_emissive_alpha": {}, - "glow_glass_blender:entity_emissive_alpha": { - "+defines": [ "USE_ONLY_EMISSIVE" ] - }, - "translucence:entity_alphatest": {}, - "glass:entity": { - "+states": [ "Blending" ] - }, - "charged:charged_creeper": {}, - "glint:entity_alphatest_glint": {} - } -} \ No newline at end of file diff --git a/n Resource/mobs.json b/n Resource/mobs.json deleted file mode 100644 index 73200ba..0000000 --- a/n Resource/mobs.json +++ /dev/null @@ -1,1330 +0,0 @@ -{ - "format_version": "1.8.0", - "geometry.humanoid": { - "visible_bounds_width": 1, - "visible_bounds_height": 1, - "visible_bounds_offset": [ 0, 0.5, 0 ], - "bones": [ - { - "name": "body", - "pivot": [ 0.0, 24.0, 0.0 ], - "cubes": [ - { - "origin": [ -4.0, 12.0, -2.0 ], - "size": [ 8, 12, 4 ], - "uv": [ 16, 16 ] - } - ] - }, - - { - "name": "waist", - "neverRender": true, - "pivot": [ 0.0, 12.0, 0.0 ] - }, - - { - "name": "head", - "pivot": [ 0.0, 24.0, 0.0 ], - "cubes": [ - { - "origin": [ -4.0, 24.0, -4.0 ], - "size": [ 8, 8, 8 ], - "uv": [ 0, 0 ] - } - ] - }, - - { - "name": "hat", - "pivot": [ 0.0, 24.0, 0.0 ], - "cubes": [ - { - "origin": [ -4.0, 24.0, -4.0 ], - "size": [ 8, 8, 8 ], - "uv": [ 32, 0 ], - "inflate": 0.5 - } - ], - "neverRender": true - }, - - { - "name": "rightArm", - "pivot": [ -5.0, 22.0, 0.0 ], - "cubes": [ - { - "origin": [ -8.0, 12.0, -2.0 ], - "size": [ 4, 12, 4 ], - "uv": [ 40, 16 ] - } - ] - }, - - { - "name": "rightItem", - "pivot": [ -6, 15, 1 ], - "neverRender": true, - "parent": "rightArm" - }, - - { - "name": "leftArm", - "pivot": [ 5.0, 22.0, 0.0 ], - "cubes": [ - { - "origin": [ 4.0, 12.0, -2.0 ], - "size": [ 4, 12, 4 ], - "uv": [ 40, 16 ] - } - ], - "mirror": true - }, - - { - "name": "rightLeg", - "pivot": [ -1.9, 12.0, 0.0 ], - "cubes": [ - { - "origin": [ -3.9, 0.0, -2.0 ], - "size": [ 4, 12, 4 ], - "uv": [ 0, 16 ] - } - ] - }, - - { - "name": "leftLeg", - "pivot": [ 1.9, 12.0, 0.0 ], - "cubes": [ - { - "origin": [ -0.1, 0.0, -2.0 ], - "size": [ 4, 12, 4 ], - "uv": [ 0, 16 ] - } - ], - "mirror": true - }, - - { - "name": "helmet", - "pivot": [ 0.0, 24.0, 0.0 ], - "neverRender": true - }, - { - "name": "rightArmArmor", - "pivot": [ -5.0, 22.0, 0.0 ], - "parent": "rightArm" - }, - { - "name": "leftArmArmor", - "pivot": [ 5.0, 22.0, 0.0 ], - "parent": "leftArm", - "mirror": true - }, - { - "name": "rightLegging", - "pivot": [ -1.9, 12.0, 0.0 ], - "parent": "rightLeg" - }, - { - "name": "leftLegging", - "pivot": [ 1.9, 12.0, 0.0 ], - "parent": "leftLeg", - "mirror": true - }, - { - "name": "rightBoot", - "pivot": [ -1.9, 12.0, 0.0 ], - "parent": "rightLeg" - }, - { - "name": "leftBoot", - "pivot": [ 1.9, 12.0, 0.0 ], - "parent": "leftLeg", - "mirror": true - }, - { - "name": "rightSock", - "pivot": [ -1.9, 12.0, 0.0 ], - "parent": "rightLeg" - }, - { - "name": "leftSock", - "pivot": [ 1.9, 12.0, 0.0 ], - "parent": "leftLeg", - "mirror": true - }, - { - "name": "bodyArmor", - "pivot": [ 0.0, 24.0, 0.0 ], - "parent": "body" - }, - { - "name": "belt", - "pivot": [ 0.0, 24.0, 0.0 ], - "parent": "body" - } - ] - }, - "geometry.cape": { - "texturewidth": 64, - "textureheight": 32, - - "bones": [ - { - "name": "root", - "pivot": [ 0.0, 0.0, 0.0 ] - }, - { - "name": "body", - "pivot": [ 0.0, 24.0, 0.0 ], - "parent": "waist" - }, - { - "name": "waist", - "parent": "root", - "neverRender": true, - "pivot": [ 0.0, 12.0, 0.0 ] - }, - { - "name": "cape", - "parent": "body", - "pivot": [ 0.0, 24.0, 3.0 ], - "bind_pose_rotation": [0.0, 180.0, 0.0], - "rotation": [0.0, 180.0, 0.0], - "cubes": [ - { - "origin": [ -5.0, 8.0, 3.0 ], - "size": [ 10, 16, 1 ], - "uv": [ 0, 0 ] - } - ] - } - ] - }, - "geometry.elytra": { - "texturewidth": 64, - "textureheight": 32, - - "bones": [ - { - "name": "body", - "pivot": [ 0.0, 24.0, 0.0 ] - }, - { - "name": "left_wing", - "pivot": [ 0.0, 24.0, 0.0 ], - "parent": "body", - "cubes": [ - { - "origin": [ -10.0, 0.0, 0.0 ], - "size": [ 10, 20, 2 ], - "uv": [ 22, 0 ] - } - ] - }, - { - "name": "right_wing", - "pivot": [ 0.0, 24.0, 0.0 ], - "parent": "body", - "mirror": true, - "cubes": [ - { - "origin": [ 0.0, 0.0, 0.0 ], - "size": [ 10, 20, 2 ], - "uv": [ 22, 0 ] - } - ] - } - ] - }, - "geometry.humanoid.custom:geometry.humanoid": { - "visible_bounds_width": 1, - "visible_bounds_height": 2, - "visible_bounds_offset": [ 0, 1, 0 ], - "bones": [ - { - "name": "root", - "pivot": [ 0.0, 0.0, 0.0 ] - }, - { - "name": "body", - "parent": "waist", - "pivot": [ 0.0, 24.0, 0.0 ], - "cubes": [ - { - "origin": [ -4.0, 12.0, -2.0 ], - "size": [ 8, 12, 4 ], - "uv": [ 16, 16 ] - } - ] - }, - - { - "name": "waist", - "parent": "root", - "pivot": [ 0.0, 12.0, 0.0 ] - }, - - { - "name": "head", - "parent": "body", - "pivot": [ 0.0, 24.0, 0.0 ], - "cubes": [ - { - "origin": [ -4.0, 24.0, -4.0 ], - "size": [ 8, 8, 8 ], - "uv": [ 0, 0 ] - } - ] - }, - - { - "name": "cape", - "pivot": [ 0.0, 24, 3.0 ], - "parent": "body" - }, - { - "name": "hat", - "parent": "head", - "pivot": [ 0.0, 24.0, 0.0 ], - "cubes": [ - { - "origin": [ -4.0, 24.0, -4.0 ], - "size": [ 8, 8, 8 ], - "uv": [ 32, 0 ], - "inflate": 0.5 - } - ] - }, - { - "name": "leftArm", - "parent": "body", - "pivot": [ 5.0, 22.0, 0.0 ], - "cubes": [ - { - "origin": [ 4.0, 12.0, -2.0 ], - "size": [ 4, 12, 4 ], - "uv": [ 32, 48 ] - } - ] - }, - { - "name": "leftSleeve", - "parent": "leftArm", - "pivot": [ 5.0, 22.0, 0.0 ], - "cubes": [ - { - "origin": [ 4.0, 12.0, -2.0 ], - "size": [ 4, 12, 4 ], - "uv": [ 48, 48 ], - "inflate": 0.25 - } - ] - }, - { - "name": "leftItem", - "pivot": [ 6.0, 15.0, 1.0 ], - "parent": "leftArm" - }, - { - "name": "rightArm", - "parent": "body", - "pivot": [ -5.0, 22.0, 0.0 ], - "cubes": [ - { - "origin": [ -8.0, 12.0, -2.0 ], - "size": [ 4, 12, 4 ], - "uv": [ 40, 16 ] - } - ] - }, - { - "name": "rightSleeve", - "parent": "rightArm", - "pivot": [ -5.0, 22.0, 0.0 ], - "cubes": [ - { - "origin": [ -8.0, 12.0, -2.0 ], - "size": [ 4, 12, 4 ], - "uv": [ 40, 32 ], - "inflate": 0.25 - } - ] - }, - { - "name": "rightItem", - "pivot": [ -6, 15, 1 ], - "locators": { - "lead_hold": [ -6, 15, 1 ] - }, - "parent": "rightArm" - }, - - { - "name": "leftLeg", - "parent": "root", - "pivot": [ 1.9, 12.0, 0.0 ], - "cubes": [ - { - "origin": [ -0.1, 0.0, -2.0 ], - "size": [ 4, 12, 4 ], - "uv": [ 16, 48 ] - } - ] - }, - { - "name": "leftPants", - "parent": "leftLeg", - "pivot": [ 1.9, 12.0, 0.0 ], - "cubes": [ - { - "origin": [ -0.1, 0.0, -2.0 ], - "size": [ 4, 12, 4 ], - "uv": [ 0, 48 ], - "inflate": 0.25 - } - ] - }, - - { - "name": "rightLeg", - "parent": "root", - "pivot": [ -1.9, 12.0, 0.0 ], - "cubes": [ - { - "origin": [ -3.9, 0.0, -2.0 ], - "size": [ 4, 12, 4 ], - "uv": [ 0, 16 ] - } - ] - }, - { - "name": "rightPants", - "parent": "rightLeg", - "pivot": [ -1.9, 12.0, 0.0 ], - "cubes": [ - { - "origin": [ -3.9, 0.0, -2.0 ], - "size": [ 4, 12, 4 ], - "uv": [ 0, 32 ], - "inflate": 0.25 - } - ] - }, - - { - "name": "jacket", - "parent": "body", - "pivot": [ 0.0, 24.0, 0.0 ], - "cubes": [ - { - "origin": [ -4.0, 12.0, -2.0 ], - "size": [ 8, 12, 4 ], - "uv": [ 16, 32 ], - "inflate": 0.25 - } - ] - } - ] - }, - "geometry.humanoid.customSlim": { - "visible_bounds_width": 1, - "visible_bounds_height": 2, - "visible_bounds_offset": [ 0, 1, 0 ], - "bones": [ - { - "name": "root", - "pivot": [ 0.0, 0.0, 0.0 ] - }, - { - "name": "waist", - "parent": "root", - "pivot": [ 0.0, 12.0, 0.0 ] - }, - { - "name": "body", - "parent": "waist", - "pivot": [ 0.0, 24.0, 0.0 ], - "cubes": [ - { - "origin": [ -4.0, 12.0, -2.0 ], - "size": [ 8, 12, 4 ], - "uv": [ 16, 16 ] - } - ] - }, - { - "name": "head", - "parent": "body", - "pivot": [ 0.0, 24.0, 0.0 ], - "cubes": [ - { - "origin": [ -4.0, 24.0, -4.0 ], - "size": [ 8, 8, 8 ], - "uv": [ 0, 0 ] - } - ] - }, - { - "name": "hat", - "parent": "head", - "pivot": [ 0.0, 24.0, 0.0 ], - "cubes": [ - { - "origin": [ -4.0, 24.0, -4.0 ], - "size": [ 8, 8, 8 ], - "uv": [ 32, 0 ], - "inflate": 0.5 - } - ] - }, - { - "name": "rightLeg", - "parent": "root", - "pivot": [ -1.9, 12.0, 0.0 ], - "cubes": [ - { - "origin": [ -3.9, 0.0, -2.0 ], - "size": [ 4, 12, 4 ], - "uv": [ 0, 16 ] - } - ] - }, - { - "name": "rightPants", - "parent": "rightLeg", - "pivot": [ -1.9, 12.0, 0.0 ], - "cubes": [ - { - "origin": [ -3.9, 0.0, -2.0 ], - "size": [ 4, 12, 4 ], - "uv": [ 0, 32 ], - "inflate": 0.25 - } - ] - }, - - { - "name": "leftLeg", - "parent": "root", - "pivot": [ 1.9, 12.0, 0.0 ], - "cubes": [ - { - "origin": [ -0.1, 0.0, -2.0 ], - "size": [ 4, 12, 4 ], - "uv": [ 16, 48 ] - } - ], - "mirror": true - }, - { - "name": "leftPants", - "parent": "leftLeg", - "pivot": [ 1.9, 12.0, 0.0 ], - "cubes": [ - { - "origin": [ -0.1, 0.0, -2.0 ], - "size": [ 4, 12, 4 ], - "uv": [ 0, 48 ], - "inflate": 0.25 - } - ] - }, - - { - "name": "leftArm", - "parent": "body", - "pivot": [ 5.0, 21.5, 0.0 ], - "cubes": [ - { - "origin": [ 4.0, 11.5, -2.0 ], - "size": [ 3, 12, 4 ], - "uv": [ 32, 48 ] - } - ] - }, - { - "name": "leftSleeve", - "parent": "leftArm", - "pivot": [ 5.0, 21.5, 0.0 ], - "cubes": [ - { - "origin": [ 4.0, 11.5, -2.0 ], - "size": [ 3, 12, 4 ], - "uv": [ 48, 48 ], - "inflate": 0.25 - } - ] - }, - { - "name": "leftItem", - "pivot": [ 6, 14.5, 1 ], - "parent": "leftArm" - }, - { - "name": "rightArm", - "parent": "body", - "pivot": [ -5.0, 21.5, 0.0 ], - "cubes": [ - { - "origin": [ -7.0, 11.5, -2.0 ], - "size": [ 3, 12, 4 ], - "uv": [ 40, 16 ] - } - ] - }, - { - "name": "rightSleeve", - "parent": "rightArm", - "pivot": [ -5.0, 21.5, 0.0 ], - "cubes": [ - { - "origin": [ -7.0, 11.5, -2.0 ], - "size": [ 3, 12, 4 ], - "uv": [ 40, 32 ], - "inflate": 0.25 - } - ] - }, - { - "name": "rightItem", - "pivot": [ -6, 14.5, 1 ], - "locators": { - "lead_hold": [ -6, 14.5, 1 ] - }, - "parent": "rightArm" - }, - - { - "name": "jacket", - "parent": "body", - "pivot": [ 0.0, 24.0, 0.0 ], - "cubes": [ - { - "origin": [ -4.0, 12.0, -2.0 ], - "size": [ 8, 12, 4 ], - "uv": [ 16, 32 ], - "inflate": 0.25 - } - ] - }, - - { - "name": "cape", - "pivot": [ 0.0, 24, -3.0 ], - "parent": "body" - } - ] - }, - "geometry.humanoid.armor1:geometry.zombie": { - "visible_bounds_width": 2, - "visible_bounds_height": 2, - "visible_bounds_offset": [ 0, 1, 0 ], - "bones": [ - { - "name": "head", - "inflate": 1.0 - }, - { - "name": "hat", - "inflate": 1.5, - "neverRender": false - }, - { - "name": "body", - "inflate": 1.01 - }, - - { - "name": "rightArm", - "inflate": 1.0 - }, - - { - "name": "leftArm", - "inflate": 1.0 - }, - - { - "name": "rightLeg", - "inflate": 1.0 - }, - - { - "name": "leftLeg", - "inflate": 1.0 - } - ] - }, - "geometry.humanoid.armor.helmet:geometry.humanoid.armor1": { - "bones": [ - { "name": "body", "reset": true }, - { "name": "rightArm", "reset": true }, - { "name": "leftArm", "reset": true }, - { "name": "rightLeg", "reset": true }, - { "name": "leftLeg", "reset": true } - ] - }, - "geometry.humanoid.armor.chestplate:geometry.humanoid.armor1": { - "bones": [ - { "name": "head", "reset": true }, - { "name": "hat", "reset": true }, - { "name": "rightLeg", "reset": true }, - { "name": "leftLeg", "reset": true } - ] - }, - "geometry.humanoid.armor.leggings:geometry.humanoid.armor2": { - "bones": [ - { "name": "head", "reset": true }, - { "name": "hat", "reset": true }, - { "name": "rightArm", "reset": true }, - { "name": "leftArm", "reset": true } - ] - }, - "geometry.humanoid.armor.boots:geometry.humanoid.armor1": { - "bones": [ - { "name": "head", "reset": true }, - { "name": "hat", "reset": true }, - { "name": "body", "reset": true }, - { "name": "rightArm", "reset": true }, - { "name": "leftArm", "reset": true } - ] - }, - "geometry.humanoid.armor2:geometry.zombie": { - "visible_bounds_width": 2, - "visible_bounds_height": 2, - "visible_bounds_offset": [ 0, 1, 0 ], - "bones": [ - { - "name": "head", - "inflate": 0.5 - }, - - { - "name": "body", - "inflate": 0.5 - }, - - { - "name": "rightArm", - "inflate": 0.5 - }, - - { - "name": "leftArm", - "inflate": 0.5 - }, - - { - "name": "rightLeg", - "inflate": 0.5 - }, - - { - "name": "leftLeg", - "inflate": 0.5 - } - ] - }, - "geometry.quadruped": { - "visible_bounds_width": 1, - "visible_bounds_height": 1, - "visible_bounds_offset": [ 0, 0.5, 0 ], - "bones": [ - { - "name": "body", - "pivot": [ 0.0, 19.0, 2.0 ], - "cubes": [ - { - "origin": [ -5.0, 13.0, -5.0 ], - "size": [ 10, 16, 8 ], - "uv": [ 28, 8 ] - } - ] - }, - - { - "name": "head", - "pivot": [ 0.0, 18.0, -6.0 ], - "cubes": [ - { - "origin": [ -4.0, 14.0, -14.0 ], - "size": [ 8, 8, 8 ], - "uv": [ 0, 0 ] - } - ] - }, - - { - "name": "leg0", - "pivot": [ -3.0, 12.0, 7.0 ], - "cubes": [ - { - "origin": [ -5.0, 0.0, 5.0 ], - "size": [ 4, 12, 4 ], - "uv": [ 0, 16 ] - } - ] - }, - - { - "name": "leg1", - "pivot": [ 3.0, 12.0, 7.0 ], - "cubes": [ - { - "origin": [ 1.0, 0.0, 5.0 ], - "size": [ 4, 12, 4 ], - "uv": [ 0, 16 ] - } - ] - }, - - { - "name": "leg2", - "pivot": [ -3.0, 12.0, -5.0 ], - "cubes": [ - { - "origin": [ -5.0, 0.0, -7.0 ], - "size": [ 4, 12, 4 ], - "uv": [ 0, 16 ] - } - ] - }, - - { - "name": "leg3", - "pivot": [ 3.0, 12.0, -5.0 ], - "cubes": [ - { - "origin": [ 1.0, 0.0, -7.0 ], - "size": [ 4, 12, 4 ], - "uv": [ 0, 16 ] - } - ] - } - ] - }, - "geometry.irongolem": { - "visible_bounds_width": 3, - "visible_bounds_height": 3, - "visible_bounds_offset": [ 0, 1.5, 0 ], - "texturewidth": 128, - "textureheight": 128, - - "bones": [ - { - "name": "body", - "pivot": [ 0.0, 31.0, 0.0 ], - "cubes": [ - { - "origin": [ -9.0, 21.0, -6.0 ], - "size": [ 18, 12, 11 ], - "uv": [ 0, 40 ] - }, - { - "origin": [ -4.5, 16.0, -3.0 ], - "size": [ 9, 5, 6 ], - "uv": [ 0, 70 ], - "inflate": 0.5 - } - ] - }, - { - "name": "head", - "parent": "body", - "pivot": [ 0.0, 31.0, -2.0 ], - "locators": { - "lead": [ 0.0, 31.0, -2.0 ] - }, - "cubes": [ - { - "origin": [ -4.0, 33.0, -7.5 ], - "size": [ 8, 10, 8 ], - "uv": [ 0, 0 ] - }, - { - "origin": [ -1.0, 32.0, -9.5 ], - "size": [ 2, 4, 2 ], - "uv": [ 24, 0 ] - } - ] - }, - { - "name": "arm0", - "parent": "body", - "pivot": [ 0.0, 31.0, 0.0 ], - "cubes": [ - { - "origin": [ -13.0, 3.5, -3.0 ], - "size": [ 4, 30, 6 ], - "uv": [ 60, 21 ] - } - ] - }, - { - "name": "arm1", - "parent": "body", - "pivot": [ 0.0, 31.0, 0.0 ], - "cubes": [ - { - "origin": [ 9.0, 3.5, -3.0 ], - "size": [ 4, 30, 6 ], - "uv": [ 60, 58 ] - } - ] - }, - { - "name": "leg0", - "parent": "body", - "pivot": [ -4.0, 13.0, 0.0 ], - "cubes": [ - { - "origin": [ -7.5, 0.0, -3.0 ], - "size": [ 6, 16, 5 ], - "uv": [ 37, 0 ] - } - ] - }, - { - "name": "leg1", - "parent": "body", - "mirror": true, - "pivot": [ 5.0, 13.0, 0.0 ], - "cubes": [ - { - "origin": [ 1.5, 0.0, -3.0 ], - "size": [ 6, 16, 5 ], - "uv": [ 60, 0 ] - } - ] - } - ] - }, - "geometry.chalkboard_small": { - "visible_bounds_width": 1, - "visible_bounds_height": 1, - "visible_bounds_offset": [ 0, 0.5, 0 ], - "texturewidth": 64, - "textureheight": 32, - "bones": [ - { - "name": "body", - "cubes": [ - { - "origin": [ -8, 4, -1 ], - "uv": [ 0, 0 ], - "size": [ 16, 12, 2 ] - } - ], - "pivot": [ - -8.881784e-18, - 0, - 7.105427e-17 - ] - }, - { - "name": "rightLeg", - "cubes": [ - { - "origin": [ -1, 0, -1 ], - "uv": [ 0, 14 ], - "size": [ 2, 4, 2 ] - } - ], - "pivot": [ - 0, - 2.842171e-16, - 7.105427e-17 - ] - } - ] - }, - "geometry.chalkboard_medium": { - "visible_bounds_width": 1, - "visible_bounds_height": 1, - "visible_bounds_offset": [ 0, 0.5, 0 ], - "texturewidth": 128, - "textureheight": 32, - "bones": [ - { - "name": "body", - "cubes": [ - { - "origin": [ -16, 4, -1 ], - "uv": [ 0, 0 ], - "size": [ 32, 12, 2 ] - } - ], - "pivot": [ - 0, - 0, - 1.421085e-16 - ] - }, - { - "name": "leftLeg", - "cubes": [ - { - "origin": [ 10, 0, -1 ], - "uv": [ 0, 14 ], - "size": [ 2, 4, 2 ] - } - ], - "pivot": [ - 2.273737e-15, - -5.684342e-16, - 7.105427e-17 - ] - }, - { - "name": "rightLeg", - "cubes": [ - { - "origin": [ -12, 0, -1 ], - "uv": [ 0, 14 ], - "size": [ 2, 4, 2 ] - } - ], - "pivot": [ - -4.547474e-15, - -8.526513e-16, - 0 - ] - } - ] - }, - "geometry.chalkboard_large": { - "visible_bounds_width": 1, - "visible_bounds_height": 1, - "visible_bounds_offset": [ 0, 0.5, 0 ], - "texturewidth": 128, - "textureheight": 64, - "bones": [ - { - "name": "body", - "cubes": [ - { - "origin": [ -24, 4, -1 ], - "uv": [ 0, 0 ], - "size": [ 48, 28, 2 ] - } - ], - "pivot": [ - 0, - -1.136868e-15, - 7.105427e-17 - ] - }, - { - "name": "leftLeg", - "cubes": [ - { - "origin": [ 16, 0, -1 ], - "uv": [ 0, 30 ], - "size": [ 2, 4, 2 ] - } - ], - "pivot": [ - 0, - 2.842171e-16, - 0 - ] - }, - { - "name": "rightLeg", - "cubes": [ - { - "origin": [ -18, 0, -1 ], - "uv": [ 0, 30 ], - "size": [ 2, 4, 2 ] - } - ], - "pivot": [ - 0, - 2.842171e-16, - 0 - ] - } - ] - }, - "geometry.agent": { - "visible_bounds_width": 1, - "visible_bounds_height": 1, - "visible_bounds_offset": [ 0, 0.5, 0 ], - "texturewidth": 32, - "textureheight": 32, - "bones": [ - { - "name": "body", - "pivot": [ 0.0, 24.0, 0.0 ], - "cubes": [ - { - "origin": [ -4.0, 5.0, -2.0 ], - "size": [ 8.0, 4.0, 4.0 ], - "uv": [ 0.0, 12.0 ] - }, - { - "origin": [ -3.0, 3.0, -2.0 ], - "size": [ 6.0, 2.0, 4.0 ], - "uv": [ 0.0, 20.0 ] - } - ] - }, - { - "name": "head", - "parent": "body", - "pivot": [ 0.0, 9.0, -0.8 ], - "cubes": [ - { - "origin": [ -3.0, 9.0, -3.0 ], - "size": [ 6.0, 7.0, 5.0 ], - "uv": [ 0.0, 0.0 ] - }, - { - "origin": [ -1.0, 9.0, -4.0 ], - "size": [ 2.0, 3.0, 1.0 ], - "uv": [ 17.0, 1.0 ] - } - ] - }, - { - "name": "leftArm", - "parent": "body", - "pivot": [ 5.0, 9.0, 0.0 ], - "cubes": [ - { - "origin": [ 4.0, 0.0, -1.0 ], - "size": [ 2.0, 9.0, 2.0 ], - "uv": [ 24.0, 11.0 ] - } - ] - }, - { - "name": "rightArm", - "parent": "body", - "pivot": [ -5.0, 9.0, 0.0 ], - "cubes": [ - { - "origin": [ -6.0, 0.0, -1.0 ], - "size": [ 2.0, 9.0, 2.0 ], - "uv": [ 24.0, 0.0 ] - } - ] - }, - { - "name": "leftLeg", - "parent": "body", - "pivot": [ 1.9, 3.0, 0.0 ], - "cubes": [ - { - "origin": [ 1.0, 0.0, -1.0 ], - "size": [ 2.0, 3.0, 2.0 ], - "uv": [ 8.0, 26.0 ] - } - ] - }, - { - "name": "rightLeg", - "parent": "body", - "pivot": [ -1.9, 3.0, 0.0 ], - "cubes": [ - { - "origin": [ -3.0, 0.0, -1.0 ], - "size": [ 2.0, 3.0, 2.0 ], - "uv": [ 0.0, 26.0 ] - } - ] - } - ] - }, - "geometry.bed": { - "visible_bounds_width": 1, - "visible_bounds_height": 1, - "visible_bounds_offset": [ 0, 0.5, 0 ], - "bones": [ - { - "pivot": [ 0.0, 24.0, 0.0 ], - "cubes": [ - { - "origin": [ 0.0, 0.0, 0.0 ], - "size": [ 16.0, 32.0, 6.0 ], - "uv": [ 0.0, 0.0 ] - }, - { - "origin": [ 3.0, 31.0, 6.0 ], - "size": [ 10.0, 1.0, 3.0 ], - "uv": [ 38.0, 2.0 ] - }, - { - "origin": [ 3.0, 0.0, 6.0 ], - "size": [ 10.0, 1.0, 3.0 ], - "uv": [ 38.0, 38.0 ] - }, - { - "origin": [ 15.0, 3.0, 6.0 ], - "size": [ 1.0, 26.0, 3.0 ], - "uv": [ 52.0, 6.0 ] - }, - { - "origin": [ 0.0, 3.0, 6.0 ], - "size": [ 1.0, 26.0, 3.0 ], - "uv": [ 44.0, 6.0 ] - } - ], - "name": "bed" - }, - { - "pivot": [ 5.0, 22.0, 0.0 ], - "cubes": [ - { - "origin": [ 13.0, 29.0, 6.0 ], - "size": [ 3.0, 3.0, 3.0 ], - "uv": [ 12.0, 38.0 ] - } - ], - "name": "leg1" - }, - { - "pivot": [ -5.0, 22.0, 0.0 ], - "cubes": [ - { - "origin": [ 0.0, 29.0, 6.0 ], - "size": [ 3.0, 3.0, 3.0 ], - "uv": [ 0.0, 38.0 ] - } - ], - "name": "leg0" - }, - { - "pivot": [ 2.0, 12.0, 0.0 ], - "cubes": [ - { - "origin": [ 13.0, 0.0, 6.0 ], - "size": [ 3.0, 3.0, 3.0 ], - "uv": [ 12.0, 44.0 ] - } - ], - "name": "leg3" - }, - { - "pivot": [ -2.0, 12.0, 0.0 ], - "cubes": [ - { - "origin": [ 0.0, 0.0, 6.0 ], - "size": [ 3.0, 3.0, 3.0 ], - "uv": [ 0.0, 44.0 ] - } - ], - "name": "leg2" - } - ], - "texturewidth": 64, - "textureheight": 64 - }, - "geometry.player_head": { - "visible_bounds_width": 1, - "visible_bounds_height": 1, - "visible_bounds_offset": [ 0, 0.5, 0 ], - "texturewidth": 64, - "textureheight": 64, - "bones": [ - { - "name": "head", - "pivot": [ 0.0, 24.0, 0.0 ], - "cubes": [ - { - "origin": [ -4.0, 24.0, -4.0 ], - "size": [ 8, 8, 8 ], - "uv": [ 0, 0 ] - } - ] - } - ] - }, - "geometry.mob_head": { - "visible_bounds_width": 1, - "visible_bounds_height": 1, - "visible_bounds_offset": [ 0, 0.5, 0 ], - "texturewidth": 64, - "textureheight": 32, - "bones": [ - { - "name": "head", - "pivot": [ 0.0, 24.0, 0.0 ], - "cubes": [ - { - "origin": [ -4.0, 24.0, -4.0 ], - "size": [ 8, 8, 8 ], - "uv": [ 0, 0 ] - } - ] - } - ] - }, - "geometry.dragon_head": { - "visible_bounds_width": 1, - "visible_bounds_height": 1, - "visible_bounds_offset": [ 0, 0.5, 0 ], - "texturewidth": 256, - "textureheight": 256, - "bones": [ - { - "name": "head", - "pivot": [ 0.0, 24.0, 0.0 ], - "cubes": [ - { - "origin": [ -8.0, 16.0, -10.0 ], - "size": [ 16.0, 16.0, 16.0 ], - "uv": [ 112, 30 ] - }, - { - "mirror": true, - "origin": [ -5.0, 32.0, -4.0 ], - "size": [ 2.0, 4.0, 6.0 ], - "uv": [ 0, 0 ] - }, - { - "origin": [ 3.0, 32.0, -4.0 ], - "size": [ 2.0, 4.0, 6.0 ], - "uv": [ 0, 0 ] - } - ] - }, - { - "name": "snout", - "pivot": [ 0.0, 24.0, 0.0 ], - "cubes": [ - { - "origin": [ -6.0, 20.0, -24.0 ], - "size": [ 12.0, 5.0, 16.0 ], - "uv": [ 176, 44 ] - }, - { - "mirror": true, - "origin": [ -5.0, 25.0, -22.0 ], - "size": [ 2.0, 2.0, 4.0 ], - "uv": [ 112, 0 ] - }, - { - "origin": [ 3.0, 25.0, -22.0 ], - "size": [ 2.0, 2.0, 4.0 ], - "uv": [ 112, 0 ] - } - ] - }, - { - "name": "jaw", - "pivot": [ 0.0, 20.0, -8.0 ], - "cubes": [ - { - "origin": [ -6.0, 16.0, -24.0 ], - "size": [ 12.0, 4.0, 16.0 ], - "uv": [ 176, 65 ] - } - ] - } - ] - } -} diff --git a/n Resource/models/blocks.json b/n Resource/models/blocks.json deleted file mode 100644 index ce02dc3..0000000 --- a/n Resource/models/blocks.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "hokage": { - "sound": "metal" - } -} \ No newline at end of file diff --git a/n Resource/models/blocks/hokage.geo.json b/n Resource/models/blocks/hokage.geo.json deleted file mode 100644 index 7196aab..0000000 --- a/n Resource/models/blocks/hokage.geo.json +++ /dev/null @@ -1,173 +0,0 @@ -{ - "format_version": "1.19.0", - "minecraft:geometry": [ - { - "description": { - "identifier": "geometry.hokage", - "texture_width": 34, - "texture_height": 34, - "visible_bounds_width": 2, - "visible_bounds_height": 2.5, - "visible_bounds_offset": [0, 0.75, 0] - }, - "bones": [ - { - "name": "block", - "pivot": [0, 0, -12], - "cubes": [ - { - "origin": [-3, 4.5, -7.95], - "size": [6, 7, 2.2], - "uv": { - "north": {"uv": [0, 0], "uv_size": [6, 7]}, - "east": {"uv": [14, 4], "uv_size": [2.25, 7]}, - "south": {"uv": [6, 0], "uv_size": [6, 7]}, - "west": {"uv": [14, 11], "uv_size": [2.25, 7]}, - "up": {"uv": [20, 6], "uv_size": [6, 2.25]}, - "down": {"uv": [20, 11.25], "uv_size": [6, -2.25]} - } - }, - { - "origin": [-3, 4, -7.95], - "size": [6, 0.5, 2.2], - "uv": { - "north": {"uv": [23, 3], "uv_size": [6, 0.5]}, - "east": {"uv": [27, 18], "uv_size": [2.25, 0.5]}, - "south": {"uv": [26, 23], "uv_size": [6, 0.5]}, - "west": {"uv": [23, 27], "uv_size": [2.25, 0.5]}, - "up": {"uv": [20, 12], "uv_size": [6, 2.25]}, - "down": {"uv": [20, 17.25], "uv_size": [6, -2.25]} - } - }, - { - "origin": [-3, 11.5, -7.95], - "size": [6, 0.5, 2.2], - "uv": { - "north": {"uv": [27, 12], "uv_size": [6, 0.5]}, - "east": {"uv": [26, 27], "uv_size": [2.25, 0.5]}, - "south": {"uv": [27, 13], "uv_size": [6, 0.5]}, - "west": {"uv": [0, 28], "uv_size": [2.25, 0.5]}, - "up": {"uv": [20, 18], "uv_size": [6, 2.25]}, - "down": {"uv": [20, 23.25], "uv_size": [6, -2.25]} - } - }, - { - "origin": [-2.5, 3.5, -7.95], - "size": [5, 0.5, 2.2], - "uv": { - "north": {"uv": [27, 14], "uv_size": [5, 0.5]}, - "east": {"uv": [28, 0], "uv_size": [2.25, 0.5]}, - "south": {"uv": [27, 15], "uv_size": [5, 0.5]}, - "west": {"uv": [28, 1], "uv_size": [2.25, 0.5]}, - "up": {"uv": [23, 0], "uv_size": [5, 2.25]}, - "down": {"uv": [20, 26.25], "uv_size": [5, -2.25]} - } - }, - { - "origin": [-2.5, 12, -7.95], - "size": [5, 0.5, 2.2], - "uv": { - "north": {"uv": [27, 16], "uv_size": [5, 0.5]}, - "east": {"uv": [28, 2], "uv_size": [2.25, 0.5]}, - "south": {"uv": [27, 17], "uv_size": [5, 0.5]}, - "west": {"uv": [3, 28], "uv_size": [2.25, 0.5]}, - "up": {"uv": [14, 25], "uv_size": [5, 2.25]}, - "down": {"uv": [25, 26.25], "uv_size": [5, -2.25]} - } - }, - { - "origin": [-3.5, 4.5, -7.95], - "size": [0.5, 7, 2.2], - "uv": { - "north": {"uv": [19, 25], "uv_size": [0.5, 7]}, - "east": {"uv": [17, 4], "uv_size": [2.25, 7]}, - "south": {"uv": [11, 26], "uv_size": [0.5, 7]}, - "west": {"uv": [17, 11], "uv_size": [2.25, 7]}, - "up": {"uv": [6, 28], "uv_size": [0.5, 2.25]}, - "down": {"uv": [28, 8.25], "uv_size": [0.5, -2.25]} - } - }, - { - "origin": [3, 4.5, -7.95], - "size": [0.5, 7, 2.2], - "uv": { - "north": {"uv": [12, 26], "uv_size": [0.5, 7]}, - "east": {"uv": [14, 18], "uv_size": [2.25, 7]}, - "south": {"uv": [26, 12], "uv_size": [0.5, 7]}, - "west": {"uv": [17, 18], "uv_size": [2.25, 7]}, - "up": {"uv": [7, 28], "uv_size": [0.5, 2.25]}, - "down": {"uv": [8, 30.25], "uv_size": [0.5, -2.25]} - } - }, - { - "origin": [3.5, 5, -7.95], - "size": [0.5, 6, 2.2], - "uv": { - "north": {"uv": [13, 26], "uv_size": [0.5, 6]}, - "east": {"uv": [9, 20], "uv_size": [2.25, 6]}, - "south": {"uv": [20, 27], "uv_size": [0.5, 6]}, - "west": {"uv": [0, 22], "uv_size": [2.25, 6]}, - "up": {"uv": [9, 28], "uv_size": [0.5, 2.25]}, - "down": {"uv": [28, 11.25], "uv_size": [0.5, -2.25]} - } - }, - { - "origin": [-4, 5, -7.95], - "size": [0.5, 6, 2.2], - "uv": { - "north": {"uv": [21, 27], "uv_size": [0.5, 6]}, - "east": {"uv": [3, 22], "uv_size": [2.25, 6]}, - "south": {"uv": [22, 27], "uv_size": [0.5, 6]}, - "west": {"uv": [6, 22], "uv_size": [2.25, 6]}, - "up": {"uv": [10, 28], "uv_size": [0.5, 2.25]}, - "down": {"uv": [14, 30.25], "uv_size": [0.5, -2.25]} - } - } - ] - }, - { - "name": "stand", - "pivot": [0, 0, -12], - "cubes": [ - { - "origin": [-6, 0, -7.5], - "size": [1.85, 13, 2], - "uv": { - "north": {"uv": [8, 7], "uv_size": [1.875, 13]}, - "east": {"uv": [0, 7], "uv_size": [2, 13]}, - "south": {"uv": [10, 7], "uv_size": [1.875, 13]}, - "west": {"uv": [2, 7], "uv_size": [2, 13]}, - "up": {"uv": [26, 6], "uv_size": [1.875, 2]}, - "down": {"uv": [26, 10], "uv_size": [1.875, -2]} - } - }, - { - "origin": [4.15, 0, -7.5], - "size": [1.85, 13, 2], - "uv": { - "north": {"uv": [12, 0], "uv_size": [1.875, 13]}, - "east": {"uv": [4, 7], "uv_size": [2, 13]}, - "south": {"uv": [12, 13], "uv_size": [1.875, 13]}, - "west": {"uv": [6, 7], "uv_size": [2, 13]}, - "up": {"uv": [9, 26], "uv_size": [1.875, 2]}, - "down": {"uv": [26, 12], "uv_size": [1.875, -2]} - } - }, - { - "origin": [-4.15, 11.25, -7.5], - "size": [8.3, 1.75, 2], - "uv": { - "north": {"uv": [0, 20], "uv_size": [8.25, 1.75]}, - "east": {"uv": [26, 19], "uv_size": [2, 1.75]}, - "south": {"uv": [20, 4], "uv_size": [8.25, 1.75]}, - "west": {"uv": [26, 21], "uv_size": [2, 1.75]}, - "up": {"uv": [14, 0], "uv_size": [8.25, 2]}, - "down": {"uv": [14, 4], "uv_size": [8.25, -2]} - } - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/n Resource/models/entity/hokage.block.json b/n Resource/models/entity/hokage.block.json deleted file mode 100644 index bf0fc2b..0000000 --- a/n Resource/models/entity/hokage.block.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "format_version": "1.19.50", - "minecraft:block": { - "description": { - "identifier": "naruto:hokage", - "menu_category": { - "category": "construction", - "group": "itemGroup.name.walls" - } - }, - "components": { - "minecraft:collision_box": true, - "minecraft:destructible_by_mining": { - "seconds_to_destroy": 2 - }, - "minecraft:destructible_by_explosion": { - "explosion_resistance": 30 - }, - "minecraft:geometry": "geometry.hokage", - "minecraft:material_instances": { - "*": { - "texture": "hokage", - "render_method": "alpha_test" - } - }, - "minecraft:light_emission": 2, - "minecraft:map_color": "#a30000" - } - } -} \ No newline at end of file diff --git a/n Resource/models/entity/shadow_clone/model.geo.json b/n Resource/models/entity/shadow_clone/model.geo.json deleted file mode 100644 index be570a6..0000000 --- a/n Resource/models/entity/shadow_clone/model.geo.json +++ /dev/null @@ -1,121 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:geometry": [ - { - "description": { - "identifier": "geometry.shadow_clone", - "texture_width": 64, - "texture_height": 64, - "visible_bounds_width": 3, - "visible_bounds_height": 3, - "visible_bounds_offset": [0, 1.5, 0] - }, - "bones": [ - { - "name": "waist", - "pivot": [0, 12, 0] - }, - { - "name": "body", - "parent": "waist", - "pivot": [0, 24, 0], - "cubes": [ - {"origin": [-4, 12, -2], "size": [8, 12, 4], "uv": [16, 16]} - ] - }, - { - "name": "head", - "parent": "body", - "pivot": [0, 24, 0], - "cubes": [ - {"origin": [-4, 24, -4], "size": [8, 8, 8], "uv": [0, 0]} - ] - }, - { - "name": "hat", - "parent": "head", - "pivot": [0, 24, 0], - "cubes": [ - {"origin": [-4, 24, -4], "size": [8, 8, 8], "inflate": 0.5, "uv": [32, 0]} - ] - }, - { - "name": "rightArm", - "parent": "body", - "pivot": [-5, 22, 0], - "cubes": [ - {"origin": [-8, 18, -2], "size": [4, 6, 4], "uv": [40, 16]} - ] - }, - { - "name": "rightBottom", - "parent": "rightArm", - "pivot": [-6, 15, 0], - "cubes": [ - {"origin": [-8, 12, -2], "size": [4, 6, 4], "uv": [40, 16]} - ] - }, - { - "name": "rightItem", - "parent": "rightArm", - "pivot": [-6, 15, 1] - }, - { - "name": "leftArm", - "parent": "body", - "pivot": [5, 22, 0], - "mirror": true, - "cubes": [ - {"origin": [4, 18, -2], "size": [4, 6, 4], "uv": [40, 16]} - ] - }, - { - "name": "leftBottom", - "parent": "leftArm", - "pivot": [6, 15, 0], - "cubes": [ - {"origin": [4, 12, -2], "size": [4, 6, 4], "uv": [40, 16], "mirror": true} - ] - }, - { - "name": "leftItem", - "parent": "leftArm", - "pivot": [6, 15, 1] - }, - { - "name": "rightLeg", - "parent": "body", - "pivot": [-1.9, 12, 0], - "cubes": [ - {"origin": [-3.9, 6, -2], "size": [4, 6, 4], "uv": [0, 16]} - ] - }, - { - "name": "rightBottom2", - "parent": "rightLeg", - "pivot": [0, 0, 0], - "cubes": [ - {"origin": [-3.9, 0, -2], "size": [4, 6, 4], "uv": [0, 16]} - ] - }, - { - "name": "leftLeg", - "parent": "body", - "pivot": [1.9, 9, 0], - "mirror": true, - "cubes": [ - {"origin": [-0.1, 6, -2], "size": [4, 6, 4], "uv": [0, 16]} - ] - }, - { - "name": "leftBottom2", - "parent": "leftLeg", - "pivot": [1.9, 3, 0], - "cubes": [ - {"origin": [-0.1, 0, -2], "size": [4, 6, 4], "uv": [0, 16], "mirror": true} - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/n Resource/models/entity/white_zestu.geo.json b/n Resource/models/entity/white_zestu.geo.json deleted file mode 100644 index 0de5597..0000000 --- a/n Resource/models/entity/white_zestu.geo.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "format_version": "1.12.0", - "minecraft:geometry": [ - { - "description": { - "identifier": "geometry.naruto.white_zestu", - "texture_width": 91, - "texture_height": 91, - "visible_bounds_width": 3, - "visible_bounds_height": 3.5, - "visible_bounds_offset": [0, 1.25, 0] - }, - "bones": [ - { - "name": "RightArm", - "pivot": [-4, 23, 1], - "cubes": [ - {"origin": [-7, 12, -1], "size": [3, 11, 4], "uv": [42, 16]}, - {"origin": [-8, 12, -1], "size": [1, 10, 4], "uv": [11, 51]} - ] - }, - { - "name": "LeftArm", - "pivot": [4, 23, 2], - "cubes": [ - {"origin": [4, 12, -1], "size": [3, 11, 4], "uv": [38, 0]}, - {"origin": [7, 12, -1], "size": [1, 10, 4], "uv": [0, 48]} - ] - }, - { - "name": "LeftLeg", - "pivot": [-2, 12, 1], - "cubes": [ - {"origin": [-4, 2, -1], "size": [1, 10, 4], "uv": [43, 47]}, - {"origin": [-3, 0, -1], "size": [3, 12, 4], "uv": [32, 34]} - ] - }, - { - "name": "RightLeg", - "pivot": [3, 12, 0], - "cubes": [ - {"origin": [0, 0, -1], "size": [3, 12, 4], "uv": [17, 34]}, - {"origin": [3, 2, -1], "size": [1, 10, 4], "uv": [47, 32]} - ] - }, - { - "name": "body", - "pivot": [-0.5, 16, 0], - "cubes": [ - {"origin": [-4, 12, -1], "size": [8, 11, 4], "uv": [0, 17]} - ] - }, - { - "name": "head", - "pivot": [0, 23, 1], - "cubes": [ - {"origin": [3, 23, -2], "size": [1, 7, 7], "uv": [25, 19]}, - {"origin": [-3, 23, -3], "size": [6, 8, 8], "uv": [0, 0]}, - {"origin": [-4, 23, -2], "size": [1, 7, 7], "uv": [0, 33]}, - {"origin": [-1, 31, -3], "size": [4, 1, 8], "uv": [21, 9]}, - {"origin": [3, 30, -3], "size": [1, 2, 4], "uv": [21, 0]} - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/n Resource/particles/chidori.particle.json b/n Resource/particles/chidori.particle.json deleted file mode 100644 index 5c7765a..0000000 --- a/n Resource/particles/chidori.particle.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "format_version": "1.10.0", - "particle_effect": { - "description": { - "identifier": "", - "basic_render_parameters": { - "material": "particles_alpha", - "texture": "textures/particle/chidori" - } - }, - "components": { - "minecraft:emitter_rate_steady": { - "spawn_rate": 4, - "max_particles": 100 - }, - "minecraft:emitter_lifetime_looping": { - "active_time": 1 - }, - "minecraft:emitter_shape_point": {}, - "minecraft:particle_lifetime_expression": { - "max_lifetime": 1 - }, - "minecraft:particle_initial_speed": 9, - "minecraft:particle_motion_dynamic": {}, - "minecraft:particle_appearance_billboard": { - "size": [0.2, 0.2], - "facing_camera_mode": "rotate_xyz", - "uv": { - "texture_width": 16, - "texture_height": 16, - "uv": [0, 0], - "uv_size": [1, 1] - } - } - } - } -} \ No newline at end of file diff --git a/n Resource/particles/teleport_kunai.particle.json b/n Resource/particles/teleport_kunai.particle.json deleted file mode 100644 index 39d8a59..0000000 --- a/n Resource/particles/teleport_kunai.particle.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "format_version": "1.10.0", - "particle_effect": { - "description": { - "identifier": "naruto:teleport_kunai_particle", - "basic_render_parameters": { - "material": "particles_alpha", - "texture": "textures/particle/teleport_kunai_particle" - } - }, - "components": { - "minecraft:emitter_rate_steady": { - "spawn_rate": "math.random(100,150)", - "max_particles": "math.random(150,175)" - }, - "minecraft:emitter_lifetime_looping": { - "active_time": 0.01, - "sleep_time": 0.01 - }, - "minecraft:emitter_shape_point": {}, - "minecraft:particle_lifetime_expression": { - "max_lifetime": 1 - }, - "minecraft:particle_initial_spin": { - "rotation": 100, - "rotation_rate": 10 - }, - "minecraft:particle_initial_speed": 7, - "minecraft:particle_motion_dynamic": { - "linear_acceleration": [5, 3, 4], - "linear_drag_coefficient": 3, - "rotation_acceleration": "math.random(5,8)", - "rotation_drag_coefficient": 5 - }, - "minecraft:particle_appearance_billboard": { - "size": [0.01, 0.01], - "facing_camera_mode": "rotate_xyz", - "uv": { - "texture_width": 16, - "texture_height": 16, - "uv": [0, 0], - "uv_size": [1, 1] - } - }, - "minecraft:particle_appearance_tinting": { - "color": [1, 1, 1, 1] - } - } - } -} \ No newline at end of file diff --git a/n Resource/render_controllers/zombie.render_controller.json b/n Resource/render_controllers/zombie.render_controller.json deleted file mode 100644 index d376711..0000000 --- a/n Resource/render_controllers/zombie.render_controller.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "format_version": "1.8.0", - "render_controllers": { - "controller.render.zombie": { - "geometry": "Geometry.default", - "materials": [ { "*": "Material.default" } ], - "textures": [ "Texture.default" ] - } - } - } - \ No newline at end of file diff --git a/n Resource/texts/de_DE.lang b/n Resource/texts/de_DE.lang deleted file mode 100644 index 66eebc3..0000000 --- a/n Resource/texts/de_DE.lang +++ /dev/null @@ -1,5 +0,0 @@ -item.naruto:fire_ball_justu.name=§c Feuerball Justu -tile.naruto:hokage.name=Hokage-Zeichen -item.naruto:ramen.name=§e Ramen -pack.name=§2 Minecraft Grundgestein §e Naruto Mod -pack.description=Dieser Mod fügt dem Spiel die Anime Naruto, Naruto Shippuden und Boruto hinzu. Ab diesem Moment befindet sich dieses Paket in der Entwicklung. Wir hoffen, diesem Paket noch viel mehr hinzufügen zu können. Von ModMaker101 und Kentcooper diff --git a/n Resource/texts/es_ES.lang b/n Resource/texts/es_ES.lang deleted file mode 100644 index f3bbd6c..0000000 --- a/n Resource/texts/es_ES.lang +++ /dev/null @@ -1,5 +0,0 @@ -item.naruto:fire_ball_justu.name=§c Bola de Fuego Justu -tile.naruto:hokage.name=Signo Hokage -item.naruto:ramen.name=§ el ramen -pack.name=§2 Minecraft Bedrock §e Naruto Mod -pack.description=Este mod agrega el anime Naruto, Naruto Shippuden y Boruto al juego. A partir de este momento este paquete está en desarrollo. Esperamos agregar mucho más a este paquete. De, ModMaker101 y kentcooper diff --git a/n Resource/texts/es_MX.lang b/n Resource/texts/es_MX.lang deleted file mode 100644 index f3bbd6c..0000000 --- a/n Resource/texts/es_MX.lang +++ /dev/null @@ -1,5 +0,0 @@ -item.naruto:fire_ball_justu.name=§c Bola de Fuego Justu -tile.naruto:hokage.name=Signo Hokage -item.naruto:ramen.name=§ el ramen -pack.name=§2 Minecraft Bedrock §e Naruto Mod -pack.description=Este mod agrega el anime Naruto, Naruto Shippuden y Boruto al juego. A partir de este momento este paquete está en desarrollo. Esperamos agregar mucho más a este paquete. De, ModMaker101 y kentcooper diff --git a/n Resource/texts/fr_CA.lang b/n Resource/texts/fr_CA.lang deleted file mode 100644 index 7423813..0000000 --- a/n Resource/texts/fr_CA.lang +++ /dev/null @@ -1,5 +0,0 @@ -item.naruto:fire_ball_justu.name=§c Boule de feu Justu -tile.naruto:hokage.name=Signe du Hokage -item.naruto:ramen.name=§e Ramen -pack.name=§2 Minecraft Socle rocheux §e Naruto Mod -pack.description=Ce mod ajoute l'anime Naruto, Naruto Shippuden et Boruto au jeu. A partir de ce moment ce pack est en développement. Nous espérons ajouter beaucoup plus à ce pack. De, ModMaker101 et Kentcooper diff --git a/n Resource/texts/fr_FR.lang b/n Resource/texts/fr_FR.lang deleted file mode 100644 index 7423813..0000000 --- a/n Resource/texts/fr_FR.lang +++ /dev/null @@ -1,5 +0,0 @@ -item.naruto:fire_ball_justu.name=§c Boule de feu Justu -tile.naruto:hokage.name=Signe du Hokage -item.naruto:ramen.name=§e Ramen -pack.name=§2 Minecraft Socle rocheux §e Naruto Mod -pack.description=Ce mod ajoute l'anime Naruto, Naruto Shippuden et Boruto au jeu. A partir de ce moment ce pack est en développement. Nous espérons ajouter beaucoup plus à ce pack. De, ModMaker101 et Kentcooper diff --git a/n Resource/texts/it_IT.lang b/n Resource/texts/it_IT.lang deleted file mode 100644 index 701d640..0000000 --- a/n Resource/texts/it_IT.lang +++ /dev/null @@ -1,5 +0,0 @@ -item.naruto:fire_ball_justu.name=§c Fire Ball Justu -tile.naruto:hokage.name=Segno dell'Hokage -item.naruto:ramen.name=§e ramen -pack.name=§2 Minecraft Bedrock §e Naruto Mod -pack.description=Questa mod aggiunge l'anime Naruto, Naruto Shippuden e Boruto al gioco. A partire da questo momento questo pacchetto è in fase di sviluppo. Speriamo di aggiungere molto di più a questo pacchetto. Da, ModMaker101 e kentcooper diff --git a/n Resource/texts/ja_JP.lang b/n Resource/texts/ja_JP.lang deleted file mode 100644 index 1863edd..0000000 --- a/n Resource/texts/ja_JP.lang +++ /dev/null @@ -1,5 +0,0 @@ -item.naruto:fire_ball_justu.name=§c ファイアボールジャストゥ -tile.naruto:hokage.name=火影サイン -item.naruto:ramen.name=§e ラーメン -pack.name=§2 Minecraft の岩盤 §e Naruto Mod -pack.description=この mod は、アニメのナルト、ナルト疾風伝、およびボルトをゲームに追加します。現時点では、このパックは開発中です。このパックにさらに多くを追加したいと考えています。から、ModMaker101 と kentcooper diff --git a/n Resource/texts/ko_KR.lang b/n Resource/texts/ko_KR.lang deleted file mode 100644 index 6f8ef31..0000000 --- a/n Resource/texts/ko_KR.lang +++ /dev/null @@ -1,5 +0,0 @@ -item.naruto:fire_ball_justu.name=§c 파이어볼 유스투 -tile.naruto:hokage.name=호카게 사인 -item.naruto:ramen.name=§e 라면 -pack.name=§2 Minecraft Bedrock §e 나루토 모드 -pack.description=이 모드는 Anime Naruto, Naruto Shippuden 및 Boruto를 게임에 추가합니다. 현재 이 팩은 개발 중입니다. 이 팩에 더 많은 것을 추가할 수 있기를 바랍니다. From, ModMaker101 및 kentcooper diff --git a/n Resource/texts/pt_BR.lang b/n Resource/texts/pt_BR.lang deleted file mode 100644 index 2ceb9f3..0000000 --- a/n Resource/texts/pt_BR.lang +++ /dev/null @@ -1,5 +0,0 @@ -item.naruto:fire_ball_justu.name=§c Bola de Fogo Justu -tile.naruto:hokage.name=Sinal Hokage -item.naruto:ramen.name=§e Ramen -pack.name=§2 Minecraft Bedrock §e Naruto Mod -pack.description=Este mod adiciona o anime Naruto, Naruto Shippuden e Boruto ao jogo. A partir deste momento, este pacote está em desenvolvimento. Esperamos adicionar muito mais a este pacote. De, ModMaker101 e kentcooper diff --git a/n Resource/texts/pt_PT.lang b/n Resource/texts/pt_PT.lang deleted file mode 100644 index 2ceb9f3..0000000 --- a/n Resource/texts/pt_PT.lang +++ /dev/null @@ -1,5 +0,0 @@ -item.naruto:fire_ball_justu.name=§c Bola de Fogo Justu -tile.naruto:hokage.name=Sinal Hokage -item.naruto:ramen.name=§e Ramen -pack.name=§2 Minecraft Bedrock §e Naruto Mod -pack.description=Este mod adiciona o anime Naruto, Naruto Shippuden e Boruto ao jogo. A partir deste momento, este pacote está em desenvolvimento. Esperamos adicionar muito mais a este pacote. De, ModMaker101 e kentcooper diff --git a/n Resource/texts/ru_RU.lang b/n Resource/texts/ru_RU.lang deleted file mode 100644 index 8f2a0b3..0000000 --- a/n Resource/texts/ru_RU.lang +++ /dev/null @@ -1,5 +0,0 @@ -item.naruto:fire_ball_justu.name=§c Огненный шар Юсту -tile.naruto:hokage.name=Знак Хокаге -item.naruto:ramen.name=§e Рамэн -pack.name=§2 Minecraft Bedrock §e Мод Наруто -pack.description=Этот мод добавляет в игру аниме Наруто, Наруто Шиппуден и Боруто. На данный момент этот пак находится в разработке. Мы надеемся добавить еще много чего в этот пакет. От, ModMaker101 и kentcooper diff --git a/n Resource/texts/tr_TR.lang b/n Resource/texts/tr_TR.lang deleted file mode 100644 index dcfd017..0000000 --- a/n Resource/texts/tr_TR.lang +++ /dev/null @@ -1,5 +0,0 @@ -item.naruto:fire_ball_justu.name=§c Ateş Topu Sadece -tile.naruto:hokage.name=Hokage İşareti -item.naruto:ramen.name=Şe Ramen -pack.name=§2 Minecraft Bedrock §e Naruto Modu -pack.description=Bu mod oyuna Naruto, Naruto Shippuden ve Boruto animelerini ekler. Şu an itibariyle bu paket geliştirme aşamasındadır. Bu pakete daha fazlasını eklemeyi umuyoruz. ModMaker101 ve kentcooper'dan diff --git a/n Resource/texts/zh_CN.lang b/n Resource/texts/zh_CN.lang deleted file mode 100644 index d318155..0000000 --- a/n Resource/texts/zh_CN.lang +++ /dev/null @@ -1,5 +0,0 @@ -item.naruto:fire_ball_justu.name=§c 火球术 -tile.naruto:hokage.name=火影标志 -item.naruto:ramen.name=§e 拉面 -pack.name=§2 Minecraft Bedrock §e 火影忍者 Mod -pack.description=这个模组将火影忍者、火影忍者疾风传和博人传添加到游戏中。目前这个包正在开发中。我们希望在此包中添加更多内容。来自,ModMaker101 和 kentcooper diff --git a/n Resource/texts/zh_TW.lang b/n Resource/texts/zh_TW.lang deleted file mode 100644 index d318155..0000000 --- a/n Resource/texts/zh_TW.lang +++ /dev/null @@ -1,5 +0,0 @@ -item.naruto:fire_ball_justu.name=§c 火球术 -tile.naruto:hokage.name=火影标志 -item.naruto:ramen.name=§e 拉面 -pack.name=§2 Minecraft Bedrock §e 火影忍者 Mod -pack.description=这个模组将火影忍者、火影忍者疾风传和博人传添加到游戏中。目前这个包正在开发中。我们希望在此包中添加更多内容。来自,ModMaker101 和 kentcooper diff --git a/n Resource/textures/blocks/hokage.png b/n Resource/textures/blocks/hokage.png deleted file mode 100644 index f4baeda..0000000 Binary files a/n Resource/textures/blocks/hokage.png and /dev/null differ diff --git a/n Resource/textures/entities/chase_white_zestu.png b/n Resource/textures/entities/chase_white_zestu.png deleted file mode 100644 index e761503..0000000 Binary files a/n Resource/textures/entities/chase_white_zestu.png and /dev/null differ diff --git a/n Resource/textures/entities/texture.png b/n Resource/textures/entities/texture.png deleted file mode 100644 index fa6dc10..0000000 Binary files a/n Resource/textures/entities/texture.png and /dev/null differ diff --git a/n Resource/textures/environment/moon_phases.png b/n Resource/textures/environment/moon_phases.png deleted file mode 100644 index ac035cf..0000000 Binary files a/n Resource/textures/environment/moon_phases.png and /dev/null differ diff --git a/n Resource/textures/environment/sun.png b/n Resource/textures/environment/sun.png deleted file mode 100644 index ec2f491..0000000 Binary files a/n Resource/textures/environment/sun.png and /dev/null differ diff --git a/n Resource/textures/environment/weather.png b/n Resource/textures/environment/weather.png deleted file mode 100644 index 0539e70..0000000 Binary files a/n Resource/textures/environment/weather.png and /dev/null differ diff --git a/n Resource/textures/gui/icons.png b/n Resource/textures/gui/icons.png deleted file mode 100644 index 70f171e..0000000 Binary files a/n Resource/textures/gui/icons.png and /dev/null differ diff --git a/n Behavior/entities/jutsu/fire_ball_jutsu.json b/nBehavior/entities/jutsu/fire_ball_jutsu.json similarity index 98% rename from n Behavior/entities/jutsu/fire_ball_jutsu.json rename to nBehavior/entities/jutsu/fire_ball_jutsu.json index 4fe7252..286e786 100644 --- a/n Behavior/entities/jutsu/fire_ball_jutsu.json +++ b/nBehavior/entities/jutsu/fire_ball_jutsu.json @@ -1,5 +1,5 @@ { - "format_version": "1.19.0", + "format_version": "1.20.0", "minecraft:entity": { "description": { "identifier": "naruto:fire_ball_jutsu", diff --git a/n Behavior/entities/weapons/shuriken.json b/nBehavior/entities/weapons/shuriken.json similarity index 97% rename from n Behavior/entities/weapons/shuriken.json rename to nBehavior/entities/weapons/shuriken.json index cb56395..921b0d0 100644 --- a/n Behavior/entities/weapons/shuriken.json +++ b/nBehavior/entities/weapons/shuriken.json @@ -1,5 +1,5 @@ { - "format_version": "1.19.0", + "format_version": "1.20.0", "minecraft:entity": { "description": { "identifier": "naruto:shuriken", diff --git a/n Behavior/items/ramen.json b/nBehavior/items/food/ramen.json similarity index 100% rename from n Behavior/items/ramen.json rename to nBehavior/items/food/ramen.json diff --git a/n Behavior/items/fire_ball_jutsu.json b/nBehavior/items/jutsu/fire_ball_jutsu.json similarity index 55% rename from n Behavior/items/fire_ball_jutsu.json rename to nBehavior/items/jutsu/fire_ball_jutsu.json index 2d3379f..5e9e605 100644 --- a/n Behavior/items/fire_ball_jutsu.json +++ b/nBehavior/items/jutsu/fire_ball_jutsu.json @@ -1,5 +1,5 @@ { - "format_version": "1.16.100", + "format_version": "1.20.0", "minecraft:item": { "description": { "identifier": "naruto:fire_ball_jutsu", @@ -15,7 +15,7 @@ "minecraft:max_stack_size": 1, "minecraft:hand_equipped": true, "minecraft:durability": { - "max_durability": 9999 + "max_durability": 1 }, "minecraft:damage": 1.5, "minecraft:can_destroy_in_creative": false, @@ -32,35 +32,7 @@ "on_use": { "event": "laiser" } - }, - - - "minecraft:render_offsets": { - "main_hand": { - "first_person": { - "position": [0.0,0.0,0.0], - "rotation": [0.0,0.0,0.0], - "scale": [0.0,0.0,0.0] - }, - "third_person": { - "position": [0.0,0.0,0.0], - "rotation": [0.0,0.0,0.0], - "scale": [0.0,0.0,0.0] - } - }, - "off_hand": { - "first_person": { - "position": [0.0,0.0,0.0], - "rotation": [0.0,0.0,0.0], - "scale": [0.0,0.0,0.0] - }, - "third_person": { - "position": [0.0,0.0,0.0], - "rotation": [0.0,0.0,0.0], - "scale": [0.0,0.0,0.0] - } - } - } + } }, "events": { "laiser": { diff --git a/n Behavior/items/weapons/shuriken.json b/nBehavior/items/weapons/shuriken.json similarity index 95% rename from n Behavior/items/weapons/shuriken.json rename to nBehavior/items/weapons/shuriken.json index f94bb26..9c4cad0 100644 --- a/n Behavior/items/weapons/shuriken.json +++ b/nBehavior/items/weapons/shuriken.json @@ -1,5 +1,5 @@ { - "format_version": "1.19.0", + "format_version": "1.20.0", "minecraft:item": { "description": { "category": "equipment", diff --git a/n Behavior/manifest.json b/nBehavior/manifest.json similarity index 100% rename from n Behavior/manifest.json rename to nBehavior/manifest.json diff --git a/n Behavior/pack_icon.png b/nBehavior/pack_icon.png similarity index 100% rename from n Behavior/pack_icon.png rename to nBehavior/pack_icon.png diff --git a/n Behavior/recipes/ramen.json b/nBehavior/recipes/ramen.json similarity index 93% rename from n Behavior/recipes/ramen.json rename to nBehavior/recipes/ramen.json index 311a14b..a5f15f6 100644 --- a/n Behavior/recipes/ramen.json +++ b/nBehavior/recipes/ramen.json @@ -1,5 +1,5 @@ { - "format_version": "1.19.70", + "format_version": "1.20.0", "minecraft:recipe_shaped": { "description": { "identifier": "naruto:ramen" diff --git a/n Behavior/recipes/shuriken.json b/nBehavior/recipes/shuriken.json similarity index 92% rename from n Behavior/recipes/shuriken.json rename to nBehavior/recipes/shuriken.json index c88f062..adb88c4 100644 --- a/n Behavior/recipes/shuriken.json +++ b/nBehavior/recipes/shuriken.json @@ -1,5 +1,5 @@ { - "format_version": "1.19.70", + "format_version": "1.20.0", "minecraft:recipe_shaped": { "description": { "identifier": "naruto:shuriken" diff --git a/nBehavior/texts/bg_BG.lang b/nBehavior/texts/bg_BG.lang new file mode 100644 index 0000000..8518d18 --- /dev/null +++ b/nBehavior/texts/bg_BG.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Този мод добавя анимето Наруто, Наруто Шипуден и Боруто към играта. Към този момент този пакет е в процес на разработка. Надяваме се да добавим още много към този пакет. От, ModMaker101 и kentcooper diff --git a/nBehavior/texts/cs_CZ.lang b/nBehavior/texts/cs_CZ.lang new file mode 100644 index 0000000..a874f4a --- /dev/null +++ b/nBehavior/texts/cs_CZ.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Tento mod přidává do hry anime Naruto, Naruto Shippuden a Boruto. Od této chvíle je tato sada ve vývoji. Doufáme, že do tohoto balíčku přidáme mnohem více. Od, ModMaker101 a kentcooper diff --git a/nBehavior/texts/da_DK.lang b/nBehavior/texts/da_DK.lang new file mode 100644 index 0000000..d193051 --- /dev/null +++ b/nBehavior/texts/da_DK.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Denne mod tilføjer anime Naruto, Naruto Shippuden og Boruto til spillet. Lige nu er denne pakke under udvikling. Vi håber at tilføje meget mere til denne pakke. Fra, ModMaker101 og kentcooper diff --git a/nBehavior/texts/de_DE.lang b/nBehavior/texts/de_DE.lang new file mode 100644 index 0000000..c848524 --- /dev/null +++ b/nBehavior/texts/de_DE.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Dieser Mod fügt dem Spiel die Anime Naruto, Naruto Shippuden und Boruto hinzu. Derzeit befindet sich dieses Paket in der Entwicklung. Wir hoffen, diesem Paket noch viel mehr hinzufügen zu können. Von ModMaker101 und Kentcooper diff --git a/nBehavior/texts/el_GR.lang b/nBehavior/texts/el_GR.lang new file mode 100644 index 0000000..13565b2 --- /dev/null +++ b/nBehavior/texts/el_GR.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Αυτό το mod προσθέτει τα anime Naruto, Naruto Shippuden και Boruto στο παιχνίδι. Αυτή τη στιγμή αυτό το πακέτο βρίσκεται σε εξέλιξη. Ελπίζουμε να προσθέσουμε πολλά περισσότερα σε αυτό το πακέτο. Από, ModMaker101 και kentcooper diff --git a/nBehavior/texts/en_GB.lang b/nBehavior/texts/en_GB.lang new file mode 100644 index 0000000..e1bed66 --- /dev/null +++ b/nBehavior/texts/en_GB.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=This mod adds the anime Naruto, Naruto Shippuden, and Boruto to the game. As of this moment this pack is in development. We hope to add lots more to this pack. From, ModMaker101 and kentcooper diff --git a/n Behavior/texts/en_US.lang b/nBehavior/texts/en_US.lang similarity index 51% rename from n Behavior/texts/en_US.lang rename to nBehavior/texts/en_US.lang index 96f87e1..e1bed66 100644 --- a/n Behavior/texts/en_US.lang +++ b/nBehavior/texts/en_US.lang @@ -1,5 +1,2 @@ -item.naruto:fire_ball_justu.name= §cFire Ball Justu -tile.naruto:hokage.name=Hokage Sign -item.naruto:ramen.name=§eRamen -pack.name=§2Minecraft Bedrock §eNaruto Mod -pack.description=This mod adds the anime Naruto, Naruto Shippuden, and Boruto to the game. As of this moment this pack is in development. We hope to add lots more to this pack. From, ModMaker101 and kentcooper \ No newline at end of file +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=This mod adds the anime Naruto, Naruto Shippuden, and Boruto to the game. As of this moment this pack is in development. We hope to add lots more to this pack. From, ModMaker101 and kentcooper diff --git a/nBehavior/texts/es_ES.lang b/nBehavior/texts/es_ES.lang new file mode 100644 index 0000000..6fc30a1 --- /dev/null +++ b/nBehavior/texts/es_ES.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Este mod agrega el anime Naruto, Naruto Shippuden y Boruto al juego. A partir de este momento este pack está en desarrollo. Esperamos agregar mucho más a este paquete. De ModMaker101 y kentcooper diff --git a/nBehavior/texts/es_MX.lang b/nBehavior/texts/es_MX.lang new file mode 100644 index 0000000..6fc30a1 --- /dev/null +++ b/nBehavior/texts/es_MX.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Este mod agrega el anime Naruto, Naruto Shippuden y Boruto al juego. A partir de este momento este pack está en desarrollo. Esperamos agregar mucho más a este paquete. De ModMaker101 y kentcooper diff --git a/nBehavior/texts/fi_FI.lang b/nBehavior/texts/fi_FI.lang new file mode 100644 index 0000000..f39a7cc --- /dev/null +++ b/nBehavior/texts/fi_FI.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Tämä modi lisää peliin animet Naruto, Naruto Shippuden ja Boruto. Tällä hetkellä tämä paketti on kehitteillä. Toivomme saavamme tähän pakettiin paljon lisää. Lähettäjä: ModMaker101 ja kentcooper diff --git a/nBehavior/texts/fr_CA.lang b/nBehavior/texts/fr_CA.lang new file mode 100644 index 0000000..800fbfd --- /dev/null +++ b/nBehavior/texts/fr_CA.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Ce mod ajoute les anime Naruto, Naruto Shippuden et Boruto au jeu. Pour le moment, ce pack est en développement. Nous espérons ajouter beaucoup plus à ce pack. De, ModMaker101 et Kentcooper diff --git a/nBehavior/texts/fr_FR.lang b/nBehavior/texts/fr_FR.lang new file mode 100644 index 0000000..800fbfd --- /dev/null +++ b/nBehavior/texts/fr_FR.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Ce mod ajoute les anime Naruto, Naruto Shippuden et Boruto au jeu. Pour le moment, ce pack est en développement. Nous espérons ajouter beaucoup plus à ce pack. De, ModMaker101 et Kentcooper diff --git a/nBehavior/texts/hu_HU.lang b/nBehavior/texts/hu_HU.lang new file mode 100644 index 0000000..9ea54fb --- /dev/null +++ b/nBehavior/texts/hu_HU.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Ez a mod hozzáadja a Naruto, Naruto Shippuden és Boruto animéket a játékhoz. Jelenleg ez a csomag fejlesztés alatt áll. Reméljük, hogy még sok mindent hozzáadhatunk ehhez a csomaghoz. A ModMaker101-től és a kentcoopertől diff --git a/nBehavior/texts/id_ID.lang b/nBehavior/texts/id_ID.lang new file mode 100644 index 0000000..ae0ad07 --- /dev/null +++ b/nBehavior/texts/id_ID.lang @@ -0,0 +1,2 @@ +pack.name=§2 Batuan Dasar Minecraft §e Naruto Mod +pack.description=Mod ini menambahkan anime Naruto, Naruto Shippuden, dan Boruto ke dalam game. Saat ini paket ini sedang dalam pengembangan. Kami berharap dapat menambahkan lebih banyak lagi ke paket ini. Dari, ModMaker101 dan kentcooper diff --git a/nBehavior/texts/it_IT.lang b/nBehavior/texts/it_IT.lang new file mode 100644 index 0000000..fe6bff5 --- /dev/null +++ b/nBehavior/texts/it_IT.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Questa mod aggiunge gli anime Naruto, Naruto Shippuden e Boruto al gioco. Al momento questo pacchetto è in fase di sviluppo. Speriamo di aggiungere molto altro a questo pacchetto. Da ModMaker101 e Kentcooper diff --git a/nBehavior/texts/ja_JP.lang b/nBehavior/texts/ja_JP.lang new file mode 100644 index 0000000..65547d5 --- /dev/null +++ b/nBehavior/texts/ja_JP.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e NARUTO Mod +pack.description=この MOD は、アニメ NARUTO、NARUTO 疾風伝、BORUTO をゲームに追加します。現時点では、このパックは開発中です。このパックにはさらに多くの機能を追加したいと考えています。 ModMaker101 および kentcooper より diff --git a/nBehavior/texts/ko_KR.lang b/nBehavior/texts/ko_KR.lang new file mode 100644 index 0000000..4157e16 --- /dev/null +++ b/nBehavior/texts/ko_KR.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e 나루토 모드 +pack.description=이 모드는 애니메이션 나루토, 나루토 질풍전, 보루토를 게임에 추가합니다. 현재 이 팩은 개발 중입니다. 우리는 이 팩에 더 많은 것을 추가할 수 있기를 바랍니다. ModMaker101 및 kentcooper에서 diff --git a/n Resource/texts/language_names.json b/nBehavior/texts/language_names.json similarity index 100% rename from n Resource/texts/language_names.json rename to nBehavior/texts/language_names.json diff --git a/n Resource/texts/languages.json b/nBehavior/texts/languages.json similarity index 100% rename from n Resource/texts/languages.json rename to nBehavior/texts/languages.json diff --git a/nBehavior/texts/nb_NO.lang b/nBehavior/texts/nb_NO.lang new file mode 100644 index 0000000..44f953e --- /dev/null +++ b/nBehavior/texts/nb_NO.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Berggrunn §e Naruto Mod +pack.description=Denne modden legger til anime Naruto, Naruto Shippuden og Boruto til spillet. For øyeblikket er denne pakken under utvikling. Vi håper å legge til mye mer til denne pakken. Fra, ModMaker101 og kentcooper diff --git a/nBehavior/texts/nl_NL.lang b/nBehavior/texts/nl_NL.lang new file mode 100644 index 0000000..9717542 --- /dev/null +++ b/nBehavior/texts/nl_NL.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Deze mod voegt de anime Naruto, Naruto Shippuden en Boruto toe aan het spel. Vanaf dit moment is dit pakket in ontwikkeling. We hopen nog veel meer aan dit pakket toe te voegen. Van ModMaker101 en kentcooper diff --git a/nBehavior/texts/pl_PL.lang b/nBehavior/texts/pl_PL.lang new file mode 100644 index 0000000..cf62385 --- /dev/null +++ b/nBehavior/texts/pl_PL.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Ten mod dodaje do gry anime Naruto, Naruto Shippuden i Boruto. W tej chwili ten pakiet jest w fazie rozwoju. Mamy nadzieję dodać o wiele więcej do tego pakietu. Od, ModMaker101 i kentcooper diff --git a/nBehavior/texts/pt_BR.lang b/nBehavior/texts/pt_BR.lang new file mode 100644 index 0000000..0c1e8c1 --- /dev/null +++ b/nBehavior/texts/pt_BR.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Este mod adiciona os animes Naruto, Naruto Shippuden e Boruto ao jogo. Neste momento este pacote está em desenvolvimento. Esperamos adicionar muito mais a este pacote. De, ModMaker101 e Kentcooper diff --git a/nBehavior/texts/pt_PT.lang b/nBehavior/texts/pt_PT.lang new file mode 100644 index 0000000..0c1e8c1 --- /dev/null +++ b/nBehavior/texts/pt_PT.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Este mod adiciona os animes Naruto, Naruto Shippuden e Boruto ao jogo. Neste momento este pacote está em desenvolvimento. Esperamos adicionar muito mais a este pacote. De, ModMaker101 e Kentcooper diff --git a/nBehavior/texts/ru_RU.lang b/nBehavior/texts/ru_RU.lang new file mode 100644 index 0000000..26edc8f --- /dev/null +++ b/nBehavior/texts/ru_RU.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Наруто Мод +pack.description=Этот мод добавляет в игру аниме Наруто, Наруто Шиппуден и Боруто. На данный момент этот пакет находится в разработке. Мы надеемся добавить в этот пакет еще много интересного. От ModMaker101 и kentcooper. diff --git a/nBehavior/texts/sk_SK.lang b/nBehavior/texts/sk_SK.lang new file mode 100644 index 0000000..701a81b --- /dev/null +++ b/nBehavior/texts/sk_SK.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Tento mod pridáva do hry anime Naruto, Naruto Shippuden a Boruto. Od tohto momentu je tento balík vo vývoji. Dúfame, že do tohto balíka pridáme oveľa viac. Od, ModMaker101 a kentcooper diff --git a/nBehavior/texts/sv_SE.lang b/nBehavior/texts/sv_SE.lang new file mode 100644 index 0000000..14bf585 --- /dev/null +++ b/nBehavior/texts/sv_SE.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Denna mod lägger till animen Naruto, Naruto Shippuden och Boruto till spelet. För närvarande är detta paket under utveckling. Vi hoppas kunna lägga till mycket mer till detta paket. Från, ModMaker101 och kentcooper diff --git a/nBehavior/texts/tr_TR.lang b/nBehavior/texts/tr_TR.lang new file mode 100644 index 0000000..24efe99 --- /dev/null +++ b/nBehavior/texts/tr_TR.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Naruto Modu +pack.description=Bu mod oyuna Naruto, Naruto Shippuden ve Boruto animelerini ekler. Şu an itibariyle bu paket geliştirilme aşamasındadır. Bu pakete çok daha fazlasını eklemeyi umuyoruz. ModMaker101 ve kentcooper'dan diff --git a/nBehavior/texts/uk_UA.lang b/nBehavior/texts/uk_UA.lang new file mode 100644 index 0000000..9341f0f --- /dev/null +++ b/nBehavior/texts/uk_UA.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Цей мод додає до гри аніме Наруто, Наруто Шипуден і Боруто. На даний момент цей пакет знаходиться в розробці. Ми сподіваємося додати багато іншого до цього набору. From, ModMaker101 і kentcooper diff --git a/nBehavior/texts/zh_CN.lang b/nBehavior/texts/zh_CN.lang new file mode 100644 index 0000000..e6181ad --- /dev/null +++ b/nBehavior/texts/zh_CN.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft 基岩 §e 火影忍者 Mod +pack.description=该模组将动漫《火影忍者》、《火影忍者疾风传》和《博人传》添加到游戏中。截至目前,该包正在开发中。我们希望为这个包添加更多内容。来自 ModMaker101 和 kentcooper diff --git a/nBehavior/texts/zh_TW.lang b/nBehavior/texts/zh_TW.lang new file mode 100644 index 0000000..e6181ad --- /dev/null +++ b/nBehavior/texts/zh_TW.lang @@ -0,0 +1,2 @@ +pack.name=§2 Minecraft 基岩 §e 火影忍者 Mod +pack.description=该模组将动漫《火影忍者》、《火影忍者疾风传》和《博人传》添加到游戏中。截至目前,该包正在开发中。我们希望为这个包添加更多内容。来自 ModMaker101 和 kentcooper diff --git a/n Resource/animations/fire_ball_jutsu.animation.json b/nResource/animations/fire_ball_jutsu.animation.json similarity index 100% rename from n Resource/animations/fire_ball_jutsu.animation.json rename to nResource/animations/fire_ball_jutsu.animation.json diff --git a/n Resource/entity/fire_ball_jutsu.json b/nResource/entity/fire_ball_jutsu.json similarity index 100% rename from n Resource/entity/fire_ball_jutsu.json rename to nResource/entity/fire_ball_jutsu.json diff --git a/n Resource/entity/weapons/shuriken.entity.json b/nResource/entity/weapons/shuriken.entity.json similarity index 94% rename from n Resource/entity/weapons/shuriken.entity.json rename to nResource/entity/weapons/shuriken.entity.json index 748131e..6251969 100644 --- a/n Resource/entity/weapons/shuriken.entity.json +++ b/nResource/entity/weapons/shuriken.entity.json @@ -1,5 +1,5 @@ { - "format_version": "1.19.0", + "format_version": "1.20.0", "minecraft:client_entity": { "description": { "identifier": "naruto:shuriken", diff --git a/n Resource/items/ramen.json b/nResource/items/ramen.json similarity index 100% rename from n Resource/items/ramen.json rename to nResource/items/ramen.json diff --git a/n Resource/manifest.json b/nResource/manifest.json similarity index 100% rename from n Resource/manifest.json rename to nResource/manifest.json diff --git a/n Resource/models/entity/jutsu/fire_ball_jutsu.geo.json b/nResource/models/entity/jutsu/fire_ball_jutsu.geo.json similarity index 100% rename from n Resource/models/entity/jutsu/fire_ball_jutsu.geo.json rename to nResource/models/entity/jutsu/fire_ball_jutsu.geo.json diff --git a/n Resource/models/entity/jutsu/teleport_kuani.json b/nResource/models/entity/jutsu/teleport_kuani.json similarity index 100% rename from n Resource/models/entity/jutsu/teleport_kuani.json rename to nResource/models/entity/jutsu/teleport_kuani.json diff --git a/n Resource/pack_icon.png b/nResource/pack_icon.png similarity index 100% rename from n Resource/pack_icon.png rename to nResource/pack_icon.png diff --git a/n Resource/particles/fire.particle.json b/nResource/particles/fire.particle.json similarity index 100% rename from n Resource/particles/fire.particle.json rename to nResource/particles/fire.particle.json diff --git a/n Resource/render_controllers/fire_ball_jutsu.render.json b/nResource/render_controllers/fire_ball_jutsu.render.json similarity index 100% rename from n Resource/render_controllers/fire_ball_jutsu.render.json rename to nResource/render_controllers/fire_ball_jutsu.render.json diff --git a/n Resource/sounds/jutsu.ogg b/nResource/sounds/jutsu.ogg similarity index 100% rename from n Resource/sounds/jutsu.ogg rename to nResource/sounds/jutsu.ogg diff --git a/n Resource/sounds/ramen.ogg b/nResource/sounds/ramen.ogg similarity index 100% rename from n Resource/sounds/ramen.ogg rename to nResource/sounds/ramen.ogg diff --git a/n Resource/sounds/sound_definitions.json b/nResource/sounds/sound_definitions.json similarity index 100% rename from n Resource/sounds/sound_definitions.json rename to nResource/sounds/sound_definitions.json diff --git a/n Resource/texts/bg_BG.lang b/nResource/texts/bg_BG.lang similarity index 99% rename from n Resource/texts/bg_BG.lang rename to nResource/texts/bg_BG.lang index 4c2349c..43b05f9 100644 --- a/n Resource/texts/bg_BG.lang +++ b/nResource/texts/bg_BG.lang @@ -3,3 +3,4 @@ tile.naruto:hokage.name=Знак Хокаге item.naruto:ramen.name=§e Ramen pack.name=§2 Minecraft Bedrock §e Naruto Mod pack.description=Този мод добавя анимето Наруто, Наруто Шипуден и Боруто към играта. Към този момент този пакет е в процес на разработка. Надяваме се да добавим още много към този пакет. От, ModMaker101 и kentcooper + diff --git a/n Resource/texts/cs_CZ.lang b/nResource/texts/cs_CZ.lang similarity index 99% rename from n Resource/texts/cs_CZ.lang rename to nResource/texts/cs_CZ.lang index f535e89..1fc5575 100644 --- a/n Resource/texts/cs_CZ.lang +++ b/nResource/texts/cs_CZ.lang @@ -3,3 +3,4 @@ tile.naruto:hokage.name=Znamení Hokage item.naruto:ramen.name=§e Ramen pack.name=§2 Minecraft Bedrock §e Naruto Mod pack.description=Tento mod přidává do hry anime Naruto, Naruto Shippuden a Boruto. Od této chvíle je tato sada ve vývoji. Doufáme, že do tohoto balíčku přidáme mnohem více. Od, ModMaker101 a kentcooper + diff --git a/n Resource/texts/da_DK.lang b/nResource/texts/da_DK.lang similarity index 99% rename from n Resource/texts/da_DK.lang rename to nResource/texts/da_DK.lang index 6174012..1e595c1 100644 --- a/n Resource/texts/da_DK.lang +++ b/nResource/texts/da_DK.lang @@ -3,3 +3,4 @@ tile.naruto:hokage.name=Hokage tegn item.naruto:ramen.name=§e Ramen pack.name=§2 Minecraft Bedrock §e Naruto Mod pack.description=Denne mod tilføjer anime Naruto, Naruto Shippuden og Boruto til spillet. Lige nu er denne pakke under udvikling. Vi håber at tilføje meget mere til denne pakke. Fra, ModMaker101 og kentcooper + diff --git a/nResource/texts/de_DE.lang b/nResource/texts/de_DE.lang new file mode 100644 index 0000000..1e88efc --- /dev/null +++ b/nResource/texts/de_DE.lang @@ -0,0 +1,6 @@ +item.naruto:fire_ball_justu.name=§c Feuerball Justu +tile.naruto:hokage.name=Hokage-Zeichen +item.naruto:ramen.name=§e Ramen +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Dieser Mod fügt dem Spiel die Anime Naruto, Naruto Shippuden und Boruto hinzu. Derzeit befindet sich dieses Paket in der Entwicklung. Wir hoffen, diesem Paket noch viel mehr hinzufügen zu können. Von ModMaker101 und Kentcooper + diff --git a/n Resource/texts/el_GR.lang b/nResource/texts/el_GR.lang similarity index 99% rename from n Resource/texts/el_GR.lang rename to nResource/texts/el_GR.lang index aea0edd..edac849 100644 --- a/n Resource/texts/el_GR.lang +++ b/nResource/texts/el_GR.lang @@ -3,3 +3,4 @@ tile.naruto:hokage.name=Σημάδι Hokage item.naruto:ramen.name=§ε Ramen pack.name=§2 Minecraft Bedrock §e Naruto Mod pack.description=Αυτό το mod προσθέτει τα anime Naruto, Naruto Shippuden και Boruto στο παιχνίδι. Αυτή τη στιγμή αυτό το πακέτο βρίσκεται σε εξέλιξη. Ελπίζουμε να προσθέσουμε πολλά περισσότερα σε αυτό το πακέτο. Από, ModMaker101 και kentcooper + diff --git a/n Resource/texts/en_GB.lang b/nResource/texts/en_GB.lang similarity index 99% rename from n Resource/texts/en_GB.lang rename to nResource/texts/en_GB.lang index 826f9e7..a00a6c8 100644 --- a/n Resource/texts/en_GB.lang +++ b/nResource/texts/en_GB.lang @@ -3,3 +3,4 @@ tile.naruto:hokage.name=Hokage Sign item.naruto:ramen.name=§e Ramen pack.name=§2 Minecraft Bedrock §e Naruto Mod pack.description=This mod adds the anime Naruto, Naruto Shippuden, and Boruto to the game. As of this moment this pack is in development. We hope to add lots more to this pack. From, ModMaker101 and kentcooper + diff --git a/n Resource/texts/en_US.lang b/nResource/texts/en_US.lang similarity index 99% rename from n Resource/texts/en_US.lang rename to nResource/texts/en_US.lang index 826f9e7..a00a6c8 100644 --- a/n Resource/texts/en_US.lang +++ b/nResource/texts/en_US.lang @@ -3,3 +3,4 @@ tile.naruto:hokage.name=Hokage Sign item.naruto:ramen.name=§e Ramen pack.name=§2 Minecraft Bedrock §e Naruto Mod pack.description=This mod adds the anime Naruto, Naruto Shippuden, and Boruto to the game. As of this moment this pack is in development. We hope to add lots more to this pack. From, ModMaker101 and kentcooper + diff --git a/nResource/texts/es_ES.lang b/nResource/texts/es_ES.lang new file mode 100644 index 0000000..606c8d0 --- /dev/null +++ b/nResource/texts/es_ES.lang @@ -0,0 +1,6 @@ +item.naruto:fire_ball_justu.name=§c Bola de fuego Justu +tile.naruto:hokage.name=Signo del Hokage +item.naruto:ramen.name=§e ramen +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Este mod agrega el anime Naruto, Naruto Shippuden y Boruto al juego. A partir de este momento este pack está en desarrollo. Esperamos agregar mucho más a este paquete. De ModMaker101 y kentcooper + diff --git a/nResource/texts/es_MX.lang b/nResource/texts/es_MX.lang new file mode 100644 index 0000000..606c8d0 --- /dev/null +++ b/nResource/texts/es_MX.lang @@ -0,0 +1,6 @@ +item.naruto:fire_ball_justu.name=§c Bola de fuego Justu +tile.naruto:hokage.name=Signo del Hokage +item.naruto:ramen.name=§e ramen +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Este mod agrega el anime Naruto, Naruto Shippuden y Boruto al juego. A partir de este momento este pack está en desarrollo. Esperamos agregar mucho más a este paquete. De ModMaker101 y kentcooper + diff --git a/n Resource/texts/fi_FI.lang b/nResource/texts/fi_FI.lang similarity index 99% rename from n Resource/texts/fi_FI.lang rename to nResource/texts/fi_FI.lang index 8aa279d..4712ece 100644 --- a/n Resource/texts/fi_FI.lang +++ b/nResource/texts/fi_FI.lang @@ -3,3 +3,4 @@ tile.naruto:hokage.name=Hokagen merkki item.naruto:ramen.name=§e Ramen pack.name=§2 Minecraft Bedrock §e Naruto Mod pack.description=Tämä modi lisää peliin animet Naruto, Naruto Shippuden ja Boruto. Tällä hetkellä tämä paketti on kehitteillä. Toivomme saavamme tähän pakettiin paljon lisää. Lähettäjä: ModMaker101 ja kentcooper + diff --git a/nResource/texts/fr_CA.lang b/nResource/texts/fr_CA.lang new file mode 100644 index 0000000..b0ff752 --- /dev/null +++ b/nResource/texts/fr_CA.lang @@ -0,0 +1,6 @@ +item.naruto:fire_ball_justu.name=§c Boule de Feu Justu +tile.naruto:hokage.name=Signe du Hokage +item.naruto:ramen.name=§e Ramen +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Ce mod ajoute les anime Naruto, Naruto Shippuden et Boruto au jeu. Pour le moment, ce pack est en développement. Nous espérons ajouter beaucoup plus à ce pack. De, ModMaker101 et Kentcooper + diff --git a/nResource/texts/fr_FR.lang b/nResource/texts/fr_FR.lang new file mode 100644 index 0000000..b0ff752 --- /dev/null +++ b/nResource/texts/fr_FR.lang @@ -0,0 +1,6 @@ +item.naruto:fire_ball_justu.name=§c Boule de Feu Justu +tile.naruto:hokage.name=Signe du Hokage +item.naruto:ramen.name=§e Ramen +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Ce mod ajoute les anime Naruto, Naruto Shippuden et Boruto au jeu. Pour le moment, ce pack est en développement. Nous espérons ajouter beaucoup plus à ce pack. De, ModMaker101 et Kentcooper + diff --git a/n Resource/texts/hu_HU.lang b/nResource/texts/hu_HU.lang similarity index 99% rename from n Resource/texts/hu_HU.lang rename to nResource/texts/hu_HU.lang index 3405606..df364c5 100644 --- a/n Resource/texts/hu_HU.lang +++ b/nResource/texts/hu_HU.lang @@ -3,3 +3,4 @@ tile.naruto:hokage.name=Hokage jel item.naruto:ramen.name=§e Ramen pack.name=§2 Minecraft Bedrock §e Naruto Mod pack.description=Ez a mod hozzáadja a Naruto, Naruto Shippuden és Boruto animéket a játékhoz. Jelenleg ez a csomag fejlesztés alatt áll. Reméljük, hogy még sok mindent hozzáadhatunk ehhez a csomaghoz. A ModMaker101-től és a kentcoopertől + diff --git a/n Resource/texts/id_ID.lang b/nResource/texts/id_ID.lang similarity index 87% rename from n Resource/texts/id_ID.lang rename to nResource/texts/id_ID.lang index 6fdd392..cb17ac8 100644 --- a/n Resource/texts/id_ID.lang +++ b/nResource/texts/id_ID.lang @@ -1,5 +1,6 @@ item.naruto:fire_ball_justu.name=§c Bola Api Justu tile.naruto:hokage.name=Tanda Hokage item.naruto:ramen.name=§e Ramen -pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.name=§2 Batuan Dasar Minecraft §e Naruto Mod pack.description=Mod ini menambahkan anime Naruto, Naruto Shippuden, dan Boruto ke dalam game. Saat ini paket ini sedang dalam pengembangan. Kami berharap dapat menambahkan lebih banyak lagi ke paket ini. Dari, ModMaker101 dan kentcooper + diff --git a/nResource/texts/it_IT.lang b/nResource/texts/it_IT.lang new file mode 100644 index 0000000..27737de --- /dev/null +++ b/nResource/texts/it_IT.lang @@ -0,0 +1,6 @@ +item.naruto:fire_ball_justu.name=§c Palla di fuoco Justu +tile.naruto:hokage.name=Segno dell'Hokage +item.naruto:ramen.name=§e Ramen +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Questa mod aggiunge gli anime Naruto, Naruto Shippuden e Boruto al gioco. Al momento questo pacchetto è in fase di sviluppo. Speriamo di aggiungere molto altro a questo pacchetto. Da ModMaker101 e Kentcooper + diff --git a/nResource/texts/ja_JP.lang b/nResource/texts/ja_JP.lang new file mode 100644 index 0000000..1441dcf --- /dev/null +++ b/nResource/texts/ja_JP.lang @@ -0,0 +1,6 @@ +item.naruto:fire_ball_justu.name=§c ファイアーボール・ジュシュ +tile.naruto:hokage.name=火影サイン +item.naruto:ramen.name=§ ラーメン +pack.name=§2 Minecraft Bedrock §e NARUTO Mod +pack.description=この MOD は、アニメ NARUTO、NARUTO 疾風伝、BORUTO をゲームに追加します。現時点では、このパックは開発中です。このパックにはさらに多くの機能を追加したいと考えています。 ModMaker101 および kentcooper より + diff --git a/nResource/texts/ko_KR.lang b/nResource/texts/ko_KR.lang new file mode 100644 index 0000000..e2fe8b6 --- /dev/null +++ b/nResource/texts/ko_KR.lang @@ -0,0 +1,6 @@ +item.naruto:fire_ball_justu.name=§c 파이어볼 저스투 +tile.naruto:hokage.name=호카게 사인 +item.naruto:ramen.name=§e 라면 +pack.name=§2 Minecraft Bedrock §e 나루토 모드 +pack.description=이 모드는 애니메이션 나루토, 나루토 질풍전, 보루토를 게임에 추가합니다. 현재 이 팩은 개발 중입니다. 우리는 이 팩에 더 많은 것을 추가할 수 있기를 바랍니다. ModMaker101 및 kentcooper에서 + diff --git a/nResource/texts/language_names.json b/nResource/texts/language_names.json new file mode 100644 index 0000000..fe53bf6 --- /dev/null +++ b/nResource/texts/language_names.json @@ -0,0 +1,118 @@ +[ + [ + "en_US", + "English (US)" + ], + [ + "en_GB", + "English (UK)" + ], + [ + "de_DE", + "Deutsch (Deutschland)" + ], + [ + "es_ES", + "Español (España)" + ], + [ + "es_MX", + "Español (México)" + ], + [ + "fr_FR", + "Français (France)" + ], + [ + "fr_CA", + "Français (Canada)" + ], + [ + "it_IT", + "Italiano (Italia)" + ], + [ + "ja_JP", + "日本語 (日本)" + ], + [ + "ko_KR", + "한국어 (대한민국)" + ], + [ + "pt_BR", + "Português (Brasil)" + ], + [ + "pt_PT", + "Português (Portugal)" + ], + [ + "ru_RU", + "Русский (Россия)" + ], + [ + "zh_CN", + "简体中文 (中国)" + ], + [ + "zh_TW", + "繁體中文 (台灣)" + ], + [ + "nl_NL", + "Nederlands (Nederland)" + ], + [ + "bg_BG", + "Български (BG)" + ], + [ + "cs_CZ", + "Čeština (Česká republika)" + ], + [ + "da_DK", + "Dansk (DA)" + ], + [ + "el_GR", + "Ελληνικά (Ελλάδα)" + ], + [ + "fi_FI", + "Suomi (Suomi)" + ], + [ + "hu_HU", + "Magyar (HU)" + ], + [ + "id_ID", + "Bahasa Indonesia (Indonesia)" + ], + [ + "nb_NO", + "Norsk bokmål (Norge)" + ], + [ + "pl_PL", + "Polski (PL)" + ], + [ + "sk_SK", + "Slovensky (SK)" + ], + [ + "sv_SE", + "Svenska (Sverige)" + ], + [ + "tr_TR", + "Türkçe (Türkiye)" + ], + [ + "uk_UA", + "Українська (Україна)" + ] +] \ No newline at end of file diff --git a/nResource/texts/languages.json b/nResource/texts/languages.json new file mode 100644 index 0000000..d20bd32 --- /dev/null +++ b/nResource/texts/languages.json @@ -0,0 +1,31 @@ +[ + "en_US", + "en_GB", + "de_DE", + "es_ES", + "es_MX", + "fr_FR", + "fr_CA", + "it_IT", + "ja_JP", + "ko_KR", + "pt_BR", + "pt_PT", + "ru_RU", + "zh_CN", + "zh_TW", + "nl_NL", + "bg_BG", + "cs_CZ", + "da_DK", + "el_GR", + "fi_FI", + "hu_HU", + "id_ID", + "nb_NO", + "pl_PL", + "sk_SK", + "sv_SE", + "tr_TR", + "uk_UA" +] \ No newline at end of file diff --git a/n Resource/texts/nb_NO.lang b/nResource/texts/nb_NO.lang similarity index 99% rename from n Resource/texts/nb_NO.lang rename to nResource/texts/nb_NO.lang index 397448c..e491f37 100644 --- a/n Resource/texts/nb_NO.lang +++ b/nResource/texts/nb_NO.lang @@ -3,3 +3,4 @@ tile.naruto:hokage.name=Hokage-skilt item.naruto:ramen.name=§e Ramen pack.name=§2 Minecraft Berggrunn §e Naruto Mod pack.description=Denne modden legger til anime Naruto, Naruto Shippuden og Boruto til spillet. For øyeblikket er denne pakken under utvikling. Vi håper å legge til mye mer til denne pakken. Fra, ModMaker101 og kentcooper + diff --git a/n Resource/texts/nl_NL.lang b/nResource/texts/nl_NL.lang similarity index 91% rename from n Resource/texts/nl_NL.lang rename to nResource/texts/nl_NL.lang index 6146fb9..a9ef348 100644 --- a/n Resource/texts/nl_NL.lang +++ b/nResource/texts/nl_NL.lang @@ -2,4 +2,5 @@ item.naruto:fire_ball_justu.name=§c Vuurbal Justu tile.naruto:hokage.name=Hokage-teken item.naruto:ramen.name=§e Ramen pack.name=§2 Minecraft Bedrock §e Naruto Mod -pack.description=Deze mod voegt de anime Naruto, Naruto Shippuden en Boruto toe aan het spel. Vanaf dit moment is dit pakket in ontwikkeling. We hopen nog veel meer aan dit pakket toe te voegen. Van, ModMaker101 en KentCooper +pack.description=Deze mod voegt de anime Naruto, Naruto Shippuden en Boruto toe aan het spel. Vanaf dit moment is dit pakket in ontwikkeling. We hopen nog veel meer aan dit pakket toe te voegen. Van ModMaker101 en kentcooper + diff --git a/n Resource/texts/pl_PL.lang b/nResource/texts/pl_PL.lang similarity index 63% rename from n Resource/texts/pl_PL.lang rename to nResource/texts/pl_PL.lang index cb8fc5e..ee8ce39 100644 --- a/n Resource/texts/pl_PL.lang +++ b/nResource/texts/pl_PL.lang @@ -1,5 +1,6 @@ -item.naruto:fire_ball_justu.name=§c Fire Ball Justu +item.naruto:fire_ball_justu.name=§c Ognista Kula Justu tile.naruto:hokage.name=Znak Hokage item.naruto:ramen.name=§e Ramen pack.name=§2 Minecraft Bedrock §e Naruto Mod -pack.description=Ten mod dodaje do gry anime Naruto, Naruto Shippuden i Boruto. W tej chwili ten pakiet jest w fazie rozwoju. Mamy nadzieję, że dodamy o wiele więcej do tego pakietu. Od, ModMaker101 i kentcooper +pack.description=Ten mod dodaje do gry anime Naruto, Naruto Shippuden i Boruto. W tej chwili ten pakiet jest w fazie rozwoju. Mamy nadzieję dodać o wiele więcej do tego pakietu. Od, ModMaker101 i kentcooper + diff --git a/nResource/texts/pt_BR.lang b/nResource/texts/pt_BR.lang new file mode 100644 index 0000000..ac86437 --- /dev/null +++ b/nResource/texts/pt_BR.lang @@ -0,0 +1,6 @@ +item.naruto:fire_ball_justu.name=§c Bola de Fogo Justu +tile.naruto:hokage.name=Sinal de Hokage +item.naruto:ramen.name=§e Ramen +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Este mod adiciona os animes Naruto, Naruto Shippuden e Boruto ao jogo. Neste momento este pacote está em desenvolvimento. Esperamos adicionar muito mais a este pacote. De, ModMaker101 e Kentcooper + diff --git a/nResource/texts/pt_PT.lang b/nResource/texts/pt_PT.lang new file mode 100644 index 0000000..ac86437 --- /dev/null +++ b/nResource/texts/pt_PT.lang @@ -0,0 +1,6 @@ +item.naruto:fire_ball_justu.name=§c Bola de Fogo Justu +tile.naruto:hokage.name=Sinal de Hokage +item.naruto:ramen.name=§e Ramen +pack.name=§2 Minecraft Bedrock §e Naruto Mod +pack.description=Este mod adiciona os animes Naruto, Naruto Shippuden e Boruto ao jogo. Neste momento este pacote está em desenvolvimento. Esperamos adicionar muito mais a este pacote. De, ModMaker101 e Kentcooper + diff --git a/nResource/texts/ru_RU.lang b/nResource/texts/ru_RU.lang new file mode 100644 index 0000000..c5974b3 --- /dev/null +++ b/nResource/texts/ru_RU.lang @@ -0,0 +1,6 @@ +item.naruto:fire_ball_justu.name=§c Огненный шар Джусту +tile.naruto:hokage.name=Знак Хокаге +item.naruto:ramen.name=§ Рамэн +pack.name=§2 Minecraft Bedrock §e Наруто Мод +pack.description=Этот мод добавляет в игру аниме Наруто, Наруто Шиппуден и Боруто. На данный момент этот пакет находится в разработке. Мы надеемся добавить в этот пакет еще много интересного. От ModMaker101 и kentcooper. + diff --git a/n Resource/texts/sk_SK.lang b/nResource/texts/sk_SK.lang similarity index 99% rename from n Resource/texts/sk_SK.lang rename to nResource/texts/sk_SK.lang index c16991e..83afe5a 100644 --- a/n Resource/texts/sk_SK.lang +++ b/nResource/texts/sk_SK.lang @@ -3,3 +3,4 @@ tile.naruto:hokage.name=Znamenie Hokage item.naruto:ramen.name=§e Ramen pack.name=§2 Minecraft Bedrock §e Naruto Mod pack.description=Tento mod pridáva do hry anime Naruto, Naruto Shippuden a Boruto. Od tohto momentu je tento balík vo vývoji. Dúfame, že do tohto balíka pridáme oveľa viac. Od, ModMaker101 a kentcooper + diff --git a/n Resource/texts/sv_SE.lang b/nResource/texts/sv_SE.lang similarity index 99% rename from n Resource/texts/sv_SE.lang rename to nResource/texts/sv_SE.lang index b1e2831..d255c68 100644 --- a/n Resource/texts/sv_SE.lang +++ b/nResource/texts/sv_SE.lang @@ -3,3 +3,4 @@ tile.naruto:hokage.name=Hokage tecken item.naruto:ramen.name=§e Ramen pack.name=§2 Minecraft Bedrock §e Naruto Mod pack.description=Denna mod lägger till animen Naruto, Naruto Shippuden och Boruto till spelet. För närvarande är detta paket under utveckling. Vi hoppas kunna lägga till mycket mer till detta paket. Från, ModMaker101 och kentcooper + diff --git a/nResource/texts/tr_TR.lang b/nResource/texts/tr_TR.lang new file mode 100644 index 0000000..24d96da --- /dev/null +++ b/nResource/texts/tr_TR.lang @@ -0,0 +1,6 @@ +item.naruto:fire_ball_justu.name=§c Ateş Topu Justu +tile.naruto:hokage.name=Hokage Burcu +item.naruto:ramen.name=Ramen +pack.name=§2 Minecraft Bedrock §e Naruto Modu +pack.description=Bu mod oyuna Naruto, Naruto Shippuden ve Boruto animelerini ekler. Şu an itibariyle bu paket geliştirilme aşamasındadır. Bu pakete çok daha fazlasını eklemeyi umuyoruz. ModMaker101 ve kentcooper'dan + diff --git a/n Resource/texts/uk_UA.lang b/nResource/texts/uk_UA.lang similarity index 71% rename from n Resource/texts/uk_UA.lang rename to nResource/texts/uk_UA.lang index 38e4547..d93f211 100644 --- a/n Resource/texts/uk_UA.lang +++ b/nResource/texts/uk_UA.lang @@ -2,4 +2,5 @@ item.naruto:fire_ball_justu.name=§c Вогняна куля Юсту tile.naruto:hokage.name=Знак Хокаге item.naruto:ramen.name=§e Рамен pack.name=§2 Minecraft Bedrock §e Naruto Mod -pack.description=Цей мод додає до гри аніме Наруто, Наруто Шипуден і Боруто. На даний момент цей пакет знаходиться в розробці. Ми сподіваємось додати ще багато до цього набору. From, ModMaker101 і kentcooper +pack.description=Цей мод додає до гри аніме Наруто, Наруто Шипуден і Боруто. На даний момент цей пакет знаходиться в розробці. Ми сподіваємося додати багато іншого до цього набору. From, ModMaker101 і kentcooper + diff --git a/nResource/texts/zh_CN.lang b/nResource/texts/zh_CN.lang new file mode 100644 index 0000000..ea13288 --- /dev/null +++ b/nResource/texts/zh_CN.lang @@ -0,0 +1,6 @@ +item.naruto:fire_ball_justu.name=§c 火球正义 +tile.naruto:hokage.name=火影标志 +item.naruto:ramen.name=§e 拉面 +pack.name=§2 Minecraft 基岩 §e 火影忍者 Mod +pack.description=该模组将动漫《火影忍者》、《火影忍者疾风传》和《博人传》添加到游戏中。截至目前,该包正在开发中。我们希望为这个包添加更多内容。来自 ModMaker101 和 kentcooper + diff --git a/nResource/texts/zh_TW.lang b/nResource/texts/zh_TW.lang new file mode 100644 index 0000000..ea13288 --- /dev/null +++ b/nResource/texts/zh_TW.lang @@ -0,0 +1,6 @@ +item.naruto:fire_ball_justu.name=§c 火球正义 +tile.naruto:hokage.name=火影标志 +item.naruto:ramen.name=§e 拉面 +pack.name=§2 Minecraft 基岩 §e 火影忍者 Mod +pack.description=该模组将动漫《火影忍者》、《火影忍者疾风传》和《博人传》添加到游戏中。截至目前,该包正在开发中。我们希望为这个包添加更多内容。来自 ModMaker101 和 kentcooper + diff --git a/n Resource/textures/chase.white_zestu.png b/nResource/textures/chase.white_zestu.png similarity index 100% rename from n Resource/textures/chase.white_zestu.png rename to nResource/textures/chase.white_zestu.png diff --git a/n Resource/textures/gui/achievements/hotdogempty.png b/nResource/textures/gui/achievements/hotdogempty.png similarity index 100% rename from n Resource/textures/gui/achievements/hotdogempty.png rename to nResource/textures/gui/achievements/hotdogempty.png diff --git a/n Resource/textures/gui/achievements/hotdogfull.png b/nResource/textures/gui/achievements/hotdogfull.png similarity index 100% rename from n Resource/textures/gui/achievements/hotdogfull.png rename to nResource/textures/gui/achievements/hotdogfull.png diff --git a/n Resource/textures/gui/achievements/nub.png b/nResource/textures/gui/achievements/nub.png similarity index 100% rename from n Resource/textures/gui/achievements/nub.png rename to nResource/textures/gui/achievements/nub.png diff --git a/n Resource/textures/item_texture.json b/nResource/textures/item_texture.json similarity index 100% rename from n Resource/textures/item_texture.json rename to nResource/textures/item_texture.json diff --git a/n Resource/textures/items/fire_ball_jutsu.png b/nResource/textures/items/fire_ball_jutsu.png similarity index 100% rename from n Resource/textures/items/fire_ball_jutsu.png rename to nResource/textures/items/fire_ball_jutsu.png diff --git a/n Resource/textures/items/katana.png b/nResource/textures/items/katana.png similarity index 100% rename from n Resource/textures/items/katana.png rename to nResource/textures/items/katana.png diff --git a/n Resource/textures/items/kunai.png b/nResource/textures/items/kunai.png similarity index 100% rename from n Resource/textures/items/kunai.png rename to nResource/textures/items/kunai.png diff --git a/n Resource/textures/items/ramen.png b/nResource/textures/items/ramen.png similarity index 100% rename from n Resource/textures/items/ramen.png rename to nResource/textures/items/ramen.png diff --git a/n Resource/textures/items/weapons/shuriken.png b/nResource/textures/items/weapons/shuriken.png similarity index 100% rename from n Resource/textures/items/weapons/shuriken.png rename to nResource/textures/items/weapons/shuriken.png diff --git a/n Resource/textures/items/teleport_kunai.png b/nResource/textures/items/weapons/teleport_kunai.png similarity index 100% rename from n Resource/textures/items/teleport_kunai.png rename to nResource/textures/items/weapons/teleport_kunai.png diff --git a/n Resource/textures/jutsus/chase.png b/nResource/textures/jutsus/chase.png similarity index 100% rename from n Resource/textures/jutsus/chase.png rename to nResource/textures/jutsus/chase.png diff --git a/n Resource/textures/jutsus/fire_ball_jutsu.png b/nResource/textures/jutsus/fire_ball_jutsu.png similarity index 100% rename from n Resource/textures/jutsus/fire_ball_jutsu.png rename to nResource/textures/jutsus/fire_ball_jutsu.png diff --git a/n Resource/textures/jutsus/tailed_beast_bomb.png b/nResource/textures/jutsus/tailed_beast_bomb.png similarity index 100% rename from n Resource/textures/jutsus/tailed_beast_bomb.png rename to nResource/textures/jutsus/tailed_beast_bomb.png diff --git a/n Resource/textures/jutsus/teleport_kunai.png b/nResource/textures/jutsus/teleport_kunai.png similarity index 100% rename from n Resource/textures/jutsus/teleport_kunai.png rename to nResource/textures/jutsus/teleport_kunai.png diff --git a/n Resource/textures/models/amour/amour_test.png b/nResource/textures/models/amour/amour_test.png similarity index 100% rename from n Resource/textures/models/amour/amour_test.png rename to nResource/textures/models/amour/amour_test.png diff --git a/n Resource/textures/particle/Amaterasu.png b/nResource/textures/particle/Amaterasu.png similarity index 100% rename from n Resource/textures/particle/Amaterasu.png rename to nResource/textures/particle/Amaterasu.png diff --git a/n Resource/textures/particle/Untitled.png b/nResource/textures/particle/Untitled.png similarity index 100% rename from n Resource/textures/particle/Untitled.png rename to nResource/textures/particle/Untitled.png diff --git a/n Resource/textures/particle/chidori.png b/nResource/textures/particle/chidori.png similarity index 100% rename from n Resource/textures/particle/chidori.png rename to nResource/textures/particle/chidori.png diff --git a/n Resource/textures/particle/fire.png b/nResource/textures/particle/fire.png similarity index 100% rename from n Resource/textures/particle/fire.png rename to nResource/textures/particle/fire.png diff --git a/n Resource/textures/particle/teleport_kunai_particle.png b/nResource/textures/particle/teleport_kunai_particle.png similarity index 100% rename from n Resource/textures/particle/teleport_kunai_particle.png rename to nResource/textures/particle/teleport_kunai_particle.png diff --git a/n Resource/textures/terrain_texture.json b/nResource/textures/terrain_texture.json similarity index 100% rename from n Resource/textures/terrain_texture.json rename to nResource/textures/terrain_texture.json diff --git a/n Resource/textures/ui/experiencebarempty.json b/nResource/textures/ui/experiencebarempty.json similarity index 100% rename from n Resource/textures/ui/experiencebarempty.json rename to nResource/textures/ui/experiencebarempty.json diff --git a/n Resource/textures/ui/experiencebarempty.png b/nResource/textures/ui/experiencebarempty.png similarity index 100% rename from n Resource/textures/ui/experiencebarempty.png rename to nResource/textures/ui/experiencebarempty.png diff --git a/n Resource/textures/ui/experiencebarfull.json b/nResource/textures/ui/experiencebarfull.json similarity index 100% rename from n Resource/textures/ui/experiencebarfull.json rename to nResource/textures/ui/experiencebarfull.json diff --git a/n Resource/textures/ui/experiencebarfull.png b/nResource/textures/ui/experiencebarfull.png similarity index 100% rename from n Resource/textures/ui/experiencebarfull.png rename to nResource/textures/ui/experiencebarfull.png