Merge branch '1.14' into 'master'
1.14 See merge request dodsorfas/minecraft-datapacks!8
@ -1 +0,0 @@
 | 
				
			|||||||
execute if entity @a[nbt={Sleeping:1b}] run function 1ps:internal_loop
 | 
					 | 
				
			||||||
@ -1,3 +1,3 @@
 | 
				
			|||||||
time add 125
 | 
					execute as @a[nbt={SleepTimer:1s}] run tellraw @a [{"selector":"@s","color":"yellow"},{"text":" is now sleeping ","color":"yellow"}]
 | 
				
			||||||
execute as @a[nbt={SleepTimer:1s}] run tellraw @a [{"selector":"@s","color":"yellow"},{"text":" is now sleeping ","color":"yellow"}]
 | 
					execute as @a[nbt={SleepTimer:99s}] run function 1ps:skipday
 | 
				
			||||||
execute if entity @a[nbt={SleepTimer:99s}] run weather clear 0
 | 
					execute if entity @a[nbt={SleepTimer:100s}] run weather clear 0
 | 
				
			||||||
@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					scoreboard objectives add 1ps.dayTimer dummy
 | 
				
			||||||
@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					execute if entity @a[nbt=!{SleepTimer:0s}] run function 1ps:internal_loop
 | 
				
			||||||
