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:
83
servers/bedrock/resource_packs/chemistry/textures/item_texture.json
vendored
Normal file
83
servers/bedrock/resource_packs/chemistry/textures/item_texture.json
vendored
Normal file
@ -0,0 +1,83 @@
|
||||
{
|
||||
"resource_pack_name": "chemistry",
|
||||
"texture_name": "atlas.items",
|
||||
"texture_data": {
|
||||
"compound": {
|
||||
"textures": [
|
||||
"textures/items/compounds/salt", //salt
|
||||
"textures/items/compounds/jar_white", //sodium oxide
|
||||
"textures/items/compounds/jar_white", //sodium hydroxide
|
||||
"textures/items/compounds/jar_yellow", //magnesium nitride
|
||||
"textures/items/compounds/jar_black", //iron sulfide
|
||||
"textures/items/compounds/jar_white", //lithium hydride
|
||||
"textures/items/compounds/jar_light_grey", //sodium hydride
|
||||
"textures/items/compounds/jar_white", //calcium bromide
|
||||
"textures/items/compounds/jar_white", //magnesium oxide
|
||||
"textures/items/compounds/jar_white", //sodium acetate
|
||||
"textures/items/compounds/jar_clear", //luminol
|
||||
"textures/items/compounds/jar_black", //charcoal
|
||||
"textures/items/compounds/jar_white", //sugar
|
||||
"textures/items/compounds/jar_brown", //aluminum oxide
|
||||
"textures/items/compounds/jar_white", //boron trioxide
|
||||
"textures/items/compounds/jar_white", //soap
|
||||
"textures/items/compounds/jar_clear", //polyethylene
|
||||
"textures/items/compounds/garbage", //garbage
|
||||
"textures/items/compounds/jar_white", //magnesium salts
|
||||
"textures/items/compounds/jar_white", //sulfate
|
||||
"textures/items/compounds/jar_white", //barium sulfate
|
||||
"textures/items/compounds/jar_white", //potassium chloride
|
||||
"textures/items/compounds/jar_white", //mercuric chloride
|
||||
"textures/items/compounds/jar_white", //cerium chloride
|
||||
"textures/items/compounds/jar_blue", //tungsten chloride
|
||||
"textures/items/compounds/jar_white", //calcium chloride
|
||||
"textures/items/compounds/beaker_blue", //water
|
||||
"textures/items/compounds/glue", //glue
|
||||
"textures/items/compounds/beaker_white", //hypochlorite
|
||||
"textures/items/compounds/beaker_black", //crude oil
|
||||
"textures/items/compounds/beaker_white", //latex
|
||||
"textures/items/compounds/beaker_yellow", //potassium iodide
|
||||
"textures/items/compounds/beaker_white", //sodium fluoride
|
||||
"textures/items/compounds/beaker_yellow", //benzene
|
||||
"textures/items/compounds/beaker_black", //ink
|
||||
"textures/items/compounds/beaker_clear", //hydrogen peroxide
|
||||
"textures/items/compounds/beaker_clear", //ammonia
|
||||
"textures/items/compounds/beaker_clear", //sodium hypochlorite
|
||||
"textures/items/compounds/flask_blue"
|
||||
]
|
||||
},
|
||||
"ice_bomb": {
|
||||
"textures": "textures/items/ice_bomb"
|
||||
},
|
||||
"bleach": {
|
||||
"textures": "textures/items/bleach"
|
||||
},
|
||||
"rapid_fertilizer": {
|
||||
"textures": "textures/items/rapid_fertilizer"
|
||||
},
|
||||
"balloon": {
|
||||
"textures": "textures/items/balloon"
|
||||
},
|
||||
"medicine": {
|
||||
"textures": [
|
||||
"textures/items/medicine_blindness",
|
||||
"textures/items/medicine_nausea",
|
||||
"textures/items/medicine_poison",
|
||||
"textures/items/medicine_weakness"
|
||||
]
|
||||
},
|
||||
"sparkler": {
|
||||
"textures": [
|
||||
"textures/items/sparkler_blue_off",
|
||||
"textures/items/sparkler_green_off",
|
||||
"textures/items/sparkler_orange_off",
|
||||
"textures/items/sparkler_purple_off",
|
||||
"textures/items/sparkler_red_off",
|
||||
"textures/items/sparkler_blue",
|
||||
"textures/items/sparkler_green",
|
||||
"textures/items/sparkler_orange",
|
||||
"textures/items/sparkler_purple",
|
||||
"textures/items/sparkler_red"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user