mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 15:34:57 +00:00
Add minecraft bedrock server
This commit is contained in:
136
servers/bedrock/resource_packs/chemistry/textures/flipbook_textures.json
vendored
Normal file
136
servers/bedrock/resource_packs/chemistry/textures/flipbook_textures.json
vendored
Normal file
@ -0,0 +1,136 @@
|
||||
[
|
||||
// All the same as Vanilla, but not defining them here removes them all
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/fire_0",
|
||||
"atlas_tile": "fire_0",
|
||||
"frames": [ 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ]
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/fire_1",
|
||||
"atlas_tile": "fire_1",
|
||||
"frames": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 ]
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/water_still_grey",
|
||||
"atlas_tile": "still_water",
|
||||
"ticks_per_frame": 2
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/water_flow_grey",
|
||||
"atlas_tile": "flowing_water",
|
||||
"replicate": 2
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/water_still", //DEPRECATED "still_water" is now replaced by still_water_grey texture for a newer water coloring system
|
||||
//this is only here or the purposes of backwards compatibility, and should no longer be used!
|
||||
"atlas_tile": "still_water",
|
||||
"ticks_per_frame": 2
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/water_flow", //DEPRECATED "water_flow" is now replaced by water_flow_grey texture for a newer water coloring system
|
||||
//this is only here or the purposes of backwards compatibility, and should no longer be used!
|
||||
"atlas_tile": "flowing_water",
|
||||
"replicate": 2
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/cauldron_water",
|
||||
"atlas_tile": "cauldron_water",
|
||||
"ticks_per_frame": 2
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/lava_still",
|
||||
"atlas_tile": "still_lava",
|
||||
"ticks_per_frame": 16
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/lava_flow",
|
||||
"atlas_tile": "flowing_lava",
|
||||
"ticks_per_frame": 10,
|
||||
"replicate": 2
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/magma",
|
||||
"atlas_tile": "magma",
|
||||
"ticks_per_frame": 10
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/prismarine_rough",
|
||||
"atlas_tile": "prismarine",
|
||||
"ticks_per_frame": 300,
|
||||
"frames": [ 0, 1, 0, 2, 0, 3, 0, 1, 2, 1, 3, 1, 0, 2, 1, 2, 3, 2, 0, 3, 1, 3 ]
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/portal",
|
||||
"atlas_tile": "portal"
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/sea_lantern",
|
||||
"atlas_tile": "sea_lantern",
|
||||
"ticks_per_frame": 5
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/command_block_front",
|
||||
"atlas_tile": "command_block_front",
|
||||
"ticks_per_frame": 10
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/command_block_back",
|
||||
"atlas_tile": "command_block_back",
|
||||
"ticks_per_frame": 10
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/command_block_side",
|
||||
"atlas_tile": "command_block_side",
|
||||
"ticks_per_frame": 10
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/command_block_conditional",
|
||||
"atlas_tile": "command_block_conditional_side",
|
||||
"ticks_per_frame": 10
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/repeating_command_block_front",
|
||||
"atlas_tile": "command_block_repeating_front",
|
||||
"ticks_per_frame": 10
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/repeating_command_block_back",
|
||||
"atlas_tile": "command_block_repeating_back",
|
||||
"ticks_per_frame": 10
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/repeating_command_block_side",
|
||||
"atlas_tile": "command_block_repeating_side",
|
||||
"ticks_per_frame": 10
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/repeating_command_block_conditional",
|
||||
"atlas_tile": "command_block_repeating_conditional_side",
|
||||
"ticks_per_frame": 10
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/chain_command_block_front",
|
||||
"atlas_tile": "command_block_chain_front",
|
||||
"ticks_per_frame": 10
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/chain_command_block_back",
|
||||
"atlas_tile": "command_block_chain_back",
|
||||
"ticks_per_frame": 10
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/chain_command_block_side",
|
||||
"atlas_tile": "command_block_chain_side",
|
||||
"ticks_per_frame": 10
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/chain_command_block_conditional",
|
||||
"atlas_tile": "command_block_chain_conditional_side",
|
||||
"ticks_per_frame": 10
|
||||
},
|
||||
{
|
||||
"flipbook_texture": "textures/blocks/chemical_heat",
|
||||
"atlas_tile": "chemical_heat",
|
||||
"ticks_per_frame": 10
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user