You've already forked minecraft-assets
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac21efcf94 |
@@ -1369,7 +1369,7 @@ effect.luck=Luck
|
||||
effect.unluck=Bad Luck
|
||||
effect.levitation=Levitation
|
||||
|
||||
tipped_arrow.effect.empty=Uncraftable Tipped Arrow
|
||||
tipped_arrow.effect.empty=Tipped Arrow
|
||||
tipped_arrow.effect.water=Tipped Arrow
|
||||
tipped_arrow.effect.mundane=Tipped Arrow
|
||||
tipped_arrow.effect.thick=Tipped Arrow
|
||||
|
||||
@@ -40,18 +40,6 @@
|
||||
"min": 0,
|
||||
"max": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "furnace_smelt",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "entity_properties",
|
||||
"entity": "this",
|
||||
"properties": {
|
||||
"on_fire": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -40,18 +40,6 @@
|
||||
"min": 0,
|
||||
"max": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "furnace_smelt",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "entity_properties",
|
||||
"entity": "this",
|
||||
"properties": {
|
||||
"on_fire": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -52,13 +52,6 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"function": "looting_enchant",
|
||||
"count": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -5,24 +5,7 @@
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:bone",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 0,
|
||||
"max": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "looting_enchant",
|
||||
"count": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
"name": "minecraft:bone"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -5,24 +5,7 @@
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:rotten_flesh",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 0,
|
||||
"max": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "looting_enchant",
|
||||
"count": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
"name": "minecraft:rotten_flesh"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -64,15 +64,11 @@
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:dye",
|
||||
"weight": 1,
|
||||
"weight": 10,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_data",
|
||||
"data": 0
|
||||
},
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
6
assets/minecraft/models/block/cobblestone_wall_ne.json
Normal file
6
assets/minecraft/models/block/cobblestone_wall_ne.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/wall_ne",
|
||||
"textures": {
|
||||
"wall": "blocks/cobblestone"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/cobblestone_wall_ns.json
Normal file
6
assets/minecraft/models/block/cobblestone_wall_ns.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/wall_ns",
|
||||
"textures": {
|
||||
"wall": "blocks/cobblestone"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/wall_ns_above",
|
||||
"textures": {
|
||||
"wall": "blocks/cobblestone"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/cobblestone_wall_nse.json
Normal file
6
assets/minecraft/models/block/cobblestone_wall_nse.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/wall_nse",
|
||||
"textures": {
|
||||
"wall": "blocks/cobblestone"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/cobblestone_wall_nsew.json
Normal file
6
assets/minecraft/models/block/cobblestone_wall_nsew.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/wall_nsew",
|
||||
"textures": {
|
||||
"wall": "blocks/cobblestone"
|
||||
}
|
||||
}
|
||||
18
assets/minecraft/models/block/column_side.json
Normal file
18
assets/minecraft/models/block/column_side.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "#side"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "down" },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "up" },
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#end", "cullface": "north" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#end", "cullface": "south" },
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west", "rotation": 270 },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east", "rotation": 90 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
3
assets/minecraft/models/item/lit_furnace.json
Normal file
3
assets/minecraft/models/item/lit_furnace.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "block/lit_furnace"
|
||||
}
|
||||
3
assets/minecraft/models/item/old_wood_slab.json
Normal file
3
assets/minecraft/models/item/old_wood_slab.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "block/half_slab_oak"
|
||||
}
|
||||
3
assets/minecraft/models/item/wood_old_slab.json
Normal file
3
assets/minecraft/models/item/wood_old_slab.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "block/half_slab_oak"
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.7 KiB |
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"id": "16w38a",
|
||||
"id": "16w36a",
|
||||
"type": "snapshot",
|
||||
"url": "https://launchermeta.mojang.com/mc/game/1b29f6bbf02e8dd16ba5519f7042a36b7734b732/16w38a.json",
|
||||
"url": "https://launchermeta.mojang.com/mc/game/061e119d3089f58ac216221860038da489d8cb0a/16w36a.json",
|
||||
"time": "2017-02-07T13:18:39+00:00",
|
||||
"releaseTime": "2016-09-20T12:40:49+00:00",
|
||||
"downloadTimestamp": 1487419258278
|
||||
"releaseTime": "2016-09-08T14:55:10+00:00",
|
||||
"downloadTimestamp": 1487419288936
|
||||
}
|
||||
Reference in New Issue
Block a user