Add the gamemode inventory backup function
7
src/main/resources/assets/otemod/blockstates/black.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "otemod:block/black"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"variants": {
|
||||
"type=bottom": {
|
||||
"model": "otemod:block/liminal_tile_slab"
|
||||
},
|
||||
"type=double": {
|
||||
"model": "otemod:block/liminal_tiles"
|
||||
},
|
||||
"type=top": {
|
||||
"model": "otemod:block/liminal_tile_slab_top"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,209 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "otemod:block/liminal_tile_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,half=bottom,shape=inner_right": {
|
||||
"model": "otemod:block/liminal_tile_stairs_inner"
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_left": {
|
||||
"model": "otemod:block/liminal_tile_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "otemod:block/liminal_tile_stairs_outer"
|
||||
},
|
||||
"facing=east,half=bottom,shape=straight": {
|
||||
"model": "otemod:block/liminal_tile_stairs"
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"model": "otemod:block/liminal_tile_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"model": "otemod:block/liminal_tile_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"model": "otemod:block/liminal_tile_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"model": "otemod:block/liminal_tile_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"model": "otemod:block/liminal_tile_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "otemod:block/liminal_tile_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "otemod:block/liminal_tile_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "otemod:block/liminal_tile_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "otemod:block/liminal_tile_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "otemod:block/liminal_tile_stairs",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"model": "otemod:block/liminal_tile_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"model": "otemod:block/liminal_tile_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"model": "otemod:block/liminal_tile_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"model": "otemod:block/liminal_tile_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"model": "otemod:block/liminal_tile_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_left": {
|
||||
"model": "otemod:block/liminal_tile_stairs_inner"
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_right": {
|
||||
"model": "otemod:block/liminal_tile_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_left": {
|
||||
"model": "otemod:block/liminal_tile_stairs_outer"
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_right": {
|
||||
"model": "otemod:block/liminal_tile_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "otemod:block/liminal_tile_stairs",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"model": "otemod:block/liminal_tile_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"model": "otemod:block/liminal_tile_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"model": "otemod:block/liminal_tile_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"model": "otemod:block/liminal_tile_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"model": "otemod:block/liminal_tile_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "otemod:block/liminal_tile_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "otemod:block/liminal_tile_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "otemod:block/liminal_tile_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "otemod:block/liminal_tile_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "otemod:block/liminal_tile_stairs",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"model": "otemod:block/liminal_tile_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"model": "otemod:block/liminal_tile_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"model": "otemod:block/liminal_tile_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"model": "otemod:block/liminal_tile_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"model": "otemod:block/liminal_tile_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "otemod:block/liminal_tiles"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=down": {
|
||||
"model": "otemod:block/liminal_window_abyss",
|
||||
"x": 180
|
||||
},
|
||||
"facing=east": {
|
||||
"model": "otemod:block/liminal_window_abyss",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"facing=north": {
|
||||
"model": "otemod:block/liminal_window_abyss",
|
||||
"x": 90
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "otemod:block/liminal_window_abyss",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"facing=up": {
|
||||
"model": "otemod:block/liminal_window_abyss"
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "otemod:block/liminal_window_abyss",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=down": {
|
||||
"model": "otemod:block/liminal_window_abyss",
|
||||
"x": 180
|
||||
},
|
||||
"facing=east": {
|
||||
"model": "otemod:block/liminal_window_abyss",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"facing=north": {
|
||||
"model": "otemod:block/liminal_window_abyss",
|
||||
"x": 90
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "otemod:block/liminal_window_abyss",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"facing=up": {
|
||||
"model": "otemod:block/liminal_window_abyss"
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "otemod:block/liminal_window_abyss",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=down": {
|
||||
"model": "otemod:block/liminal_window_dusk",
|
||||
"x": 180
|
||||
},
|
||||
"facing=east": {
|
||||
"model": "otemod:block/liminal_window_dusk",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"facing=north": {
|
||||
"model": "otemod:block/liminal_window_dusk",
|
||||
"x": 90
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "otemod:block/liminal_window_dusk",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"facing=up": {
|
||||
"model": "otemod:block/liminal_window_dusk"
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "otemod:block/liminal_window_dusk",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=down": {
|
||||
"model": "otemod:block/liminal_window_noon",
|
||||
"x": 180
|
||||
},
|
||||
"facing=east": {
|
||||
"model": "otemod:block/liminal_window_noon",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"facing=north": {
|
||||
"model": "otemod:block/liminal_window_noon",
|
||||
"x": 90
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "otemod:block/liminal_window_noon",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"facing=up": {
|
||||
"model": "otemod:block/liminal_window_noon"
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "otemod:block/liminal_window_noon",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -33,6 +33,7 @@
|
|||
"item.otemod.vault_fragment_right": "Vault Fragment",
|
||||
"item.otemod.vault_fragment_center": "Vault Fragment",
|
||||
"item.otemod.raw_vault_steel_ore": "Raw Vault Steel",
|
||||
"item.otemod.poss_ball": "Pulse Operated Storage System (WIP)",
|
||||
|
||||
|
||||
"block.otemod.eternium_ore_block": "Eternium Ore",
|
||||
|
@ -46,6 +47,10 @@
|
|||
"block.otemod.vault_steel_ore_block": "Vault Steel Ore",
|
||||
"block.otemod.nether_vault_steel_ore_block": "Nether Vault Steel Ore",
|
||||
"block.otemod.eternium_block": "Block of Eternium",
|
||||
"block.otemod.liminal_tiles": "Pool Tiles",
|
||||
"block.otemod.black": "The Void",
|
||||
"block.otemod.liminal_tile_stairs": "Pool Stairs",
|
||||
"block.otemod.liminal_tile_slab": "Pool Slab",
|
||||
|
||||
|
||||
"enchantment.otemod.mob_egging": "Mob Egging",
|
||||
|
|
6
src/main/resources/assets/otemod/models/block/black.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "otemod:block/black"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/slab",
|
||||
"textures": {
|
||||
"bottom": "otemod:block/liminal_tiles",
|
||||
"side": "otemod:block/liminal_tiles",
|
||||
"top": "otemod:block/liminal_tiles"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/slab_top",
|
||||
"textures": {
|
||||
"bottom": "otemod:block/liminal_tiles",
|
||||
"side": "otemod:block/liminal_tiles",
|
||||
"top": "otemod:block/liminal_tiles"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/stairs",
|
||||
"textures": {
|
||||
"bottom": "otemod:block/liminal_tiles",
|
||||
"side": "otemod:block/liminal_tiles",
|
||||
"top": "otemod:block/liminal_tiles"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "otemod:block/liminal_tiles",
|
||||
"side": "otemod:block/liminal_tiles",
|
||||
"top": "otemod:block/liminal_tiles"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "otemod:block/liminal_tiles",
|
||||
"side": "otemod:block/liminal_tiles",
|
||||
"top": "otemod:block/liminal_tiles"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "otemod:block/liminal_tiles"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"ambientocclusion": false,
|
||||
"elements": [
|
||||
{
|
||||
"from": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
16,
|
||||
0,
|
||||
16
|
||||
],
|
||||
"faces": {
|
||||
"up": {
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
16,
|
||||
16
|
||||
],
|
||||
"texture": "#missing"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "otemod:block/liminal_tiles"
|
||||
},
|
||||
"specialmodels": {
|
||||
"otemod:sky_abyss": "otemod:block/liminal_window"
|
||||
},
|
||||
"elements": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "otemod:block/liminal_tiles"
|
||||
},
|
||||
"specialmodels": {
|
||||
"otemod:sky_dusk": "otemod:block/liminal_window"
|
||||
},
|
||||
"elements": []
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "otemod:block/liminal_tiles"
|
||||
},
|
||||
"specialmodels": {
|
||||
"otemod:sky_noon": "otemod:block/liminal_window"
|
||||
},
|
||||
"elements": []
|
||||
}
|
3
src/main/resources/assets/otemod/models/item/black.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "otemod:block/black"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "otemod:block/liminal_tile_slab"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "otemod:block/liminal_tile_stairs"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "otemod:block/liminal_tiles"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "otemod:block/liminal_tiles"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "otemod:block/liminal_tiles"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "otemod:block/liminal_tiles"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "otemod:block/liminal_tiles"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "otemod:item/poss_ball"
|
||||
}
|
||||
}
|
BIN
src/main/resources/assets/otemod/textures/block/black.png
Normal file
After Width: | Height: | Size: 124 B |
After Width: | Height: | Size: 263 B |
BIN
src/main/resources/assets/otemod/textures/item/poss_ball.png
Normal file
After Width: | Height: | Size: 289 B |
BIN
src/main/resources/assets/otemod/textures/sky/abyss_0.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
src/main/resources/assets/otemod/textures/sky/abyss_1.png
Normal file
After Width: | Height: | Size: 7 KiB |
BIN
src/main/resources/assets/otemod/textures/sky/abyss_2.png
Normal file
After Width: | Height: | Size: 7 KiB |
BIN
src/main/resources/assets/otemod/textures/sky/abyss_3.png
Normal file
After Width: | Height: | Size: 7 KiB |
BIN
src/main/resources/assets/otemod/textures/sky/abyss_4.png
Normal file
After Width: | Height: | Size: 7 KiB |
BIN
src/main/resources/assets/otemod/textures/sky/abyss_5.png
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
src/main/resources/assets/otemod/textures/sky/dusk_0.png
Normal file
After Width: | Height: | Size: 186 KiB |
BIN
src/main/resources/assets/otemod/textures/sky/dusk_1.png
Normal file
After Width: | Height: | Size: 316 KiB |
BIN
src/main/resources/assets/otemod/textures/sky/dusk_2.png
Normal file
After Width: | Height: | Size: 420 KiB |
BIN
src/main/resources/assets/otemod/textures/sky/dusk_3.png
Normal file
After Width: | Height: | Size: 425 KiB |
BIN
src/main/resources/assets/otemod/textures/sky/dusk_4.png
Normal file
After Width: | Height: | Size: 231 KiB |
BIN
src/main/resources/assets/otemod/textures/sky/dusk_5.png
Normal file
After Width: | Height: | Size: 132 KiB |
BIN
src/main/resources/assets/otemod/textures/sky/noon_0.png
Normal file
After Width: | Height: | Size: 478 KiB |
BIN
src/main/resources/assets/otemod/textures/sky/noon_1.png
Normal file
After Width: | Height: | Size: 513 KiB |
BIN
src/main/resources/assets/otemod/textures/sky/noon_2.png
Normal file
After Width: | Height: | Size: 469 KiB |
BIN
src/main/resources/assets/otemod/textures/sky/noon_3.png
Normal file
After Width: | Height: | Size: 457 KiB |
BIN
src/main/resources/assets/otemod/textures/sky/noon_4.png
Normal file
After Width: | Height: | Size: 296 KiB |
BIN
src/main/resources/assets/otemod/textures/sky/noon_5.png
Normal file
After Width: | Height: | Size: 287 KiB |