build0001
This commit is contained in:
@@ -0,0 +1,332 @@
|
||||
{
|
||||
"format_version" : "1.10.0",
|
||||
"animation_controllers" : {
|
||||
"controller.animation.nethercat.look_at_target" : {
|
||||
"initial_state" : "default",
|
||||
"states" : {
|
||||
"default" : {
|
||||
"animations" : [ "look_at_target" ]
|
||||
}
|
||||
}
|
||||
},
|
||||
"controller.animation.nethercat.move" : {
|
||||
"initial_state" : "walking",
|
||||
"states" : {
|
||||
"walking" : {
|
||||
"animations" : [ { "walk" : "query.modified_move_speed" } ],
|
||||
"transitions" : [
|
||||
{
|
||||
"attacking" : "query.is_delayed_attacking == 1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"attacking" : {
|
||||
"animations" : [ "attack" ],
|
||||
"blend_transition" : 0.2,
|
||||
"blend_via_shortest_path" : true,
|
||||
"transitions" : [
|
||||
{
|
||||
"walking" : "query.is_delayed_attacking == 0"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"controller.animation.augustolophus": {
|
||||
"initial_state": "default",
|
||||
"states": {
|
||||
"default": {
|
||||
"animations": [
|
||||
{
|
||||
"stand": "!query.modified_move_speed"
|
||||
},
|
||||
{
|
||||
"walk": "query.modified_move_speed"
|
||||
},
|
||||
"look_at_target"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"controller.animation.bracheo": {
|
||||
"initial_state": "default",
|
||||
"states": {
|
||||
"default": {
|
||||
"animations": [
|
||||
{
|
||||
"stand": "!query.modified_move_speed"
|
||||
},
|
||||
{
|
||||
"walk": "query.modified_move_speed"
|
||||
},
|
||||
"look_at_target"
|
||||
],
|
||||
"blend_transition": 0.5
|
||||
}
|
||||
}
|
||||
},
|
||||
"controller.animation.hadro": {
|
||||
"initial_state": "default",
|
||||
"states": {
|
||||
"default": {
|
||||
"animations": [
|
||||
{
|
||||
"stand": "!query.modified_move_speed"
|
||||
},
|
||||
{
|
||||
"walk": "query.modified_move_speed"
|
||||
},
|
||||
"look_at_target"
|
||||
],
|
||||
"transitions": [
|
||||
{
|
||||
"run": "query.is_moving && query.is_angry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"run": {
|
||||
"animations": [
|
||||
{
|
||||
"run": "query.modified_move_speed"
|
||||
}
|
||||
],
|
||||
"transitions": [
|
||||
{
|
||||
"default": "!query.is_moving || query.is_playing_dead"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"controller.animation.lampeo": {
|
||||
"initial_state": "default",
|
||||
"states": {
|
||||
"default": {
|
||||
"animations": [
|
||||
{
|
||||
"stand": "!query.modified_move_speed"
|
||||
},
|
||||
{
|
||||
"walk": "query.modified_move_speed"
|
||||
},
|
||||
"look_at_target"
|
||||
],
|
||||
"transitions": [
|
||||
{
|
||||
"run": "query.is_moving && query.is_angry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"run": {
|
||||
"animations": [
|
||||
{
|
||||
"run": "query.modified_move_speed"
|
||||
}
|
||||
],
|
||||
"transitions": [
|
||||
{
|
||||
"default": "!query.is_moving || query.is_playing_dead"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"controller.animation.ourano": {
|
||||
"initial_state": "default",
|
||||
"states": {
|
||||
"default": {
|
||||
"animations": [
|
||||
{
|
||||
"stand": "!query.modified_move_speed"
|
||||
},
|
||||
{
|
||||
"walk": "query.modified_move_speed"
|
||||
},
|
||||
"look_at_target"
|
||||
],
|
||||
"transitions": [
|
||||
{
|
||||
"run": "query.is_moving && query.is_angry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"run": {
|
||||
"animations": [
|
||||
{
|
||||
"run": "query.modified_move_speed"
|
||||
}
|
||||
],
|
||||
"transitions": [
|
||||
{
|
||||
"default": "!query.is_moving || query.is_playing_dead"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"controller.animation.stegosaurus": {
|
||||
"initial_state": "default",
|
||||
"states": {
|
||||
"default": {
|
||||
"animations": [
|
||||
{
|
||||
"stand": "!query.modified_move_speed"
|
||||
},
|
||||
{
|
||||
"walk": "query.modified_move_speed"
|
||||
},
|
||||
"look_at_target"
|
||||
],
|
||||
"blend_transition": 0.5
|
||||
}
|
||||
}
|
||||
},
|
||||
"controller.animation.ankylo": {
|
||||
"initial_state": "default",
|
||||
"states": {
|
||||
"default": {
|
||||
"animations": [
|
||||
{
|
||||
"stand": "!query.modified_move_speed"
|
||||
},
|
||||
{
|
||||
"walk": "query.modified_move_speed"
|
||||
},
|
||||
"look_at_target"
|
||||
],
|
||||
"transitions": [
|
||||
{
|
||||
"run": "query.is_moving && query.is_angry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"run": {
|
||||
"animations": [
|
||||
{
|
||||
"run": "query.modified_move_speed"
|
||||
}
|
||||
],
|
||||
"transitions": [
|
||||
{
|
||||
"default": "!query.is_moving || query.is_playing_dead"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"controller.animation.spiny": {
|
||||
"initial_state": "default",
|
||||
"states": {
|
||||
"default": {
|
||||
"animations": [
|
||||
{
|
||||
"stand": "!query.modified_move_speed"
|
||||
},
|
||||
{
|
||||
"walk": "query.modified_move_speed"
|
||||
},
|
||||
"look_at_target"
|
||||
],
|
||||
"transitions": [
|
||||
{
|
||||
"swimming": "query.is_moving"
|
||||
}
|
||||
]
|
||||
},
|
||||
"swimming": {
|
||||
"animations": [
|
||||
{
|
||||
"swim": "query.is_swimming"
|
||||
}
|
||||
],
|
||||
"transitions": [
|
||||
{
|
||||
"default": "!query.is_moving || query.is_playing_dead || !query.is_swimming"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"controller.animation.trex": {
|
||||
"initial_state": "default",
|
||||
"states": {
|
||||
"default": {
|
||||
"animations": [
|
||||
{
|
||||
"stand": "!query.modified_move_speed"
|
||||
},
|
||||
{
|
||||
"walk": "query.modified_move_speed"
|
||||
},
|
||||
"look_at_target"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"controller.animation.tricera": {
|
||||
"initial_state": "default",
|
||||
"states": {
|
||||
"default": {
|
||||
"animations": [
|
||||
{
|
||||
"stand": "!query.modified_move_speed"
|
||||
},
|
||||
{
|
||||
"walk": "query.modified_move_speed"
|
||||
},
|
||||
"look_at_target"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"controller.animation.tylosaur": {
|
||||
"initial_state": "default",
|
||||
"states": {
|
||||
"default": {
|
||||
"animations": [
|
||||
{
|
||||
"still": "!query.modified_move_speed"
|
||||
},
|
||||
{
|
||||
"swim": "query.modified_move_speed"
|
||||
},
|
||||
"look_at_target"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"controller.animation.rhinoceros": {
|
||||
"initial_state": "default",
|
||||
"states": {
|
||||
"default": {
|
||||
"animations": [
|
||||
{
|
||||
"idle": "!query.modified_move_speed"
|
||||
},
|
||||
{
|
||||
"walk": "query.modified_move_speed"
|
||||
},
|
||||
"look_at_target"
|
||||
],
|
||||
"transitions": [
|
||||
{
|
||||
"mad": "query.is_moving && query.is_angry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mad": {
|
||||
"animations": [
|
||||
{
|
||||
"mad": "query.modified_move_speed"
|
||||
}
|
||||
],
|
||||
"transitions": [
|
||||
{
|
||||
"default": "!query.is_moving || query.is_playing_dead"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"format_version": "1.10",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_alko:alcohol",
|
||||
"category": "Nature"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:icon": "mw_alko:alcohol",
|
||||
"minecraft:use_animation": "drink",
|
||||
"minecraft:render_offsets": "apple"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"format_version": "1.10",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_alko:bottle",
|
||||
"category": "Equipment"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:icon": "mw_alko:bottle",
|
||||
"minecraft:render_offsets": "miscellaneous"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"format_version": "1.10",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_alko:bottle_water",
|
||||
"category": "Nature"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:icon": "mw_alko:bottle_water",
|
||||
"minecraft:use_animation": "drink",
|
||||
"minecraft:render_offsets": "apple"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"format_version": 2,
|
||||
"header": {
|
||||
"description": "sefsefsefsefsefsefse by sefsfsefsefs",
|
||||
"name": "fdgsefsefsefs",
|
||||
"uuid": "8b764b0b-89b1-45df-8f83-9204bccf7184",
|
||||
"version": [
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"min_engine_version": [
|
||||
1,
|
||||
16,
|
||||
0
|
||||
]
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"description": "sefsefsefsefsefsefse by sefsfsefsefs",
|
||||
"type": "resources",
|
||||
"uuid": "397e7227-43f5-4b31-9681-6a81cd09a9d0",
|
||||
"version": [
|
||||
0,
|
||||
0,
|
||||
1
|
||||
]
|
||||
}
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"uuid": "e9eba44a-91d6-41de-a242-76c8c7d0e83b",
|
||||
"version": [
|
||||
0,
|
||||
0,
|
||||
1
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"materials": {
|
||||
"version": "1.0.0",
|
||||
"translucence:entity_alphatest": {},
|
||||
"fish:entity_alphatest": {
|
||||
|
||||
},
|
||||
"audi_r8:entity_alphatest": {
|
||||
|
||||
},
|
||||
"cars:entity_alphatest": {
|
||||
|
||||
},
|
||||
"sesto_elemento:entity_alphatest": {
|
||||
|
||||
},
|
||||
"televisor:entity_alphatest": {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,97 @@
|
||||
{
|
||||
"materials": {
|
||||
"version": "1.0.0",
|
||||
|
||||
"particles_base": {
|
||||
"vertexShader": "shaders/color_uv.vertex",
|
||||
"vrGeometryShader": "shaders/color_uv.geometry",
|
||||
"fragmentShader": "shaders/color_texture.fragment",
|
||||
|
||||
"vertexFields": [
|
||||
{ "field": "Position" },
|
||||
{ "field": "Color" },
|
||||
{ "field": "UV0" }
|
||||
],
|
||||
|
||||
"+samplerStates": [
|
||||
{
|
||||
"samplerIndex": 0,
|
||||
"textureFilter": "Point"
|
||||
}
|
||||
],
|
||||
|
||||
"msaaSupport": "Both"
|
||||
},
|
||||
|
||||
"particles_opaque:particles_base": {
|
||||
"+defines": [ "ENABLE_FOG" ],
|
||||
"+states": [ "DisableAlphaWrite" ]
|
||||
},
|
||||
|
||||
"particles_glow_glass:particles_base": {
|
||||
"+defines": [ "USE_ONLY_EMISSIVE" ],
|
||||
"+states": [ "Blending", "DisableCulling" ],
|
||||
"blendSrc": "One",
|
||||
"blendDst": "One"
|
||||
},
|
||||
|
||||
"particles_charged:particles_base": {
|
||||
"+defines": [ "ENABLE_FOG" ],
|
||||
"+states": [ "Blending", "DisableAlphaWrite" ],
|
||||
"blendSrc": "One",
|
||||
"blendDst": "One"
|
||||
},
|
||||
|
||||
"particles_glass:particles_base": {
|
||||
"+defines": [ "ENABLE_FOG" ],
|
||||
"+states": [ "Blending" ]
|
||||
},
|
||||
|
||||
"particles_alpha:particles_base": {
|
||||
|
||||
"+defines": [ "ALPHA_TEST", "ENABLE_FOG" ],
|
||||
"+states": [ "DisableAlphaWrite" ]
|
||||
},
|
||||
|
||||
"particles_blend:particles_base": {
|
||||
|
||||
"+defines": [ "ENABLE_FOG" ],
|
||||
"+states": [
|
||||
"Blending",
|
||||
"DisableCulling",
|
||||
"DisableDepthWrite"
|
||||
]
|
||||
},
|
||||
|
||||
"particles_effects:particles_alpha": {
|
||||
|
||||
"+defines": [ "EFFECTS_OFFSET" ],
|
||||
"msaaSupport": "Both"
|
||||
},
|
||||
|
||||
"particles_random_test": {
|
||||
"vertexShader": "shaders/particle_random_test.vertex",
|
||||
"vrGeometryShader": "shaders/color_uv.geometry",
|
||||
"fragmentShader": "shaders/color_texture.fragment",
|
||||
|
||||
"vertexFields": [
|
||||
{ "field": "Position" },
|
||||
{ "field": "Color" },
|
||||
{ "field": "Normal" },
|
||||
{ "field": "UV0" }
|
||||
],
|
||||
|
||||
"+samplerStates": [
|
||||
{
|
||||
"samplerIndex": 0,
|
||||
"textureFilter": "Point"
|
||||
}
|
||||
],
|
||||
|
||||
"+defines": [ "ALPHA_TEST", "ENABLE_FOG" ],
|
||||
"+states": [ "DisableAlphaWrite" ],
|
||||
|
||||
"msaaSupport": "Both"
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"format_version": "1.10.0",
|
||||
"geometry.patnt": {
|
||||
"texturewidth": 64,
|
||||
"textureheight": 32,
|
||||
"visible_bounds_width": 1,
|
||||
"visible_bounds_height": 1,
|
||||
"visible_bounds_offset": [0, 0.5, 0],
|
||||
"bones": [
|
||||
{
|
||||
"name": "patnt",
|
||||
"pivot": [0, 0, 0],
|
||||
"cubes": [
|
||||
{"origin": [-8, 0, -8], "size": [16, 16, 16], "uv": [0, 0]}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"geometry.bullet": {
|
||||
"texturewidth": 128,
|
||||
"textureheight": 128,
|
||||
"visible_bounds_width": 1,
|
||||
"visible_bounds_height": 1,
|
||||
"visible_bounds_offset": [0, 0.5, 0],
|
||||
"bones": [
|
||||
{
|
||||
"name": "head",
|
||||
"pivot": [0, 0, 0],
|
||||
"cubes": [
|
||||
{"origin": [-0.1, -0.1, -0.1], "size": [2, 2, 2], "uv": [0, 0]}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 589 B |
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"format_version": "1.10.0",
|
||||
"render_controllers": {
|
||||
"controller.render.fish": {
|
||||
"geometry": "Geometry.default",
|
||||
"materials": [ { "*": "Material.default" } ],
|
||||
"textures": [ "Texture.default" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"format_version": "1.10.0",
|
||||
"render_controllers": {
|
||||
"controller.render.translucence": {
|
||||
"geometry": "Geometry.default",
|
||||
"materials": [ { "*": "Material.default" } ],
|
||||
"textures": [ "Texture.default" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,212 @@
|
||||
item.mw_alko:bottle.name=Бутылка
|
||||
item.mw_alko:bottle_water.name=Бутылка с водой
|
||||
item.mw_alko:alcohol.name=Спирт
|
||||
## Comments can be added anywhere on a valid line by starting with '##'
|
||||
##
|
||||
## Note, trailing spaces will NOT be trimmed. If you want room between the end of the string and the start of a
|
||||
## comment on the same line, use TABs.
|
||||
accessibility.disableTTS=Text To Speech disabled
|
||||
accessibility.enableTTS=Text To Speech enabled
|
||||
item.spawn_egg.entity.pa:fish_1.name=Spawn Fish 1
|
||||
item.spawn_egg.entity.pa:crab.name=Spawn Crab
|
||||
item.spawn_egg.entity.pa:fish_2.name=Spawn Butterfly Fish
|
||||
item.spawn_egg.entity.pa:fish_3.name=Spawn Fish 3
|
||||
item.spawn_egg.entity.pa:starfish.name=Spawn Starfish
|
||||
item.spawn_egg.entity.pa:shark.name=Spawn Shark
|
||||
item.spawn_egg.entity.pa:megalodon.name=Spawn Megalodon
|
||||
item.spawn_egg.entity.pa:octopus_red.name=Spawn Octopus Red
|
||||
item.spawn_egg.entity.pa:octopus.name=Spawn Octopus
|
||||
item.spawn_egg.entity.pa:hammerhead_shark.name=Spawn Hammerhead shark
|
||||
item.spawn_egg.entity.pa:piranha.name=Spawn Piranha
|
||||
item.spawn_egg.entity.pa:stingray.name=Spawn Stingray
|
||||
item.spawn_egg.entity.pa:fishleon.name=Spawn Lion fish
|
||||
item.spawn_egg.entity.pa:swordfish.name=Spawn Swordfish
|
||||
item.spawn_egg.entity.pa:jellyfish_1.name=Jellyfish 1
|
||||
item.spawn_egg.entity.pa:jellyfish_2.name=Jellyfish 2
|
||||
item.spawn_egg.entity.pa:jellyfish_3.name=Jellyfish 3
|
||||
item.spawn_egg.entity.pa:shark_2.name=Spawn Shark 2
|
||||
item.spawn_egg.entity.pa:whale.name=Spawn Whale
|
||||
item.spawn_egg.entity.pa:cachalote.name=Spawn Cachalote
|
||||
item.spawn_egg.entity.pa:shrimp.name=Spawn Shrimp
|
||||
|
||||
item.spawn_egg.entity.pa:vulture.name=Spawn Vulture
|
||||
item.spawn_egg.entity.pa:eagle.name=Spawn Eagle
|
||||
item.spawn_egg.entity.pa:phoenix.name=Spawn Phoenix
|
||||
item.spawn_egg.entity.pa:seagull.name=Spawn Seagull
|
||||
item.spawn_egg.entity.pa:villager_with_player_model.name=Spawn NPC
|
||||
|
||||
entity.pa:vulture.name=Vulture
|
||||
entity.pa:eagle.name=Eagle
|
||||
entity.pa:phoenix.name=Phoenix
|
||||
entity.pa:seagull.name=Seagull
|
||||
entity.pa:villager_with_player_model.name=NPC
|
||||
|
||||
entity.lamborghini:gallardo_yellow.name=Lamborghini Gallardo Yellow
|
||||
item.spawn_egg.entity.lamborghini:gallardo_yellow.name=Lamborghini Gallardo Yellow
|
||||
|
||||
entity.lamborghini:gallardo_red.name=Lamborghini Gallardo Red
|
||||
item.spawn_egg.entity.lamborghini:gallardo_red.name=Lamborghini Gallardo Red
|
||||
|
||||
entity.lamborghini:gallardo_blue.name=Lamborghini Gallardo Blue
|
||||
item.spawn_egg.entity.lamborghini:gallardo_blue.name=Lamborghini Gallardo Blue
|
||||
|
||||
entity.lamborghini:gallardo_green.name=Lamborghini Gallardo Green
|
||||
item.spawn_egg.entity.lamborghini:gallardo_green.name=Lamborghini Gallardo Green
|
||||
|
||||
entity.lamborghini:gallardo_black.name=Lamborghini Gallardo Black
|
||||
item.spawn_egg.entity.lamborghini:gallardo_black.name=Lamborghini Gallardo Black
|
||||
|
||||
entity.lamborghini:gallardo_white.name=Lamborghini Gallardo White
|
||||
item.spawn_egg.entity.lamborghini:gallardo_white.name=Lamborghini Gallardo White
|
||||
|
||||
entity.lamborghini:gallardo_orange.name=Lamborghini Gallardo Orange
|
||||
item.spawn_egg.entity.lamborghini:gallardo_orange.name=Lamborghini Gallardo Orange
|
||||
|
||||
entity.lamborghini:gallardo_purple.name=Lamborghini Gallardo Purple
|
||||
item.spawn_egg.entity.lamborghini:gallardo_purple.name=Lamborghini Gallardo Purple
|
||||
|
||||
entity.lamborghini:gallardo_cyan.name=Lamborghini Gallardo Cyan
|
||||
item.spawn_egg.entity.lamborghini:gallardo_cyan.name=Lamborghini Gallardo Cyan
|
||||
|
||||
//Items
|
||||
|
||||
item.compound.salt.name=Ivory Tusk
|
||||
item.compound.sodiumoxide.name=Stinky Cheese
|
||||
|
||||
//Spawn Eggs//
|
||||
|
||||
item.spawn_egg.entity.animal:bear.name=Spawn Bear
|
||||
item.spawn_egg.entity.animal:buffalo.name=Spawn Buffalo
|
||||
item.spawn_egg.entity.animal:camel.name=Spawn Camel
|
||||
item.spawn_egg.entity.animal:duck.name=Spawn Duck
|
||||
item.spawn_egg.entity.animal:penguin.name=Spawn Penguin
|
||||
item.spawn_egg.entity.animal:steve.name=Spawn Steve (NPC)
|
||||
item.spawn_egg.entity.animal:alex.name=Spawn Alex (NPC)
|
||||
item.spawn_egg.entity.animal:lion.name=Spawn Lion
|
||||
item.spawn_egg.entity.animal:hamster.name=Spawn Hamster
|
||||
item.spawn_egg.entity.animal:hippo.name=Spawn Hippopotamus
|
||||
item.spawn_egg.entity.animal:chameleon.name=Spawn Chameleon
|
||||
item.spawn_egg.entity.animal:mouse.name=Spawn Mouse
|
||||
item.spawn_egg.entity.animal:deer.name=Spawn Deer
|
||||
item.spawn_egg.entity.animal:elephant.name=Spawn Elephant
|
||||
item.spawn_egg.entity.animal:frog.name=Spawn Frog
|
||||
item.spawn_egg.entity.animal:bumblebee.name=Spawn Bumblebee
|
||||
item.spawn_egg.entity.animal:tortoise.name=Spawn Tortoise
|
||||
item.spawn_egg.entity.animal:frozen_beast.name=Spawn Frozen Beast
|
||||
item.spawn_egg.entity.animal:crocodile.name=Spawn Crocodile
|
||||
item.spawn_egg.entity.animal:zushroom.name=Spawn Zushroom
|
||||
item.spawn_egg.entity.animal:starfish.name=Spawn Starfish
|
||||
item.spawn_egg.entity.animal:panther.name=Spawn Panther
|
||||
item.spawn_egg.entity.animal:brown_mooshroom.name=Spawn Brown Mooshroom
|
||||
item.spawn_egg.entity.mooshroom.name=Spawn Red Mooshroom
|
||||
item.spawn_egg.entity.animal:emerged.name=Spawn Emerged
|
||||
item.spawn_egg.entity.animal:corrupted_skeleton.name=Spawn Corrupted Skeleton
|
||||
item.spawn_egg.entity.animal:welter.name=Spawn Welter
|
||||
item.spawn_egg.entity.animal:npc.name=Spawn NPC
|
||||
item.spawn_egg.entity.animal:npc_scientist.name=Spawn NPC Scientist
|
||||
item.spawn_egg.entity.animal:nether_creeper.name=Spawn Nether Creeper
|
||||
item.spawn_egg.entity.animal:flea.name=Spawn Flea
|
||||
item.spawn_egg.entity.animal:bird.name=Spawn Bird
|
||||
item.spawn_egg.entity.animal:tiger.name=Spawn Tiger
|
||||
item.spawn_egg.entity.animal:ender_creeper.name=Spawn Ender Creeper
|
||||
item.spawn_egg.entity.animal:ender_skeleton.name=Spawn Ender Skeleton
|
||||
|
||||
//Entities//
|
||||
|
||||
entity.animal:bear.name=Bear
|
||||
entity.animal:buffalo.name=Buffalo
|
||||
entity.animal:camel.name=Camel
|
||||
entity.animal:duck.name=Duck
|
||||
entity.animal:penguin.name=Penguin
|
||||
entity.animal:steve.name=Steve
|
||||
entity.animal:alex.name=Alex
|
||||
entity.animal:lion.name=Lion
|
||||
entity.animal:hamster.name=Hamster
|
||||
entity.animal:hippo.name=Hippopotamus
|
||||
entity.animal:chameleon.name=Chameleon
|
||||
entity.animal:mouse.name=Mouse
|
||||
entity.animal:deer.name=Deer
|
||||
entity.animal:elephant.name=Elephant
|
||||
entity.animal:frog.name=Frog
|
||||
entity.animal:bumblebee.name=Bumblebee
|
||||
entity.animal:tortoise.name=Tortoise
|
||||
entity.animal:frozen_beast.name=Frozen Beast
|
||||
entity.animal:crocodile.name=Crocodile
|
||||
entity.animal:zushroom.name=Zushroom
|
||||
entity.animal:starfish.name=Starfish
|
||||
entity.animal:panther.name=Panther
|
||||
entity.animal:brown_mooshroom.name=Brown Mooshroom
|
||||
entity.mooshroom.name=Red Mooshroom
|
||||
entity.animal:emerged.name=Emerged
|
||||
entity.animal:corrupted_skeleton.name=Corrupted Skeleton
|
||||
entity.animal:welter.name=Welter
|
||||
entity.animal:npc.name=NPC
|
||||
entity.animal:npc_scientist.name=NPC Scientist
|
||||
entity.animal:nether_creeper.name=Nether Creeper
|
||||
entity.animal:flea.name=Flea
|
||||
entity.animal:bird.name=Bird
|
||||
entity.animal:tiger.name=Tiger
|
||||
entity.animal:ender_creeper.name=Ender Creeper
|
||||
entity.animal:ender_skeleton.name=Ender Skeleton
|
||||
|
||||
//new furni//
|
||||
action.hint.exit.cat=Now you can rotate it #
|
||||
action.hint.exit.unknown=Now you can rotate it #
|
||||
action.interact.rotar=Rotate #
|
||||
action.interact.patitas=Open#
|
||||
action.interact.conducir=Dive #
|
||||
action.interact.sit = Sit #
|
||||
|
||||
entity.unknown.name=PA inventory
|
||||
item.spawn_egg.entity.pa:sillagamer.name=PA-Colorful gamer chair
|
||||
item.spawn_egg.entity.pa:pc.name=PA-Pc Gamer
|
||||
item.spawn_egg.entity.pa:estufa.name=PA-Stove
|
||||
item.spawn_egg.entity.pa:nevera.name=PA-Fridge
|
||||
item.spawn_egg.entity.pa:lavadero.name=PA-Laundry
|
||||
item.spawn_egg.entity.pa:pacman.name=PA-Pacman recreational machine
|
||||
item.spawn_egg.entity.pa:tivi.name=PA-Tivi
|
||||
item.spawn_egg.entity.pa:retrete.name=PA-Toilet
|
||||
item.spawn_egg.entity.pa:regadera.name=PA-Watering can
|
||||
item.spawn_egg.entity.pa:christmas_tree.name=PA-Christmas tree
|
||||
item.spawn_egg.entity.pa:piano.name=PA-Piano
|
||||
item.spawn_egg.entity.pa:closet.name=PA-Closet
|
||||
item.spawn_egg.entity.pa:banca.name=PA-Park Bench
|
||||
item.spawn_egg.entity.pa:bench.name=PA-Bench
|
||||
item.spawn_egg.entity.pa:billar.name=PA-Pool Table
|
||||
item.spawn_egg.entity.pa:fuente.name=PA-Water Source
|
||||
item.spawn_egg.entity.pa:tumbanormal.name=PA-Normal Grave
|
||||
item.spawn_egg.entity.pa:tumbacruz.name=PA-Cross Grave
|
||||
item.spawn_egg.entity.pa:tumbacreeper.name=PA-Creeper Grave
|
||||
item.spawn_egg.entity.pa:banera.name=PA-Bath
|
||||
item.spawn_egg.entity.pa:robertcup.name=PA-Robert Trophy
|
||||
item.spawn_egg.entity.pa:maxcup.name=PA-Max Trophy
|
||||
item.spawn_egg.entity.pa:columpio.name=PA-Swing
|
||||
item.spawn_egg.entity.pa:futbolito.name=PA-Foosball table
|
||||
item.spawn_egg.entity.pa:laptop.name=PA-Laptop
|
||||
item.spawn_egg.entity.pa:pcdos.name=PA-Ordenador
|
||||
item.spawn_egg.entity.pa:lavavo.name=PA-Sink
|
||||
item.spawn_egg.entity.pa:ventilador.name=PA-Ceiling fan
|
||||
item.spawn_egg.entity.pa:mpeluches.name=PA-Teddies machine
|
||||
///
|
||||
item.spawn_egg.entity.pa:pizza.name=PA-Pizza
|
||||
item.spawn_egg.entity.pa:satanic.name=PA-Satanic Ritual
|
||||
item.spawn_egg.entity.pa:brinca.name=PA-Trampoline
|
||||
item.spawn_egg.entity.pa:micro.name=PA-Microwave oven
|
||||
item.spawn_egg.entity.pa:resbaladilla.name=PA-Slipper
|
||||
item.spawn_egg.entity.pa:armchairs.name=PA-Armchairs
|
||||
item.spawn_egg.entity.pa:lamparacolores.name=PA-Lamp of Colors
|
||||
item.spawn_egg.entity.pa:saltapicina.name=PA-Pool Trampoline
|
||||
item.spawn_egg.entity.pa:big_table.name=PA-Big Table
|
||||
item.spawn_egg.entity.pa:small_table.name=PA-Small Table
|
||||
item.spawn_egg.entity.pa:chair.name=PA-Chair
|
||||
item.spawn_egg.entity.pa:sombrilla.name=PA-Colorful umbrellas
|
||||
item.spawn_egg.entity.pa:sillaplaya.name=PA-Beach chairs
|
||||
item.spawn_egg.entity.pa:humanos.name=PA-Humans
|
||||
item.spawn_egg.entity.pa:auto.name=PA-Auto colors
|
||||
item.spawn_egg.entity.pa:mchiclesg.name=PA-Big Chewing Gum Machine
|
||||
item.spawn_egg.entity.pa:mchiclesc.name=PA-Small Chewing Gum Machine
|
||||
item.spawn_egg.entity.pa:patitas.name=PA-Pet's Chest
|
||||
item.spawn_egg.entity.pa:drone.name=PA-Drone
|
||||
item.spawn_egg.entity.pa:colorful_gifts.name=PA-Colorful gifts
|
||||
item.spawn_egg.entity.pa:mueblestv.name=PA-Furniture for TV
|
||||
item.spawn_egg.entity.pa:chimenea.name=PA-Chimney
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 102 B |
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"resource_pack_name": "vanilla",
|
||||
"texture_name": "atlas.items",
|
||||
"texture_data": {
|
||||
"egg_camel": {
|
||||
"textures": "textures/items/egg_camel"
|
||||
},
|
||||
"egg_lion": {
|
||||
"textures": "textures/items/egg_lion"
|
||||
},
|
||||
"egg_penguin": {
|
||||
"textures": "textures/items/egg_penguin"
|
||||
},
|
||||
"egg_tiger": {
|
||||
"textures": "textures/items/egg_tiger"
|
||||
},
|
||||
"egg_elephant": {
|
||||
"textures": "textures/items/egg_elephant"
|
||||
},
|
||||
"egg_deer": {
|
||||
"textures": "textures/items/egg_deer"
|
||||
},
|
||||
"egg_panther": {
|
||||
"textures": "textures/items/egg_panther"
|
||||
},
|
||||
"egg_frog": {
|
||||
"textures": "textures/items/egg_frog"
|
||||
},
|
||||
"egg_crocodile": {
|
||||
"textures": "textures/items/egg_crocodile"
|
||||
},
|
||||
"egg_mouse": {
|
||||
"textures": "textures/items/egg_mouse"
|
||||
},
|
||||
"gallardo": {
|
||||
"textures": "textures/items/gallardo"
|
||||
},
|
||||
"bench": {
|
||||
"textures": "textures/items/bench"
|
||||
},
|
||||
"christmas_tree": {
|
||||
"textures": "textures/items/christmas_tree"
|
||||
},
|
||||
"tivi": {
|
||||
"textures": "textures/items/tivi"
|
||||
},
|
||||
"closet": {
|
||||
"textures": "textures/items/closet"
|
||||
},
|
||||
"laptop": {
|
||||
"textures": "textures/items/laptop"
|
||||
},
|
||||
"piano": {
|
||||
"textures": "textures/items/piano"
|
||||
},
|
||||
"armchairs": {
|
||||
"textures": "textures/items/armchairs"
|
||||
},
|
||||
"chair": {
|
||||
"textures": "textures/items/chair"
|
||||
},
|
||||
"big_table": {
|
||||
"textures": "textures/items/big_table"
|
||||
},
|
||||
"small_table": {
|
||||
"textures": "textures/items/small_table"
|
||||
},
|
||||
"drone": {
|
||||
"textures": "textures/items/drone"
|
||||
},
|
||||
"colorful_gifts": {
|
||||
"textures": "textures/items/colorful_gifts"
|
||||
},
|
||||
"mw_alko:bottle_water": {
|
||||
"textures": "textures/items/pamobile/mw_alko_bottle_water"
|
||||
},
|
||||
"mw_alko:alcohol": {
|
||||
"textures": "textures/items/pamobile/mw_alko_alcohol"
|
||||
},
|
||||
"mw_alko:bottle": {
|
||||
"textures": "textures/items/pamobile/mw_alko_bottle"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 237 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.9 KiB |
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"resource_pack_name": "AddonMaker[Resource]",
|
||||
"texture_name": "atlas.terrain",
|
||||
"padding": 8,
|
||||
"num_mip_levels": 4,
|
||||
"texture_data": {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user