Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b7a1d48b0 | ||
|
|
d15f9cad02 | ||
|
|
94121d4b15 | ||
|
|
16cbd88394 | ||
|
|
7f5ebb7e9d | ||
|
|
bc9e751416 | ||
|
|
e3ecd4b108 | ||
|
|
01f27a344b | ||
|
|
803c6d5983 | ||
|
|
0c3c7be51f | ||
|
|
f15eb9c4b1 | ||
|
|
be7679f1ec | ||
|
|
0057223d89 | ||
|
|
6af4d4c6e8 | ||
|
|
97a934edef | ||
|
|
fd62ff6b17 | ||
|
|
acb0aad1e5 | ||
|
|
51d19e6415 | ||
|
|
b136457b40 | ||
|
|
514f7f749d | ||
|
|
37fe242f4c |
@@ -1,3 +0,0 @@
|
||||
github: InventivetalentDev
|
||||
patreon: inventivetalent
|
||||
custom: ["https://www.paypal.me/inventivetalent", "https://donation.inventivetalent.org"]
|
||||
@@ -38,6 +38,28 @@
|
||||
"gui.recipebook.toggleRecipes.smeltable": "Showing Smeltable",
|
||||
"gui.recipebook.toggleRecipes.blastable": "Showing Blastable",
|
||||
"gui.recipebook.toggleRecipes.smokable": "Showing Smokable",
|
||||
"gui.socialInteractions.title": "Social Interactions",
|
||||
"gui.socialInteractions.tab_all": "All",
|
||||
"gui.socialInteractions.tab_hidden": "Hidden",
|
||||
"gui.socialInteractions.tab_blocked": "Blocked",
|
||||
"gui.socialInteractions.blocking_hint": "Manage with Microsoft account",
|
||||
"gui.socialInteractions.status_hidden": "Hidden",
|
||||
"gui.socialInteractions.status_blocked": "Blocked",
|
||||
"gui.socialInteractions.status_offline": "Offline",
|
||||
"gui.socialInteractions.status_hidden_offline": "Hidden - Offline",
|
||||
"gui.socialInteractions.status_blocked_offline": "Blocked - Offline",
|
||||
"gui.socialInteractions.server_label.single": "%s - %s player",
|
||||
"gui.socialInteractions.server_label.multiple": "%s - %s players",
|
||||
"gui.socialInteractions.search_hint": "Search...",
|
||||
"gui.socialInteractions.search_empty": "Couldn't find any players with that name",
|
||||
"gui.socialInteractions.empty_hidden": "No players hidden in chat",
|
||||
"gui.socialInteractions.empty_blocked": "No blocked players in chat",
|
||||
"gui.socialInteractions.hide": "Hide in Chat",
|
||||
"gui.socialInteractions.show": "Show in Chat",
|
||||
"gui.socialInteractions.hidden_in_chat": "Chat messages from %s will be hidden",
|
||||
"gui.socialInteractions.shown_in_chat": "Chat messages from %s will be shown",
|
||||
"gui.socialInteractions.tooltip.hide": "Hide messages from %s in chat",
|
||||
"gui.socialInteractions.tooltip.show": "Show messages from %s in chat",
|
||||
"gui.narrate.button": "%s button",
|
||||
"gui.narrate.slider": "%s slider",
|
||||
"gui.narrate.editBox": "%s edit box: %s",
|
||||
@@ -335,14 +357,13 @@
|
||||
"multiplayer.status.cancelled": "Cancelled",
|
||||
"multiplayer.status.cannot_connect": "Can't connect to server",
|
||||
"multiplayer.status.cannot_resolve": "Can't resolve hostname",
|
||||
"multiplayer.status.client_out_of_date": "Client out of date!",
|
||||
"multiplayer.status.finished": "Finished",
|
||||
"multiplayer.status.incompatible": "Incompatible version!",
|
||||
"multiplayer.status.no_connection": "(no connection)",
|
||||
"multiplayer.status.ping": "%s ms",
|
||||
"multiplayer.status.old": "Old",
|
||||
"multiplayer.status.pinging": "Pinging...",
|
||||
"multiplayer.status.quitting": "Quitting",
|
||||
"multiplayer.status.server_out_of_date": "Server out of date!",
|
||||
"multiplayer.status.unknown": "???",
|
||||
"multiplayer.status.unrequested": "Received unrequested status",
|
||||
"multiplayer.status.request_handled": "Status request has been handled",
|
||||
@@ -362,8 +383,9 @@
|
||||
"multiplayer.disconnect.invalid_vehicle_movement": "Invalid move vehicle packet received",
|
||||
"multiplayer.disconnect.ip_banned": "You have been IP banned from this server",
|
||||
"multiplayer.disconnect.kicked": "Kicked by an operator",
|
||||
"multiplayer.disconnect.outdated_client": "Outdated client! Please use %s",
|
||||
"multiplayer.disconnect.outdated_server": "Outdated server! I'm still on %s",
|
||||
"multiplayer.disconnect.incompatible": "Incompatible client! Please use %s",
|
||||
"multiplayer.disconnect.outdated_client": "Incompatible client! Please use %s",
|
||||
"multiplayer.disconnect.outdated_server": "Incompatible client! Please use %s",
|
||||
"multiplayer.disconnect.server_shutdown": "Server closed",
|
||||
"multiplayer.disconnect.slow_login": "Took too long to log in",
|
||||
"multiplayer.disconnect.unverified_username": "Failed to verify username!",
|
||||
@@ -372,6 +394,7 @@
|
||||
"multiplayer.disconnect.name_taken": "That name is already taken",
|
||||
"multiplayer.disconnect.unexpected_query_response": "Unexpected custom data from client",
|
||||
"multiplayer.disconnect.missing_tags": "Incomplete set of tags received from server.\nPlease contact server operator.",
|
||||
"multiplayer.socialInteractions.not_available": "Social Interactions are only available in Multiplayer worlds",
|
||||
"chat.editBox": "chat",
|
||||
"chat.cannotSend": "Cannot send chat message",
|
||||
"chat.type.text": "<%s> %s",
|
||||
@@ -433,6 +456,7 @@
|
||||
"disconnect.loginFailedInfo": "Failed to log in: %s",
|
||||
"disconnect.loginFailedInfo.serversUnavailable": "The authentication servers are currently down for maintenance.",
|
||||
"disconnect.loginFailedInfo.invalidSession": "Invalid session (Try restarting your game and the launcher)",
|
||||
"disconnect.loginFailedInfo.insufficientPrivileges": "Multiplayer is disabled. Please check your Microsoft account settings.",
|
||||
"disconnect.quitting": "Quitting",
|
||||
"disconnect.endOfStream": "End of stream",
|
||||
"disconnect.overflow": "Buffer overflow",
|
||||
@@ -557,6 +581,7 @@
|
||||
"options.accessibility.text_background.chat": "Chat",
|
||||
"options.accessibility.text_background.everywhere": "Everywhere",
|
||||
"options.accessibility.text_background_opacity": "Text Background Opacity",
|
||||
"options.accessibility.link": "Accessibility Guide",
|
||||
"options.key.toggle": "Toggle",
|
||||
"options.key.hold": "Hold",
|
||||
"options.skinCustomisation": "Skin Customization...",
|
||||
@@ -603,6 +628,8 @@
|
||||
"options.fullscreen.current": "Current",
|
||||
"options.mipmapLevels": "Mipmap Levels",
|
||||
"options.forceUnicodeFont": "Force Unicode Font",
|
||||
"options.hideMatchedNames": "Hide Matched Names",
|
||||
"options.hideMatchedNames.tooltip": "3rd-party Servers may send chat messages in non-standard formats.\nWith this option on: hidden players will be matched based on chat sender names.",
|
||||
"narrator.toast.disabled": "Narrator Disabled",
|
||||
"narrator.toast.enabled": "Narrator Enabled",
|
||||
"difficulty.lock.title": "Lock World Difficulty",
|
||||
@@ -611,7 +638,7 @@
|
||||
"title.oldgl.eol.line2": "playing future updates as OpenGL 2.0 will be required!",
|
||||
"title.oldgl.deprecation.line1": "Old graphics card detected; this may prevent you from",
|
||||
"title.oldgl.deprecation.line2": "playing in the future as OpenGL 3.2 will be required!",
|
||||
"title.multiplayer.disabled": "Multiplayer is disabled. Please check your launcher settings.",
|
||||
"title.multiplayer.disabled": "Multiplayer is disabled. Please check your Microsoft account settings.",
|
||||
"controls.title": "Controls",
|
||||
"controls.reset": "Reset",
|
||||
"controls.resetAll": "Reset Keys",
|
||||
@@ -631,6 +658,7 @@
|
||||
"key.use": "Use Item/Place Block",
|
||||
"key.pickItem": "Pick Block",
|
||||
"key.command": "Open Command",
|
||||
"key.socialInteractions": "Social Interactions Screen",
|
||||
"key.screenshot": "Take Screenshot",
|
||||
"key.togglePerspective": "Toggle Perspective",
|
||||
"key.smoothCamera": "Toggle Cinematic Camera",
|
||||
@@ -3921,6 +3949,8 @@
|
||||
"tutorial.open_inventory.description": "Press %s",
|
||||
"tutorial.craft_planks.title": "Craft wooden planks",
|
||||
"tutorial.craft_planks.description": "The recipe book can help",
|
||||
"tutorial.socialInteractions.title": "Social Interactions",
|
||||
"tutorial.socialInteractions.description": "Press %s to open",
|
||||
"advancements.adventure.adventuring_time.title": "Adventuring Time",
|
||||
"advancements.adventure.adventuring_time.description": "Discover every biome",
|
||||
"advancements.adventure.arbalistic.title": "Arbalistic",
|
||||
|
||||
29
assets/minecraft/models/block/fire_floor.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 8.8 ],
|
||||
"to": [ 16, 22.4, 8.8 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": -22.5, "rescale": true },
|
||||
"shade": false,
|
||||
"faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }}
|
||||
},
|
||||
{ "from": [ 0, 0, 7.2 ],
|
||||
"to": [ 16, 22.4, 7.2 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": 22.5, "rescale": true },
|
||||
"shade": false,
|
||||
"faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }}
|
||||
},
|
||||
{ "from": [ 8.8, 0, 0 ],
|
||||
"to": [ 8.8, 22.4, 16 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "z", "angle": -22.5, "rescale": true },
|
||||
"shade": false,
|
||||
"faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }}
|
||||
},
|
||||
{ "from": [ 7.2, 0, 0 ],
|
||||
"to": [ 7.2, 22.4, 16 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "z", "angle": 22.5, "rescale": true },
|
||||
"shade": false,
|
||||
"faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }}
|
||||
}
|
||||
]
|
||||
}
|
||||
13
assets/minecraft/models/block/fire_side.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0.01 ],
|
||||
"to": [ 16, 22.4, 0.01 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" },
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
13
assets/minecraft/models/block/fire_side_alt.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0.01 ],
|
||||
"to": [ 16, 22.4, 0.01 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" },
|
||||
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
17
assets/minecraft/models/block/fire_up.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"elements": [
|
||||
{ "from": [ 0, 16, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"rotation": { "origin": [ 16, 16, 8 ], "axis": "z", "angle": 22.5, "rescale": true },
|
||||
"shade": false,
|
||||
"faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 270 }}
|
||||
},
|
||||
{ "from": [ 0, 16, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"rotation": { "origin": [ 0, 16, 8 ], "axis": "z", "angle": -22.5, "rescale": true },
|
||||
"shade": false,
|
||||
"faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 90 }}
|
||||
}
|
||||
]
|
||||
}
|
||||
17
assets/minecraft/models/block/fire_up_alt.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"elements": [
|
||||
{ "from": [ 0, 16, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"rotation": { "origin": [ 8, 16, 16 ], "axis": "x", "angle": -22.5, "rescale": true },
|
||||
"shade": false,
|
||||
"faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 180 }}
|
||||
},
|
||||
{ "from": [ 0, 16, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"rotation": { "origin": [ 8, 16, 0 ], "axis": "x", "angle": 22.5, "rescale": true },
|
||||
"shade": false,
|
||||
"faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }}
|
||||
}
|
||||
]
|
||||
}
|
||||
51
assets/minecraft/models/block/hanging_lantern.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "block/lantern",
|
||||
"all": "block/lantern"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 5, 1, 5 ],
|
||||
"to": [ 11, 8, 11 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 9, 6, 15 ], "texture": "#all"},
|
||||
"up": { "uv": [ 0, 9, 6, 15 ], "texture": "#all" },
|
||||
"north": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" },
|
||||
"south": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" },
|
||||
"west": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" },
|
||||
"east": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 6, 8, 6 ],
|
||||
"to": [ 10, 10, 10 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 1, 10, 5, 14 ], "texture": "#all"},
|
||||
"up": { "uv": [ 1, 10, 5, 14 ], "texture": "#all" },
|
||||
"north": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" },
|
||||
"south": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" },
|
||||
"west": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" },
|
||||
"east": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 6.5, 11, 8 ],
|
||||
"to": [ 9.5, 15, 8 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45},
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 11, 1, 14, 5 ], "texture": "#all" },
|
||||
"south": { "uv": [ 11, 1, 14, 5 ], "texture": "#all" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 8, 10, 6.5 ],
|
||||
"to": [ 8, 16, 9.5 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45},
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 11, 6, 14, 12 ], "texture": "#all" },
|
||||
"east": { "uv": [ 11, 6, 14, 12 ], "texture": "#all" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
6
assets/minecraft/models/block/redstone_ore_on.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/redstone_ore"
|
||||
}
|
||||
}
|
||||
35
assets/minecraft/models/block/torch_wall.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#torch"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ -1, 3.5, 7 ],
|
||||
"to": [ 1, 13.5, 9 ],
|
||||
"rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" },
|
||||
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" }
|
||||
}
|
||||
},
|
||||
{ "from": [ -1, 3.5, 0 ],
|
||||
"to": [ 1, 19.5, 16 ],
|
||||
"rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }
|
||||
}
|
||||
},
|
||||
{ "from": [ -8, 3.5, 7 ],
|
||||
"to": [ 8, 19.5, 9 ],
|
||||
"rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
6
assets/minecraft/models/item/3d.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/3d"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/item/blue_key.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/blue_key"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/item/brain_coral_wall_fan.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "block/brain_coral_fan"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/item/bubble_coral_wall_fan.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "block/bubble_coral_fan"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "block/dead_brain_coral_fan"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "block/dead_bubble_coral_fan"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "block/dead_fire_coral_fan"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "block/dead_horn_coral_fan"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "block/dead_tube_coral_fan"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/item/fire_coral_wall_fan.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "block/fire_coral_fan"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/item/horn_coral_wall_fan.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "block/horn_coral_fan"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/item/red_key.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/red_key"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/item/tube_coral_wall_fan.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "block/tube_coral_fan"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/item/yellow_key.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "item/yellow_key"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "item/template_spawn_egg"
|
||||
}
|
||||
BIN
assets/minecraft/sound.sys
Normal file
BIN
assets/minecraft/sounds/mob/zombiepig/zpig1.ogg
Normal file
BIN
assets/minecraft/sounds/mob/zombiepig/zpig2.ogg
Normal file
BIN
assets/minecraft/sounds/mob/zombiepig/zpig3.ogg
Normal file
BIN
assets/minecraft/sounds/mob/zombiepig/zpig4.ogg
Normal file
BIN
assets/minecraft/sounds/mob/zombiepig/zpigangry1.ogg
Normal file
BIN
assets/minecraft/sounds/mob/zombiepig/zpigangry2.ogg
Normal file
BIN
assets/minecraft/sounds/mob/zombiepig/zpigangry3.ogg
Normal file
BIN
assets/minecraft/sounds/mob/zombiepig/zpigangry4.ogg
Normal file
BIN
assets/minecraft/sounds/mob/zombiepig/zpigdeath.ogg
Normal file
BIN
assets/minecraft/sounds/mob/zombiepig/zpighurt1.ogg
Normal file
BIN
assets/minecraft/sounds/mob/zombiepig/zpighurt2.ogg
Normal file
BIN
assets/minecraft/sounds/ui/bim_bom.ogg
Normal file
@@ -407,3 +407,11 @@ Also try Minecraft Dungeons!
|
||||
Vanilla!
|
||||
May contain traces of citrus!
|
||||
Zoglin!?
|
||||
Black lives matter!
|
||||
Be anti-racist!
|
||||
Learn about allyship!
|
||||
Speak OUT against injustice and UP for equality!
|
||||
Amplify and listen to BIPOC voices!
|
||||
Educate your friends on anti-racism!
|
||||
Support the BIPOC community and creators!
|
||||
Stand up for equality in your community!
|
||||
|
||||
BIN
assets/minecraft/textures/entity/chest/christmas_double.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
assets/minecraft/textures/entity/chest/normal_double.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/minecraft/textures/entity/chest/trapped_double.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/minecraft/textures/entity/creeper/creeper_special.png
Normal file
|
After Width: | Height: | Size: 359 B |
BIN
assets/minecraft/textures/entity/iron_golem.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
assets/minecraft/textures/entity/zombie_pigman.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
assets/minecraft/textures/gui/boss_mode.png
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
assets/minecraft/textures/gui/hotbar.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
assets/minecraft/textures/gui/loading.png
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
BIN
assets/minecraft/textures/gui/mojang_logo.png
Normal file
|
After Width: | Height: | Size: 396 B |
BIN
assets/minecraft/textures/gui/mojang_text.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
assets/minecraft/textures/gui/presets/chaos.png
Normal file
|
After Width: | Height: | Size: 106 KiB |
BIN
assets/minecraft/textures/gui/presets/delight.png
Normal file
|
After Width: | Height: | Size: 91 KiB |
BIN
assets/minecraft/textures/gui/presets/drought.png
Normal file
|
After Width: | Height: | Size: 119 KiB |
BIN
assets/minecraft/textures/gui/presets/luck.png
Normal file
|
After Width: | Height: | Size: 103 KiB |
BIN
assets/minecraft/textures/gui/presets/madness.png
Normal file
|
After Width: | Height: | Size: 102 KiB |
BIN
assets/minecraft/textures/gui/presets/water.png
Normal file
|
After Width: | Height: | Size: 75 KiB |
BIN
assets/minecraft/textures/gui/social_interactions.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
assets/minecraft/textures/gui/title/mojang.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.4 KiB |
BIN
assets/minecraft/textures/item/3d.png
Normal file
|
After Width: | Height: | Size: 236 B |
BIN
assets/minecraft/textures/item/blue_key.png
Normal file
|
After Width: | Height: | Size: 287 B |
6
assets/minecraft/textures/item/blue_key.png.mcmeta
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"animation": {
|
||||
"interpolate": true,
|
||||
"frametime": 20
|
||||
}
|
||||
}
|
||||
BIN
assets/minecraft/textures/item/red_key.png
Normal file
|
After Width: | Height: | Size: 280 B |
6
assets/minecraft/textures/item/red_key.png.mcmeta
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"animation": {
|
||||
"interpolate": true,
|
||||
"frametime": 20
|
||||
}
|
||||
}
|
||||
BIN
assets/minecraft/textures/item/yellow_key.png
Normal file
|
After Width: | Height: | Size: 284 B |
6
assets/minecraft/textures/item/yellow_key.png.mcmeta
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"animation": {
|
||||
"interpolate": true,
|
||||
"frametime": 20
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 301 B After Width: | Height: | Size: 331 B |
37
data/minecraft/advancements/husbandry/break_diamond_hoe.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/plant_seed",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:diamond_hoe"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.break_diamond_hoe.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.break_diamond_hoe.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"rewards": {
|
||||
"experience": 100
|
||||
},
|
||||
"criteria": {
|
||||
"broke_hoe": {
|
||||
"trigger": "minecraft:item_durability_changed",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "minecraft:diamond_hoe"
|
||||
},
|
||||
"durability": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"broke_hoe"
|
||||
]
|
||||
]
|
||||
}
|
||||
32
data/minecraft/advancements/recipes/misc/composter.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:composter"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_wooden_fences": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:wooden_fences"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:composter"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_wooden_fences",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
32
data/minecraft/advancements/recipes/misc/sugar.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"minecraft:sugar"
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_reeds": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:sugar_cane"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
"recipe": "minecraft:sugar"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_reeds",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
}
|
||||
356
data/minecraft/loot_tables/chests/bonus_barrel.json
Normal file
@@ -0,0 +1,356 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": {
|
||||
"min": 1.0,
|
||||
"max": 4.0,
|
||||
"type": "minecraft:uniform"
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 1.0,
|
||||
"max": 30.0,
|
||||
"type": "minecraft:uniform"
|
||||
},
|
||||
"treasure": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:bow"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1.0,
|
||||
"max": 20.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:apply_random_effect"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:arrow"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1.0,
|
||||
"max": 20.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:apply_random_effect"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:tipped_arrow"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:apply_random_effect"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:potion"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:apply_random_effect"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:splash_potion"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:apply_random_effect"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:lingering_potion"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 5.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
},
|
||||
"treasure": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:leather_chestplate"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 5.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
},
|
||||
"treasure": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:leather_boots"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 5.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
},
|
||||
"treasure": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:leather_helmet"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 5.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
},
|
||||
"treasure": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:leather_leggings"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 5.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
},
|
||||
"treasure": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:iron_chestplate"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 5.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
},
|
||||
"treasure": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:iron_boots"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 5.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
},
|
||||
"treasure": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:iron_helmet"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 5.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
},
|
||||
"treasure": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:iron_leggings"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 5.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
},
|
||||
"treasure": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:diamond_chestplate"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 5.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
},
|
||||
"treasure": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:diamond_boots"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 5.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
},
|
||||
"treasure": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:diamond_helmet"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 5.0,
|
||||
"max": 10.0,
|
||||
"type": "minecraft:uniform"
|
||||
},
|
||||
"treasure": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:diamond_leggings"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 10.0,
|
||||
"max": 20.0,
|
||||
"type": "minecraft:uniform"
|
||||
},
|
||||
"treasure": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:stone_sword"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 10.0,
|
||||
"max": 20.0,
|
||||
"type": "minecraft:uniform"
|
||||
},
|
||||
"treasure": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:iron_sword"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"min": 10.0,
|
||||
"max": 20.0,
|
||||
"type": "minecraft:uniform"
|
||||
},
|
||||
"treasure": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:diamond_sword"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly",
|
||||
"enchantments": [
|
||||
"minecraft:multishot"
|
||||
]
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_name",
|
||||
"name": {
|
||||
"text": "BFC9000"
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "minecraft:crossbow"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:blue_key"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"name": "minecraft:yellow_key"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 5,
|
||||
"name": "minecraft:red_key"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"weight": 16
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
76
data/minecraft/loot_tables/entities/zombie_pigman.json
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 0.0,
|
||||
"max": 1.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:looting_enchant",
|
||||
"count": {
|
||||
"min": 0.0,
|
||||
"max": 1.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "minecraft:rotten_flesh"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 0.0,
|
||||
"max": 1.0,
|
||||
"type": "minecraft:uniform"
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:looting_enchant",
|
||||
"count": {
|
||||
"min": 0.0,
|
||||
"max": 1.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "minecraft:gold_nugget"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:gold_ingot"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:killed_by_player"
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:random_chance_with_looting",
|
||||
"chance": 0.025,
|
||||
"looting_multiplier": 0.01
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
11
data/minecraft/recipes/sugar.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:sugar_cane"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:sugar"
|
||||
}
|
||||
}
|
||||