@ -0,0 +1,34 @@
 | 
				
			|||||||
 | 
					execute store result score @s 1ps.dayTimer run time query daytime
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					scoreboard players remove @s 1ps.dayTimer 24000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-16384}] run time add 16384
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-16384}] run scoreboard players add @s 1ps.dayTimer 16384
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-8192}] run time add 8192
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-8192}] run scoreboard players add @s 1ps.dayTimer 8192
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-4096}] run time add 4096
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-4096}] run scoreboard players add @s 1ps.dayTimer 4096
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-2048}] run time add 2048
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-2048}] run scoreboard players add @s 1ps.dayTimer 2048
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-1024}] run time add 1024
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-1024}] run scoreboard players add @s 1ps.dayTimer 1024
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-512}] run time add 512
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-512}] run scoreboard players add @s 1ps.dayTimer 512
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-256}] run time add 256
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-256}] run scoreboard players add @s 1ps.dayTimer 256
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-128}] run time add 128
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-128}] run scoreboard players add @s 1ps.dayTimer 128
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-64}] run time add 64
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-64}] run scoreboard players add @s 1ps.dayTimer 64
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-32}] run time add 32
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-32}] run scoreboard players add @s 1ps.dayTimer 32
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-16}] run time add 16
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-16}] run scoreboard players add @s 1ps.dayTimer 16
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-8}] run time add 8
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-8}] run scoreboard players add @s 1ps.dayTimer 8
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-4}] run time add 4
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-4}] run scoreboard players add @s 1ps.dayTimer 4
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-2}] run time add 2
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-2}] run scoreboard players add @s 1ps.dayTimer 2
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-1}] run time add 1
 | 
				
			||||||
 | 
					execute if entity @s[scores={1ps.dayTimer=..-1}] run scoreboard players add @s 1ps.dayTimer 1
 | 
				
			||||||
							
								
								
									
										0
									
								
								datapacks/1ps-1516729816-1/data/1ps/tags/functions/tick.json → datapacks/1ps-1556049967/data/1ps/tags/functions/tick.json
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						@ -0,0 +1,4 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
						"replace": false,
 | 
				
			||||||
 | 
						"values": ["1ps:load"]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										0
									
								
								datapacks/1ps-1516729816-1/pack.mcmeta → datapacks/1ps-1556049967/pack.mcmeta
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						@ -1,15 +0,0 @@
 | 
				
			|||||||
{
 | 
					 | 
				
			||||||
    "type": "crafting_shaped",
 | 
					 | 
				
			||||||
    "pattern": [
 | 
					 | 
				
			||||||
        "###"
 | 
					 | 
				
			||||||
    ],
 | 
					 | 
				
			||||||
    "key": {
 | 
					 | 
				
			||||||
        "#": {
 | 
					 | 
				
			||||||
            "item": "minecraft:smooth_quartz"
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "result": {
 | 
					 | 
				
			||||||
        "item": "minecraft:quartz_slab",
 | 
					 | 
				
			||||||
        "count": 6
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@ -1,5 +0,0 @@
 | 
				
			|||||||
{
 | 
					 | 
				
			||||||
    "type": "smelting",
 | 
					 | 
				
			||||||
    "ingredient": {"item": "minecraft:quartz_block"},
 | 
					 | 
				
			||||||
    "result": "minecraft:smooth_quartz"
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@ -1,15 +0,0 @@
 | 
				
			|||||||
{
 | 
					 | 
				
			||||||
    "type": "crafting_shaped",
 | 
					 | 
				
			||||||
    "pattern": [
 | 
					 | 
				
			||||||
        "###"
 | 
					 | 
				
			||||||
    ],
 | 
					 | 
				
			||||||
    "key": {
 | 
					 | 
				
			||||||
        "#": {
 | 
					 | 
				
			||||||
            "item": "minecraft:smooth_red_sandstone"
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "result": {
 | 
					 | 
				
			||||||
        "item": "minecraft:red_sandstone_slab",
 | 
					 | 
				
			||||||
        "count": 6
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@ -1,5 +0,0 @@
 | 
				
			|||||||
{
 | 
					 | 
				
			||||||
    "type": "smelting",
 | 
					 | 
				
			||||||
    "ingredient": {"item": "minecraft:red_sandstone"},
 | 
					 | 
				
			||||||
    "result": "minecraft:smooth_red_sandstone"
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@ -1,15 +0,0 @@
 | 
				
			|||||||
{
 | 
					 | 
				
			||||||
    "type": "crafting_shaped",
 | 
					 | 
				
			||||||
    "pattern": [
 | 
					 | 
				
			||||||
        "###"
 | 
					 | 
				
			||||||
    ],
 | 
					 | 
				
			||||||
    "key": {
 | 
					 | 
				
			||||||
        "#": {
 | 
					 | 
				
			||||||
            "item": "minecraft:smooth_sandstone"
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "result": {
 | 
					 | 
				
			||||||
        "item": "minecraft:sandstone_slab",
 | 
					 | 
				
			||||||
        "count": 6
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@ -1,5 +0,0 @@
 | 
				
			|||||||
{
 | 
					 | 
				
			||||||
    "type": "smelting",
 | 
					 | 
				
			||||||
    "ingredient": {"item": "minecraft:sandstone"},
 | 
					 | 
				
			||||||
    "result": "minecraft:smooth_sandstone"
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@ -1,15 +0,0 @@
 | 
				
			|||||||
{
 | 
					 | 
				
			||||||
    "type": "crafting_shaped",
 | 
					 | 
				
			||||||
    "pattern": [
 | 
					 | 
				
			||||||
        "###"
 | 
					 | 
				
			||||||
    ],
 | 
					 | 
				
			||||||
    "key": {
 | 
					 | 
				
			||||||
        "#": {
 | 
					 | 
				
			||||||
            "item": "minecraft:smooth_stone"
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "result": {
 | 
					 | 
				
			||||||
        "item": "minecraft:stone_slab",
 | 
					 | 
				
			||||||
        "count": 6
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@ -1,5 +0,0 @@
 | 
				
			|||||||
{
 | 
					 | 
				
			||||||
    "type": "smelting",
 | 
					 | 
				
			||||||
    "ingredient": {"item": "minecraft:stone"},
 | 
					 | 
				
			||||||
    "result": "minecraft:smooth_stone"
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
							
								
								
									
										6
									
								
								resourcepack/assets/minecraft/blockstates/kelp.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "variants": {
 | 
				
			||||||
 | 
					        "age=25": { "model": "block/kelp_age_25" },
 | 
				
			||||||
 | 
					        "normal": { "model": "block/kelp" }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										468
									
								
								resourcepack/assets/minecraft/models/block/hopper_down.json → resourcepack/assets/minecraft/models/block/hopper.json
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						@ -1,235 +1,235 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "ambientocclusion": false,
 | 
					    "ambientocclusion": false,
 | 
				
			||||||
    "textures": {
 | 
					    "textures": {
 | 
				
			||||||
        "particle": "block/hopper_outside",
 | 
					        "particle": "block/hopper_back",
 | 
				
			||||||
        "top": "block/hopper_top",
 | 
					        "top": "block/hopper_top",
 | 
				
			||||||
        "side": "block/hopper_outside",
 | 
					        "side": "block/hopper_back",
 | 
				
			||||||
        "inside": "block/hopper_inside"
 | 
					        "inside": "block/hopper_inside"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "elements": [
 | 
					    "elements": [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "from": [
 | 
					            "from": [
 | 
				
			||||||
                0,
 | 
					                0,
 | 
				
			||||||
                10,
 | 
					                10,
 | 
				
			||||||
                0
 | 
					                0
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "to": [
 | 
					            "to": [
 | 
				
			||||||
                16,
 | 
					                16,
 | 
				
			||||||
                11,
 | 
					                11,
 | 
				
			||||||
                16
 | 
					                16
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "faces": {
 | 
					            "faces": {
 | 
				
			||||||
                "down": {
 | 
					                "down": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "up": {
 | 
					                "up": {
 | 
				
			||||||
                    "texture": "#inside"
 | 
					                    "texture": "#inside"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "north": {
 | 
					                "north": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "south": {
 | 
					                "south": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "west": {
 | 
					                "west": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "east": {
 | 
					                "east": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "from": [
 | 
					            "from": [
 | 
				
			||||||
                0,
 | 
					                0,
 | 
				
			||||||
                11,
 | 
					                11,
 | 
				
			||||||
                0
 | 
					                0
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "to": [
 | 
					            "to": [
 | 
				
			||||||
                2,
 | 
					                2,
 | 
				
			||||||
                16,
 | 
					                16,
 | 
				
			||||||
                16
 | 
					                16
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "faces": {
 | 
					            "faces": {
 | 
				
			||||||
                "down": {
 | 
					                "down": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "up": {
 | 
					                "up": {
 | 
				
			||||||
                    "texture": "#top"
 | 
					                    "texture": "#top"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "north": {
 | 
					                "north": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "south": {
 | 
					                "south": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "west": {
 | 
					                "west": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "east": {
 | 
					                "east": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "from": [
 | 
					            "from": [
 | 
				
			||||||
                14,
 | 
					                14,
 | 
				
			||||||
                11,
 | 
					                11,
 | 
				
			||||||
                0
 | 
					                0
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "to": [
 | 
					            "to": [
 | 
				
			||||||
                16,
 | 
					                16,
 | 
				
			||||||
                16,
 | 
					                16,
 | 
				
			||||||
                16
 | 
					                16
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "faces": {
 | 
					            "faces": {
 | 
				
			||||||
                "down": {
 | 
					                "down": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "up": {
 | 
					                "up": {
 | 
				
			||||||
                    "texture": "#top"
 | 
					                    "texture": "#top"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "north": {
 | 
					                "north": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "south": {
 | 
					                "south": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "west": {
 | 
					                "west": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "east": {
 | 
					                "east": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "from": [
 | 
					            "from": [
 | 
				
			||||||
                2,
 | 
					                2,
 | 
				
			||||||
                11,
 | 
					                11,
 | 
				
			||||||
                0
 | 
					                0
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "to": [
 | 
					            "to": [
 | 
				
			||||||
                14,
 | 
					                14,
 | 
				
			||||||
                16,
 | 
					                16,
 | 
				
			||||||
                2
 | 
					                2
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "faces": {
 | 
					            "faces": {
 | 
				
			||||||
                "down": {
 | 
					                "down": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "up": {
 | 
					                "up": {
 | 
				
			||||||
                    "texture": "#top"
 | 
					                    "texture": "#top"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "north": {
 | 
					                "north": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "south": {
 | 
					                "south": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "west": {
 | 
					                "west": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "east": {
 | 
					                "east": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "from": [
 | 
					            "from": [
 | 
				
			||||||
                2,
 | 
					                2,
 | 
				
			||||||
                11,
 | 
					                11,
 | 
				
			||||||
                14
 | 
					                14
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "to": [
 | 
					            "to": [
 | 
				
			||||||
                14,
 | 
					                14,
 | 
				
			||||||
                16,
 | 
					                16,
 | 
				
			||||||
                16
 | 
					                16
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "faces": {
 | 
					            "faces": {
 | 
				
			||||||
                "down": {
 | 
					                "down": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "up": {
 | 
					                "up": {
 | 
				
			||||||
                    "texture": "#top"
 | 
					                    "texture": "#top"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "north": {
 | 
					                "north": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "south": {
 | 
					                "south": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "west": {
 | 
					                "west": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "east": {
 | 
					                "east": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "from": [
 | 
					            "from": [
 | 
				
			||||||
                4,
 | 
					                4,
 | 
				
			||||||
                4,
 | 
					                4,
 | 
				
			||||||
                4
 | 
					                4
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "to": [
 | 
					            "to": [
 | 
				
			||||||
                12,
 | 
					                12,
 | 
				
			||||||
                10,
 | 
					                10,
 | 
				
			||||||
                12
 | 
					                12
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "faces": {
 | 
					            "faces": {
 | 
				
			||||||
                "down": {
 | 
					                "down": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "up": {
 | 
					                "up": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "north": {
 | 
					                "north": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "south": {
 | 
					                "south": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "west": {
 | 
					                "west": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "east": {
 | 
					                "east": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "from": [
 | 
					            "from": [
 | 
				
			||||||
                6,
 | 
					                6,
 | 
				
			||||||
                0,
 | 
					                0,
 | 
				
			||||||
                6
 | 
					                6
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "to": [
 | 
					            "to": [
 | 
				
			||||||
                10,
 | 
					                10,
 | 
				
			||||||
                4,
 | 
					                4,
 | 
				
			||||||
                10
 | 
					                10
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "faces": {
 | 
					            "faces": {
 | 
				
			||||||
                "down": {
 | 
					                "down": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "up": {
 | 
					                "up": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "north": {
 | 
					                "north": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "south": {
 | 
					                "south": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "west": {
 | 
					                "west": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "east": {
 | 
					                "east": {
 | 
				
			||||||
                    "texture": "#side"
 | 
					                    "texture": "#side"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
							
								
								
									
										327
									
								
								resourcepack/assets/minecraft/models/block/hopper_side.json
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						@ -1,235 +1,94 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "ambientocclusion": false,
 | 
						"ambientocclusion": false,
 | 
				
			||||||
    "textures": {
 | 
						"textures": {
 | 
				
			||||||
        "particle": "block/hopper_outside",
 | 
							"4": "block/hopper_outside_flipped",
 | 
				
			||||||
        "top": "block/hopper_top",
 | 
							"top": "block/hopper_top",
 | 
				
			||||||
        "side": "block/hopper_outside",
 | 
							"side": "block/hopper_outside",
 | 
				
			||||||
        "inside": "block/hopper_inside_side"
 | 
							"particle": "block/hopper_outside",
 | 
				
			||||||
    },
 | 
							"inside": "block/hopper_inside_side",
 | 
				
			||||||
    "elements": [
 | 
							"back": "block/hopper_back"
 | 
				
			||||||
        {
 | 
						},
 | 
				
			||||||
            "from": [
 | 
						"elements": [
 | 
				
			||||||
                0,
 | 
							{
 | 
				
			||||||
                10,
 | 
								"name": "Element",
 | 
				
			||||||
                0
 | 
								"from": [0, 10, 0],
 | 
				
			||||||
            ],
 | 
								"to": [16, 11, 16],
 | 
				
			||||||
            "to": [
 | 
								"faces": {
 | 
				
			||||||
                16,
 | 
									"north": {"uv": [0, 5, 16, 6], "texture": "#side", "cullface": "north"},
 | 
				
			||||||
                11,
 | 
									"east": {"uv": [0, 5, 16, 6], "texture": "#side", "cullface": "east"},
 | 
				
			||||||
                16
 | 
									"south": {"uv": [0, 5, 16, 6], "texture": "#side", "cullface": "south"},
 | 
				
			||||||
            ],
 | 
									"west": {"uv": [0, 5, 16, 6], "texture": "#side", "cullface": "west"},
 | 
				
			||||||
            "faces": {
 | 
									"up": {"uv": [0, 0, 16, 16], "texture": "#inside", "cullface": "up"},
 | 
				
			||||||
                "down": {
 | 
									"down": {"uv": [0, 0, 16, 16], "texture": "#back"}
 | 
				
			||||||
                    "texture": "#side"
 | 
								}
 | 
				
			||||||
                },
 | 
							},
 | 
				
			||||||
                "up": {
 | 
							{
 | 
				
			||||||
                    "texture": "#inside"
 | 
								"name": "Element",
 | 
				
			||||||
                },
 | 
								"from": [0, 11, 0],
 | 
				
			||||||
                "north": {
 | 
								"to": [2, 16, 16],
 | 
				
			||||||
                    "texture": "#side"
 | 
								"faces": {
 | 
				
			||||||
                },
 | 
									"north": {"uv": [14, 0, 16, 5], "texture": "#side", "cullface": "north"},
 | 
				
			||||||
                "south": {
 | 
									"east": {"uv": [0, 0, 16, 5], "texture": "#back", "cullface": "up"},
 | 
				
			||||||
                    "texture": "#side"
 | 
									"south": {"uv": [0, 0, 2, 5], "texture": "#side", "cullface": "south"},
 | 
				
			||||||
                },
 | 
									"west": {"uv": [0, 0, 16, 5], "texture": "#4", "cullface": "west"},
 | 
				
			||||||
                "west": {
 | 
									"up": {"uv": [0, 0, 2, 16], "texture": "#top", "cullface": "up"}
 | 
				
			||||||
                    "texture": "#side"
 | 
								}
 | 
				
			||||||
                },
 | 
							},
 | 
				
			||||||
                "east": {
 | 
							{
 | 
				
			||||||
                    "texture": "#side"
 | 
								"name": "Element",
 | 
				
			||||||
                }
 | 
								"from": [14, 11, 0],
 | 
				
			||||||
            }
 | 
								"to": [16, 16, 16],
 | 
				
			||||||
        },
 | 
								"faces": {
 | 
				
			||||||
        {
 | 
									"north": {"uv": [0, 0, 2, 5], "texture": "#side", "cullface": "north"},
 | 
				
			||||||
            "from": [
 | 
									"east": {"uv": [0, 0, 16, 5], "texture": "#side", "cullface": "east"},
 | 
				
			||||||
                0,
 | 
									"south": {"uv": [14, 0, 16, 5], "texture": "#side", "cullface": "south"},
 | 
				
			||||||
                11,
 | 
									"west": {"uv": [0, 0, 16, 5], "texture": "#back", "cullface": "up"},
 | 
				
			||||||
                0
 | 
									"up": {"uv": [14, 0, 16, 16], "texture": "#top", "cullface": "up"}
 | 
				
			||||||
            ],
 | 
								}
 | 
				
			||||||
            "to": [
 | 
							},
 | 
				
			||||||
                2,
 | 
							{
 | 
				
			||||||
                16,
 | 
								"name": "Element",
 | 
				
			||||||
                16
 | 
								"from": [2, 11, 0],
 | 
				
			||||||
            ],
 | 
								"to": [14, 16, 2],
 | 
				
			||||||
            "faces": {
 | 
								"faces": {
 | 
				
			||||||
                "down": {
 | 
									"north": {"uv": [2, 0, 14, 5], "texture": "#back", "cullface": "north"},
 | 
				
			||||||
                    "texture": "#side"
 | 
									"south": {"uv": [2, 0, 14, 5], "texture": "#back", "cullface": "up"},
 | 
				
			||||||
                },
 | 
									"up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}
 | 
				
			||||||
                "up": {
 | 
								}
 | 
				
			||||||
                    "texture": "#top"
 | 
							},
 | 
				
			||||||
                },
 | 
							{
 | 
				
			||||||
                "north": {
 | 
								"name": "Element",
 | 
				
			||||||
                    "texture": "#side"
 | 
								"from": [2, 11, 14],
 | 
				
			||||||
                },
 | 
								"to": [14, 16, 16],
 | 
				
			||||||
                "south": {
 | 
								"faces": {
 | 
				
			||||||
                    "texture": "#side"
 | 
									"north": {"uv": [2, 0, 14, 5], "texture": "#back", "cullface": "up"},
 | 
				
			||||||
                },
 | 
									"south": {"uv": [2, 0, 14, 5], "texture": "#back", "cullface": "south"},
 | 
				
			||||||
                "west": {
 | 
									"up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}
 | 
				
			||||||
                    "texture": "#side"
 | 
								}
 | 
				
			||||||
                },
 | 
							},
 | 
				
			||||||
                "east": {
 | 
							{
 | 
				
			||||||
                    "texture": "#side"
 | 
								"name": "Element",
 | 
				
			||||||
                }
 | 
								"from": [4, 4, 4],
 | 
				
			||||||
            }
 | 
								"to": [12, 10, 12],
 | 
				
			||||||
        },
 | 
								"faces": {
 | 
				
			||||||
        {
 | 
									"north": {"uv": [4, 6, 12, 12], "texture": "#side"},
 | 
				
			||||||
            "from": [
 | 
									"east": {"uv": [4, 6, 12, 12], "texture": "#side"},
 | 
				
			||||||
                14,
 | 
									"south": {"uv": [4, 6, 12, 12], "texture": "#side"},
 | 
				
			||||||
                11,
 | 
									"west": {"uv": [4, 6, 12, 12], "texture": "#side"},
 | 
				
			||||||
                0
 | 
									"down": {"uv": [4, 4, 12, 12], "texture": "#back"}
 | 
				
			||||||
            ],
 | 
								}
 | 
				
			||||||
            "to": [
 | 
							},
 | 
				
			||||||
                16,
 | 
							{
 | 
				
			||||||
                16,
 | 
								"name": "Element",
 | 
				
			||||||
                16
 | 
								"from": [6, 4, 0],
 | 
				
			||||||
            ],
 | 
								"to": [10, 8, 4],
 | 
				
			||||||
            "faces": {
 | 
								"faces": {
 | 
				
			||||||
                "down": {
 | 
									"north": {"uv": [6, 8, 10, 12], "texture": "#side", "cullface": "north"},
 | 
				
			||||||
                    "texture": "#side"
 | 
									"east": {"uv": [12, 8, 16, 12], "texture": "#side"},
 | 
				
			||||||
                },
 | 
									"west": {"uv": [0, 8, 4, 12], "texture": "#side"},
 | 
				
			||||||
                "up": {
 | 
									"up": {"uv": [6, 0, 10, 4], "texture": "#side"},
 | 
				
			||||||
                    "texture": "#top"
 | 
									"down": {"uv": [6, 12, 10, 16], "texture": "#back"}
 | 
				
			||||||
                },
 | 
								}
 | 
				
			||||||
                "north": {
 | 
							}
 | 
				
			||||||
                    "texture": "#side"
 | 
						]
 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "south": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "west": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "east": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
            "from": [
 | 
					 | 
				
			||||||
                2,
 | 
					 | 
				
			||||||
                11,
 | 
					 | 
				
			||||||
                0
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "to": [
 | 
					 | 
				
			||||||
                14,
 | 
					 | 
				
			||||||
                16,
 | 
					 | 
				
			||||||
                2
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "faces": {
 | 
					 | 
				
			||||||
                "down": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "up": {
 | 
					 | 
				
			||||||
                    "texture": "#top"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "north": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "south": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "west": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "east": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
            "from": [
 | 
					 | 
				
			||||||
                2,
 | 
					 | 
				
			||||||
                11,
 | 
					 | 
				
			||||||
                14
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "to": [
 | 
					 | 
				
			||||||
                14,
 | 
					 | 
				
			||||||
                16,
 | 
					 | 
				
			||||||
                16
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "faces": {
 | 
					 | 
				
			||||||
                "down": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "up": {
 | 
					 | 
				
			||||||
                    "texture": "#top"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "north": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "south": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "west": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "east": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
            "from": [
 | 
					 | 
				
			||||||
                4,
 | 
					 | 
				
			||||||
                4,
 | 
					 | 
				
			||||||
                4
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "to": [
 | 
					 | 
				
			||||||
                12,
 | 
					 | 
				
			||||||
                10,
 | 
					 | 
				
			||||||
                12
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "faces": {
 | 
					 | 
				
			||||||
                "down": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "up": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "north": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "south": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "west": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "east": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
            "from": [
 | 
					 | 
				
			||||||
                6,
 | 
					 | 
				
			||||||
                4,
 | 
					 | 
				
			||||||
                0
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "to": [
 | 
					 | 
				
			||||||
                10,
 | 
					 | 
				
			||||||
                8,
 | 
					 | 
				
			||||||
                4
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "faces": {
 | 
					 | 
				
			||||||
                "down": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "up": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "north": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "south": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "west": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "east": {
 | 
					 | 
				
			||||||
                    "texture": "#side"
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
    ]
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "parent": "block/tinted_cross",
 | 
				
			||||||
 | 
					    "textures": {
 | 
				
			||||||
 | 
					        "particle": "block/kelp_age_25",
 | 
				
			||||||
 | 
					        "cross": "block/kelp_age_25"
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										170
									
								
								resourcepack/assets/minecraft/models/block/observer.json
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						@ -1,86 +1,86 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "parent": "block/block",
 | 
					    "parent": "block/block",
 | 
				
			||||||
    "textures": {
 | 
					    "textures": {
 | 
				
			||||||
        "bottom": "block/observer_back",
 | 
					        "bottom": "block/observer_back",
 | 
				
			||||||
        "side": "block/observer_side",
 | 
					        "side": "block/observer_side",
 | 
				
			||||||
        "top": "block/observer_top",
 | 
					        "top": "block/observer_top",
 | 
				
			||||||
        "front": "block/observer_front",
 | 
					        "front": "block/observer_front",
 | 
				
			||||||
        "particle": "block/observer_front"
 | 
					        "particle": "block/observer_front"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "elements": [
 | 
					    "elements": [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "from": [
 | 
					            "from": [
 | 
				
			||||||
                0,
 | 
					                0,
 | 
				
			||||||
                0,
 | 
					                0,
 | 
				
			||||||
                0
 | 
					                0
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "to": [
 | 
					            "to": [
 | 
				
			||||||
                16,
 | 
					                16,
 | 
				
			||||||
                16,
 | 
					                16,
 | 
				
			||||||
                16
 | 
					                16
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            "faces": {
 | 
					            "faces": {
 | 
				
			||||||
                "down": {
 | 
					                "down": {
 | 
				
			||||||
                    "uv": [
 | 
					                    "uv": [
 | 
				
			||||||
                        0,
 | 
					                        0,
 | 
				
			||||||
                        0,
 | 
					                        0,
 | 
				
			||||||
                        16,
 | 
					                        16,
 | 
				
			||||||
                        16
 | 
					                        16
 | 
				
			||||||
                    ],
 | 
					                    ],
 | 
				
			||||||
                    "texture": "#top",
 | 
					                    "texture": "#top",
 | 
				
			||||||
                    "cullface": "down"
 | 
					                    "cullface": "down"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "up": {
 | 
					                "up": {
 | 
				
			||||||
                    "uv": [
 | 
					                    "uv": [
 | 
				
			||||||
                        0,
 | 
					                        0,
 | 
				
			||||||
                        16,
 | 
					                        16,
 | 
				
			||||||
                        16,
 | 
					                        16,
 | 
				
			||||||
                        0
 | 
					                        0
 | 
				
			||||||
                    ],
 | 
					                    ],
 | 
				
			||||||
                    "texture": "#top",
 | 
					                    "texture": "#top",
 | 
				
			||||||
                    "cullface": "up"
 | 
					                    "cullface": "up"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "north": {
 | 
					                "north": {
 | 
				
			||||||
                    "uv": [
 | 
					                    "uv": [
 | 
				
			||||||
                        0,
 | 
					                        0,
 | 
				
			||||||
                        0,
 | 
					                        0,
 | 
				
			||||||
                        16,
 | 
					                        16,
 | 
				
			||||||
                        16
 | 
					                        16
 | 
				
			||||||
                    ],
 | 
					                    ],
 | 
				
			||||||
                    "texture": "#front",
 | 
					                    "texture": "#front",
 | 
				
			||||||
                    "cullface": "north"
 | 
					                    "cullface": "north"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "south": {
 | 
					                "south": {
 | 
				
			||||||
                    "uv": [
 | 
					                    "uv": [
 | 
				
			||||||
                        0,
 | 
					                        0,
 | 
				
			||||||
                        0,
 | 
					                        0,
 | 
				
			||||||
                        16,
 | 
					                        16,
 | 
				
			||||||
                        16
 | 
					                        16
 | 
				
			||||||
                    ],
 | 
					                    ],
 | 
				
			||||||
                    "texture": "#bottom",
 | 
					                    "texture": "#bottom",
 | 
				
			||||||
                    "cullface": "south"
 | 
					                    "cullface": "south"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "west": {
 | 
					                "west": {
 | 
				
			||||||
                    "uv": [
 | 
					                    "uv": [
 | 
				
			||||||
                        16,
 | 
					                        16,
 | 
				
			||||||
                        16,
 | 
					                        16,
 | 
				
			||||||
                        0,
 | 
					                        0,
 | 
				
			||||||
                        0
 | 
					                        0
 | 
				
			||||||
                    ],
 | 
					                    ],
 | 
				
			||||||
                    "texture": "#side",
 | 
					                    "texture": "#side",
 | 
				
			||||||
                    "cullface": "west"
 | 
					                    "cullface": "west"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                "east": {
 | 
					                "east": {
 | 
				
			||||||
                    "uv": [
 | 
					                    "uv": [
 | 
				
			||||||
                        0,
 | 
					                        0,
 | 
				
			||||||
                        16,
 | 
					                        16,
 | 
				
			||||||
                        16,
 | 
					                        16,
 | 
				
			||||||
                        0
 | 
					                        0
 | 
				
			||||||
                    ],
 | 
					                    ],
 | 
				
			||||||
                    "texture": "#side",
 | 
					                    "texture": "#side",
 | 
				
			||||||
                    "cullface": "east"
 | 
					                    "cullface": "east"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@ -1,85 +0,0 @@
 | 
				
			|||||||
{
 | 
					 | 
				
			||||||
    "parent": "block/observer",
 | 
					 | 
				
			||||||
    "textures": {
 | 
					 | 
				
			||||||
        "bottom": "block/observer_back_on",
 | 
					 | 
				
			||||||
        "front": "block/observer_front_powered",
 | 
					 | 
				
			||||||
        "side": "block/observer_side_powered",
 | 
					 | 
				
			||||||
        "top": "block/observer_top_powered"
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "elements": [
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
            "from": [
 | 
					 | 
				
			||||||
                0,
 | 
					 | 
				
			||||||
                0,
 | 
					 | 
				
			||||||
                0
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "to": [
 | 
					 | 
				
			||||||
                16,
 | 
					 | 
				
			||||||
                16,
 | 
					 | 
				
			||||||
                16
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "faces": {
 | 
					 | 
				
			||||||
                "down": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        16
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#top",
 | 
					 | 
				
			||||||
                    "cullface": "down"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "up": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        0
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#top",
 | 
					 | 
				
			||||||
                    "cullface": "up"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "north": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        16
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#front",
 | 
					 | 
				
			||||||
                    "cullface": "north"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "south": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        16
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#bottom",
 | 
					 | 
				
			||||||
                    "cullface": "south"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "west": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        0
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#side",
 | 
					 | 
				
			||||||
                    "cullface": "west"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "east": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        0
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#side",
 | 
					 | 
				
			||||||
                    "cullface": "east"
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
    ]
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@ -1,135 +0,0 @@
 | 
				
			|||||||
{
 | 
					 | 
				
			||||||
    "textures": {
 | 
					 | 
				
			||||||
        "particle": "#platform"
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "elements": [
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
            "from": [
 | 
					 | 
				
			||||||
                0,
 | 
					 | 
				
			||||||
                0,
 | 
					 | 
				
			||||||
                0
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "to": [
 | 
					 | 
				
			||||||
                16,
 | 
					 | 
				
			||||||
                16,
 | 
					 | 
				
			||||||
                4
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "faces": {
 | 
					 | 
				
			||||||
                "down": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        4
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#side",
 | 
					 | 
				
			||||||
                    "cullface": "down",
 | 
					 | 
				
			||||||
                    "rotation": 180
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "up": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        4
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#side",
 | 
					 | 
				
			||||||
                    "cullface": "up"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "north": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        16
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#platform",
 | 
					 | 
				
			||||||
                    "cullface": "north"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "south": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        16
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#unsticky"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "west": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        4
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#side",
 | 
					 | 
				
			||||||
                    "rotation": 270,
 | 
					 | 
				
			||||||
                    "cullface": "west"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "east": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        4
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#side",
 | 
					 | 
				
			||||||
                    "rotation": 90,
 | 
					 | 
				
			||||||
                    "cullface": "east"
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
            "from": [
 | 
					 | 
				
			||||||
                6,
 | 
					 | 
				
			||||||
                6,
 | 
					 | 
				
			||||||
                4
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "to": [
 | 
					 | 
				
			||||||
                10,
 | 
					 | 
				
			||||||
                10,
 | 
					 | 
				
			||||||
                20
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "faces": {
 | 
					 | 
				
			||||||
                "down": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        4
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#arm",
 | 
					 | 
				
			||||||
                    "rotation": 90
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "up": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        4
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#arm",
 | 
					 | 
				
			||||||
                    "rotation": 270
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "west": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        4,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        0
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#arm"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "east": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        4
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#arm"
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
    ]
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@ -1,135 +0,0 @@
 | 
				
			|||||||
{
 | 
					 | 
				
			||||||
    "textures": {
 | 
					 | 
				
			||||||
        "particle": "#platform"
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "elements": [
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
            "from": [
 | 
					 | 
				
			||||||
                0,
 | 
					 | 
				
			||||||
                0,
 | 
					 | 
				
			||||||
                0
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "to": [
 | 
					 | 
				
			||||||
                16,
 | 
					 | 
				
			||||||
                16,
 | 
					 | 
				
			||||||
                4
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "faces": {
 | 
					 | 
				
			||||||
                "down": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        4
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#side",
 | 
					 | 
				
			||||||
                    "cullface": "down",
 | 
					 | 
				
			||||||
                    "rotation": 180
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "up": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        4
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#side",
 | 
					 | 
				
			||||||
                    "cullface": "up"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "north": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        16
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#platform",
 | 
					 | 
				
			||||||
                    "cullface": "north"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "south": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        16
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#unsticky"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "west": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        4
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#side",
 | 
					 | 
				
			||||||
                    "rotation": 270,
 | 
					 | 
				
			||||||
                    "cullface": "west"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "east": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        4
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#side",
 | 
					 | 
				
			||||||
                    "rotation": 90,
 | 
					 | 
				
			||||||
                    "cullface": "east"
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
            "from": [
 | 
					 | 
				
			||||||
                6,
 | 
					 | 
				
			||||||
                6,
 | 
					 | 
				
			||||||
                4
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "to": [
 | 
					 | 
				
			||||||
                10,
 | 
					 | 
				
			||||||
                10,
 | 
					 | 
				
			||||||
                16
 | 
					 | 
				
			||||||
            ],
 | 
					 | 
				
			||||||
            "faces": {
 | 
					 | 
				
			||||||
                "down": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        4,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        4
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#arm",
 | 
					 | 
				
			||||||
                    "rotation": 90
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "up": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        4,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        4
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#arm",
 | 
					 | 
				
			||||||
                    "rotation": 270
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "west": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        4,
 | 
					 | 
				
			||||||
                        4,
 | 
					 | 
				
			||||||
                        0
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#arm"
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                "east": {
 | 
					 | 
				
			||||||
                    "uv": [
 | 
					 | 
				
			||||||
                        4,
 | 
					 | 
				
			||||||
                        0,
 | 
					 | 
				
			||||||
                        16,
 | 
					 | 
				
			||||||
                        4
 | 
					 | 
				
			||||||
                    ],
 | 
					 | 
				
			||||||
                    "texture": "#arm"
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
    ]
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
							
								
								
									
										18
									
								
								resourcepack/assets/minecraft/models/block/piston_head_short_sticky.json
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						@ -1,9 +1,9 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "parent": "block/piston_head_short",
 | 
					    "parent": "block/template_piston_head_short_sticky",
 | 
				
			||||||
    "textures": {
 | 
					    "textures": {
 | 
				
			||||||
        "unsticky": "block/piston_top_sticky",
 | 
					        "unsticky": "block/piston_top",
 | 
				
			||||||
        "side": "block/piston_side_sticky",
 | 
					        "side": "block/piston_side_sticky",
 | 
				
			||||||
        "platform": "block/piston_top_sticky",
 | 
					        "unsticky_side": "block/piston_side",
 | 
				
			||||||
        "arm": "block/piston_side"
 | 
					        "platform": "block/piston_top_sticky"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										18
									
								
								resourcepack/assets/minecraft/models/block/piston_head_sticky.json
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						@ -1,9 +1,9 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "parent": "block/piston_head_different_arm_tex",
 | 
					    "parent": "block/template_piston_head_sticky",
 | 
				
			||||||
    "textures": {
 | 
					    "textures": {
 | 
				
			||||||
        "unsticky": "block/piston_top_sticky",
 | 
					        "unsticky": "block/piston_top_sticky",
 | 
				
			||||||
        "side": "block/piston_side_sticky",
 | 
					        "side": "block/piston_side_sticky",
 | 
				
			||||||
        "platform": "block/piston_top_sticky",
 | 
					        "unsticky_side": "block/piston_side",
 | 
				
			||||||
        "arm": "block/piston_side"
 | 
					        "platform": "block/piston_top_sticky"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										31
									
								
								resourcepack/assets/minecraft/models/block/stem_fruit.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						@ -0,0 +1,31 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "ambientocclusion": false,
 | 
				
			||||||
 | 
					    "textures": {
 | 
				
			||||||
 | 
					        "particle": "#stem"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "elements": [
 | 
				
			||||||
 | 
					        {   "from": [ 0, -1, 8 ],
 | 
				
			||||||
 | 
					            "to": [ 16, 7, 8 ],
 | 
				
			||||||
 | 
					            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "north": { "uv": [  0, 0, 16, 8 ], "texture": "#stem" },
 | 
				
			||||||
 | 
					                "south": { "uv": [ 16, 0,  0, 8 ], "texture": "#stem" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {   "from": [ 8, -1, 0 ],
 | 
				
			||||||
 | 
					            "to": [ 8, 7, 16 ],
 | 
				
			||||||
 | 
					            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "west": { "uv": [  0, 0, 16, 8 ], "texture": "#stem" },
 | 
				
			||||||
 | 
					                "east": { "uv": [ 16, 0,  0, 8 ], "texture": "#stem" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {   "from": [ 0, 0, 8 ],
 | 
				
			||||||
 | 
					            "to": [ 9, 16, 8 ],
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "north": { "uv": [ 9, 0, 0, 16 ], "texture": "#upperstem" },
 | 
				
			||||||
 | 
					                "south": { "uv": [ 0, 0, 9, 16 ], "texture": "#upperstem" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										24
									
								
								resourcepack/assets/minecraft/models/block/stem_growth0.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						@ -0,0 +1,24 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "ambientocclusion": false,
 | 
				
			||||||
 | 
					    "textures": {
 | 
				
			||||||
 | 
					        "particle": "#stem"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "elements": [
 | 
				
			||||||
 | 
					        {   "from": [ 0, -1, 8 ],
 | 
				
			||||||
 | 
					            "to": [ 16, 1, 8 ],
 | 
				
			||||||
 | 
					            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "north": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem" },
 | 
				
			||||||
 | 
					                "south": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {   "from": [ 8, -1, 0 ],
 | 
				
			||||||
 | 
					            "to": [ 8, 1, 16 ],
 | 
				
			||||||
 | 
					            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "west": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem" },
 | 
				
			||||||
 | 
					                "east": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										24
									
								
								resourcepack/assets/minecraft/models/block/stem_growth1.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						@ -0,0 +1,24 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "ambientocclusion": false,
 | 
				
			||||||
 | 
					    "textures": {
 | 
				
			||||||
 | 
					        "particle": "#stem"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "elements": [
 | 
				
			||||||
 | 
					        {   "from": [ 0, -1, 8 ],
 | 
				
			||||||
 | 
					            "to": [ 16, 3, 8 ],
 | 
				
			||||||
 | 
					            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" },
 | 
				
			||||||
 | 
					                "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {   "from": [ 8, -1, 0 ],
 | 
				
			||||||
 | 
					            "to": [ 8, 3, 16 ],
 | 
				
			||||||
 | 
					            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem" },
 | 
				
			||||||
 | 
					                "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										24
									
								
								resourcepack/assets/minecraft/models/block/stem_growth2.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						@ -0,0 +1,24 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "ambientocclusion": false,
 | 
				
			||||||
 | 
					    "textures": {
 | 
				
			||||||
 | 
					        "particle": "#stem"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "elements": [
 | 
				
			||||||
 | 
					        {   "from": [ 0, -1, 8 ],
 | 
				
			||||||
 | 
					            "to": [ 16, 5, 8 ],
 | 
				
			||||||
 | 
					            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "north": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem" },
 | 
				
			||||||
 | 
					                "south": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {   "from": [ 8, -1, 0 ],
 | 
				
			||||||
 | 
					            "to": [ 8, 5, 16 ],
 | 
				
			||||||
 | 
					            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "west": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem" },
 | 
				
			||||||
 | 
					                "east": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										24
									
								
								resourcepack/assets/minecraft/models/block/stem_growth3.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						@ -0,0 +1,24 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "ambientocclusion": false,
 | 
				
			||||||
 | 
					    "textures": {
 | 
				
			||||||
 | 
					        "particle": "#stem"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "elements": [
 | 
				
			||||||
 | 
					        {   "from": [ 0, -1, 8 ],
 | 
				
			||||||
 | 
					            "to": [ 16, 7, 8 ],
 | 
				
			||||||
 | 
					            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem" },
 | 
				
			||||||
 | 
					                "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {   "from": [ 8, -1, 0 ],
 | 
				
			||||||
 | 
					            "to": [ 8, 7, 16 ],
 | 
				
			||||||
 | 
					            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem" },
 | 
				
			||||||
 | 
					                "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										24
									
								
								resourcepack/assets/minecraft/models/block/stem_growth4.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						@ -0,0 +1,24 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "ambientocclusion": false,
 | 
				
			||||||
 | 
					    "textures": {
 | 
				
			||||||
 | 
					        "particle": "#stem"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "elements": [
 | 
				
			||||||
 | 
					        {   "from": [ 0, -1, 8 ],
 | 
				
			||||||
 | 
					            "to": [ 16, 9, 8 ],
 | 
				
			||||||
 | 
					            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "north": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem" },
 | 
				
			||||||
 | 
					                "south": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {   "from": [ 8, -1, 0 ],
 | 
				
			||||||
 | 
					            "to": [ 8, 9, 16 ],
 | 
				
			||||||
 | 
					            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "west": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem" },
 | 
				
			||||||
 | 
					                "east": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										24
									
								
								resourcepack/assets/minecraft/models/block/stem_growth5.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						@ -0,0 +1,24 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "ambientocclusion": false,
 | 
				
			||||||
 | 
					    "textures": {
 | 
				
			||||||
 | 
					        "particle": "#stem"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "elements": [
 | 
				
			||||||
 | 
					        {   "from": [ 0, -1, 8 ],
 | 
				
			||||||
 | 
					            "to": [ 16, 11, 8 ],
 | 
				
			||||||
 | 
					            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "north": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem" },
 | 
				
			||||||
 | 
					                "south": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {   "from": [ 8, -1, 0 ],
 | 
				
			||||||
 | 
					            "to": [ 8, 11, 16 ],
 | 
				
			||||||
 | 
					            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "west": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem" },
 | 
				
			||||||
 | 
					                "east": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										24
									
								
								resourcepack/assets/minecraft/models/block/stem_growth6.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						@ -0,0 +1,24 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "ambientocclusion": false,
 | 
				
			||||||
 | 
					    "textures": {
 | 
				
			||||||
 | 
					        "particle": "#stem"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "elements": [
 | 
				
			||||||
 | 
					        {   "from": [ 0, -1, 8 ],
 | 
				
			||||||
 | 
					            "to": [ 16, 13, 8 ],
 | 
				
			||||||
 | 
					            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "north": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem" },
 | 
				
			||||||
 | 
					                "south": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {   "from": [ 8, -1, 0 ],
 | 
				
			||||||
 | 
					            "to": [ 8, 13, 16 ],
 | 
				
			||||||
 | 
					            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "west": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem" },
 | 
				
			||||||
 | 
					                "east": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										24
									
								
								resourcepack/assets/minecraft/models/block/stem_growth7.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						@ -0,0 +1,24 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "ambientocclusion": false,
 | 
				
			||||||
 | 
					    "textures": {
 | 
				
			||||||
 | 
					        "particle": "#stem"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "elements": [
 | 
				
			||||||
 | 
					        {   "from": [ 0, -1, 8 ],
 | 
				
			||||||
 | 
					            "to": [ 16, 15, 8 ],
 | 
				
			||||||
 | 
					            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem" },
 | 
				
			||||||
 | 
					                "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {   "from": [ 8, -1, 0 ],
 | 
				
			||||||
 | 
					            "to": [ 8, 15, 16 ],
 | 
				
			||||||
 | 
					            "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem" },
 | 
				
			||||||
 | 
					                "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										16
									
								
								resourcepack/assets/minecraft/models/block/sticky_piston.json
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						@ -1,8 +1,8 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "parent": "block/piston",
 | 
					    "parent": "block/template_piston",
 | 
				
			||||||
    "textures": {
 | 
					    "textures": {
 | 
				
			||||||
        "bottom": "block/piston_bottom",
 | 
					        "bottom": "block/piston_bottom",
 | 
				
			||||||
        "side": "block/piston_side_sticky",
 | 
					        "side": "block/piston_side_sticky",
 | 
				
			||||||
        "platform": "block/piston_top_sticky"
 | 
					        "platform": "block/piston_top_sticky"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -1,8 +1,8 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "parent": "block/cube_bottom_top",
 | 
					    "parent": "block/cube_bottom_top",
 | 
				
			||||||
    "textures": {
 | 
					    "textures": {
 | 
				
			||||||
        "bottom": "block/piston_bottom",
 | 
					        "bottom": "block/piston_bottom",
 | 
				
			||||||
        "side": "block/piston_side_sticky",
 | 
					        "side": "block/piston_side_sticky",
 | 
				
			||||||
        "top": "block/piston_top_sticky"
 | 
					        "top": "block/piston_top_sticky"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@ -0,0 +1,27 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "textures": {
 | 
				
			||||||
 | 
					        "particle": "#platform"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "elements": [
 | 
				
			||||||
 | 
					        {   "from": [ 0, 0, 0 ],
 | 
				
			||||||
 | 
					            "to": [ 16, 16, 4 ],
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "down":  { "uv": [ 0, 0, 16,  4 ], "texture": "#side", "cullface": "down", "rotation": 180 },
 | 
				
			||||||
 | 
					                "up":    { "uv": [ 0, 0, 16,  4 ], "texture": "#side", "cullface": "up" },
 | 
				
			||||||
 | 
					                "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" },
 | 
				
			||||||
 | 
					                "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" },
 | 
				
			||||||
 | 
					                "west":  { "uv": [ 0, 0, 16,  4 ], "texture": "#side", "rotation": 270, "cullface": "west" },
 | 
				
			||||||
 | 
					                "east":  { "uv": [ 0, 0, 16,  4 ], "texture": "#side", "rotation": 90, "cullface": "east" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {   "from": [ 6, 6, 4 ],
 | 
				
			||||||
 | 
					            "to": [ 10, 10, 16 ],
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "down": { "uv": [  4, 0, 16, 4 ], "texture": "#unsticky_side", "rotation": 90 },
 | 
				
			||||||
 | 
					                "up":   { "uv": [  4, 0, 16, 4 ], "texture": "#unsticky_side", "rotation": 270 },
 | 
				
			||||||
 | 
					                "west": { "uv": [ 16, 4,  4, 0 ], "texture": "#unsticky_side" },
 | 
				
			||||||
 | 
					                "east": { "uv": [  4, 0, 16, 4 ], "texture": "#unsticky_side" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@ -0,0 +1,27 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "textures": {
 | 
				
			||||||
 | 
					        "particle": "#platform"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "elements": [
 | 
				
			||||||
 | 
					        {   "from": [ 0, 0, 0 ],
 | 
				
			||||||
 | 
					            "to": [ 16, 16, 4 ],
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "down":  { "uv": [ 0, 0, 16,  4 ], "texture": "#side", "cullface": "down", "rotation": 180 },
 | 
				
			||||||
 | 
					                "up":    { "uv": [ 0, 0, 16,  4 ], "texture": "#side", "cullface": "up" },
 | 
				
			||||||
 | 
					                "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" },
 | 
				
			||||||
 | 
					                "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" },
 | 
				
			||||||
 | 
					                "west":  { "uv": [ 0, 0, 16,  4 ], "texture": "#side", "rotation": 270, "cullface": "west" },
 | 
				
			||||||
 | 
					                "east":  { "uv": [ 0, 0, 16,  4 ], "texture": "#side", "rotation": 90, "cullface": "east" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {   "from": [ 6, 6, 4 ],
 | 
				
			||||||
 | 
					            "to": [ 10, 10, 20 ],
 | 
				
			||||||
 | 
					            "faces": {
 | 
				
			||||||
 | 
					                "down": { "uv": [  0, 0, 16, 4 ], "texture": "#unsticky_side", "rotation": 90 },
 | 
				
			||||||
 | 
					                "up":   { "uv": [  0, 0, 16, 4 ], "texture": "#unsticky_side", "rotation": 270 },
 | 
				
			||||||
 | 
					                "west": { "uv": [ 16, 4,  0, 0 ], "texture": "#unsticky_side" },
 | 
				
			||||||
 | 
					                "east": { "uv": [  0, 0, 16, 4 ], "texture": "#unsticky_side" }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										132
									
								
								resourcepack/assets/minecraft/models/item/shield.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						@ -0,0 +1,132 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "parent": "builtin/entity",
 | 
				
			||||||
 | 
					    "display": {
 | 
				
			||||||
 | 
					        "thirdperson_righthand": {
 | 
				
			||||||
 | 
					            "rotation": [
 | 
				
			||||||
 | 
					                0,
 | 
				
			||||||
 | 
					                90,
 | 
				
			||||||
 | 
					                0
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "translation": [
 | 
				
			||||||
 | 
					                10.51,
 | 
				
			||||||
 | 
					                6,
 | 
				
			||||||
 | 
					                -4
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "scale": [
 | 
				
			||||||
 | 
					                1,
 | 
				
			||||||
 | 
					                1,
 | 
				
			||||||
 | 
					                1
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        "thirdperson_lefthand": {
 | 
				
			||||||
 | 
					            "rotation": [
 | 
				
			||||||
 | 
					                0,
 | 
				
			||||||
 | 
					                90,
 | 
				
			||||||
 | 
					                0
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "translation": [
 | 
				
			||||||
 | 
					                10.51,
 | 
				
			||||||
 | 
					                6,
 | 
				
			||||||
 | 
					                12
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "scale": [
 | 
				
			||||||
 | 
					                1,
 | 
				
			||||||
 | 
					                1,
 | 
				
			||||||
 | 
					                1
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        "firstperson_righthand": {
 | 
				
			||||||
 | 
					            "rotation": [
 | 
				
			||||||
 | 
					                0,
 | 
				
			||||||
 | 
					                180,
 | 
				
			||||||
 | 
					                5
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "translation": [
 | 
				
			||||||
 | 
					                -10,
 | 
				
			||||||
 | 
					                -1,
 | 
				
			||||||
 | 
					                -10
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "scale": [
 | 
				
			||||||
 | 
					                1.25,
 | 
				
			||||||
 | 
					                1.25,
 | 
				
			||||||
 | 
					                1.25
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        "firstperson_lefthand": {
 | 
				
			||||||
 | 
					            "rotation": [
 | 
				
			||||||
 | 
					                0,
 | 
				
			||||||
 | 
					                180,
 | 
				
			||||||
 | 
					                5
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "translation": [
 | 
				
			||||||
 | 
					                10,
 | 
				
			||||||
 | 
					                -3,
 | 
				
			||||||
 | 
					                -10
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "scale": [
 | 
				
			||||||
 | 
					                1.25,
 | 
				
			||||||
 | 
					                1.25,
 | 
				
			||||||
 | 
					                1.25
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        "gui": {
 | 
				
			||||||
 | 
					            "rotation": [
 | 
				
			||||||
 | 
					                15,
 | 
				
			||||||
 | 
					                -25,
 | 
				
			||||||
 | 
					                -5
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "translation": [
 | 
				
			||||||
 | 
					                2,
 | 
				
			||||||
 | 
					                3,
 | 
				
			||||||
 | 
					                0
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "scale": [
 | 
				
			||||||
 | 
					                0.65,
 | 
				
			||||||
 | 
					                0.65,
 | 
				
			||||||
 | 
					                0.65
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        "fixed": {
 | 
				
			||||||
 | 
					            "rotation": [
 | 
				
			||||||
 | 
					                0,
 | 
				
			||||||
 | 
					                180,
 | 
				
			||||||
 | 
					                0
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "translation": [
 | 
				
			||||||
 | 
					                -2,
 | 
				
			||||||
 | 
					                4,
 | 
				
			||||||
 | 
					                -5
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "scale": [
 | 
				
			||||||
 | 
					                0.5,
 | 
				
			||||||
 | 
					                0.5,
 | 
				
			||||||
 | 
					                0.5
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        "ground": {
 | 
				
			||||||
 | 
					            "rotation": [
 | 
				
			||||||
 | 
					                0,
 | 
				
			||||||
 | 
					                0,
 | 
				
			||||||
 | 
					                0
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "translation": [
 | 
				
			||||||
 | 
					                4,
 | 
				
			||||||
 | 
					                4,
 | 
				
			||||||
 | 
					                2
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "scale": [
 | 
				
			||||||
 | 
					                0.25,
 | 
				
			||||||
 | 
					                0.25,
 | 
				
			||||||
 | 
					                0.25
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "overrides": [
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            "predicate": {
 | 
				
			||||||
 | 
					                "blocking": 1
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            "model": "item/shield_blocking"
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@ -0,0 +1,78 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "parent": "builtin/entity",
 | 
				
			||||||
 | 
					    "display": {
 | 
				
			||||||
 | 
					        "thirdperson_righthand": {
 | 
				
			||||||
 | 
					            "rotation": [
 | 
				
			||||||
 | 
					                0,
 | 
				
			||||||
 | 
					                90,
 | 
				
			||||||
 | 
					                0
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "translation": [
 | 
				
			||||||
 | 
					                10.51,
 | 
				
			||||||
 | 
					                6,
 | 
				
			||||||
 | 
					                -4
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "scale": [
 | 
				
			||||||
 | 
					                1,
 | 
				
			||||||
 | 
					                1,
 | 
				
			||||||
 | 
					                1
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        "thirdperson_lefthand": {
 | 
				
			||||||
 | 
					            "rotation": [
 | 
				
			||||||
 | 
					                0,
 | 
				
			||||||
 | 
					                90,
 | 
				
			||||||
 | 
					                0
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "translation": [
 | 
				
			||||||
 | 
					                10.51,
 | 
				
			||||||
 | 
					                6,
 | 
				
			||||||
 | 
					                12
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "scale": [
 | 
				
			||||||
 | 
					                1,
 | 
				
			||||||
 | 
					                1,
 | 
				
			||||||
 | 
					                1
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        "firstperson_righthand": {
 | 
				
			||||||
 | 
					            "rotation": [ 0, 180, -5 ],
 | 
				
			||||||
 | 
					            "translation": [ -15, 2.25, -11 ],
 | 
				
			||||||
 | 
					            "scale": [ 1.25, 1.25, 1.25 ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        "firstperson_lefthand": {
 | 
				
			||||||
 | 
					            "rotation": [
 | 
				
			||||||
 | 
					                0,
 | 
				
			||||||
 | 
					                180,
 | 
				
			||||||
 | 
					                -5
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "translation": [
 | 
				
			||||||
 | 
					                5,
 | 
				
			||||||
 | 
					                4,
 | 
				
			||||||
 | 
					                -11
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "scale": [
 | 
				
			||||||
 | 
					                1.25,
 | 
				
			||||||
 | 
					                1.25,
 | 
				
			||||||
 | 
					                1.25
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        "gui": {
 | 
				
			||||||
 | 
					            "rotation": [
 | 
				
			||||||
 | 
					                15,
 | 
				
			||||||
 | 
					                -25,
 | 
				
			||||||
 | 
					                -5
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "translation": [
 | 
				
			||||||
 | 
					                2,
 | 
				
			||||||
 | 
					                3,
 | 
				
			||||||
 | 
					                0
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
 | 
					            "scale": [
 | 
				
			||||||
 | 
					                0.65,
 | 
				
			||||||
 | 
					                0.65,
 | 
				
			||||||
 | 
					                0.65
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@ -0,0 +1,3 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "parent": "block/sticky_piston_inventory"
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										0
									
								
								resourcepack/assets/minecraft/sounds/ambient/weather/rain1.ogg
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						
							
								
								
									
										0
									
								
								resourcepack/assets/minecraft/sounds/ambient/weather/rain2.ogg
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						
							
								
								
									
										0
									
								
								resourcepack/assets/minecraft/sounds/ambient/weather/rain3.ogg
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						
							
								
								
									
										0
									
								
								resourcepack/assets/minecraft/sounds/ambient/weather/rain4.ogg
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						
							
								
								
									
										0
									
								
								resourcepack/assets/minecraft/sounds/ambient/weather/rain5.ogg
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						
							
								
								
									
										0
									
								
								resourcepack/assets/minecraft/sounds/ambient/weather/rain6.ogg
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						
							
								
								
									
										0
									
								
								resourcepack/assets/minecraft/sounds/ambient/weather/rain7.ogg
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						
							
								
								
									
										0
									
								
								resourcepack/assets/minecraft/sounds/ambient/weather/rain8.ogg
									
									
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						| 
		 Before Width: | Height: | Size: 252 B  | 
| 
		 Before Width: | Height: | Size: 264 B  | 
| 
		 Before Width: | Height: | Size: 412 B  | 
| 
		 Before Width: | Height: | Size: 387 B  | 
| 
		 Before Width: | Height: | Size: 467 B  | 
| 
		 Before Width: | Height: | Size: 452 B  | 
| 
		 Before Width: | Height: | Size: 232 B  | 
| 
		 Before Width: | Height: | Size: 294 B  | 
| 
		 Before Width: | Height: | Size: 295 B  | 
| 
		 Before Width: | Height: | Size: 367 B  | 
| 
		 Before Width: | Height: | Size: 456 B  | 
| 
		 Before Width: | Height: | Size: 236 B  | 
| 
		 Before Width: | Height: | Size: 201 B  | 
| 
		 Before Width: | Height: | Size: 146 B After Width: | Height: | Size: 265 B  | 
| 
		 After Width: | Height: | Size: 1.5 KiB  | 
| 
		 Before Width: | Height: | Size: 341 B  | 
| 
		 Before Width: | Height: | Size: 211 B  | 
| 
		 Before Width: | Height: | Size: 446 B  | 
| 
		 Before Width: | Height: | Size: 127 B  | 
| 
		 Before Width: | Height: | Size: 177 B  | 
| 
		 Before Width: | Height: | Size: 345 B  | 
| 
		 Before Width: | Height: | Size: 385 B  | 
| 
		 Before Width: | Height: | Size: 297 B  | 
| 
		 Before Width: | Height: | Size: 274 B  | 
| 
		 Before Width: | Height: | Size: 398 B  | 
| 
		 Before Width: | Height: | Size: 491 B  | 
| 
		 Before Width: | Height: | Size: 515 B  | 
| 
		 Before Width: | Height: | Size: 468 B  | 
| 
		 Before Width: | Height: | Size: 223 B  | 
| 
		 Before Width: | Height: | Size: 280 B  | 
| 
		 Before Width: | Height: | Size: 167 B  | 
| 
		 Before Width: | Height: | Size: 242 B  | 
| 
		 Before Width: | Height: | Size: 413 B  | 
| 
		 Before Width: | Height: | Size: 328 B  | 
| 
		 Before Width: | Height: | Size: 254 B  | 
| 
		 Before Width: | Height: | Size: 266 B  | 
| 
		 Before Width: | Height: | Size: 139 B  | 
| 
		 Before Width: | Height: | Size: 221 B  | 
| 
		 Before Width: | Height: | Size: 225 B  | 
| 
		 Before Width: | Height: | Size: 458 B  | 
| 
		 Before Width: | Height: | Size: 401 B  | 
| 
		 Before Width: | Height: | Size: 203 B  | 
| 
		 Before Width: | Height: | Size: 200 B  | 
| 
		 Before Width: | Height: | Size: 189 B  | 
| 
		 Before Width: | Height: | Size: 237 B  | 
| 
		 Before Width: | Height: | Size: 138 B  | 
| 
		 Before Width: | Height: | Size: 233 B  | 
| 
		 Before Width: | Height: | Size: 323 B  | 
| 
		 Before Width: | Height: | Size: 416 B  |