Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cda94581 committed Oct 19, 2022
1 parent bee687d commit a505bc3
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 12 deletions.
9 changes: 8 additions & 1 deletion bp/README.TXT
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cda's Copper Add-on brings blocks from the 20w45a snapshot over to Bedrock Edition

This pack requires your to be in the betas
This pack requires you to be in the betas

IDs/PNGs explained:
ci - Copper Ingot
Expand All @@ -23,6 +23,13 @@ wcc - Weathered Cut Copper
Do not redistribute. Link all pack downloads back to https://sites.google.com/view/cda94581/downloads/packs/behavior-packsaddons

Changelog
v0.0.2
Updated to coincide with the Java Edition 20w46a snapshot
Changed the crafting recipe of the Copper Block to coincide with the Java Edition 20w46a snapshot
Changed the textures of Cut Copper, and the Copper Ingot Item to coincide with the Java Edition 20w46a snapshot
Ingot one is irrelevant if it cannot load
Added support for people using the English (UK) language
Distributed as Cda's Copper v0.0.2
---
v0.0.1
Added Copper Ore
Expand Down
8 changes: 4 additions & 4 deletions bp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"format_version": 2,
"header": {
"description": "Copper from the Java Edition 20w45a snapshot, ported to Bedrock Edition by cda94581, WIP",
"name": "Cda's Copper BP v0.0.1",
"name": "Cda's Copper BP v0.0.2",
"uuid": "bda96cc0-718a-4343-bb25-5c6c94e13f50",
"version": [
0,
0,
1
2
],
"min_engine_version": [
1,
Expand All @@ -23,7 +23,7 @@
"version": [
0,
0,
1
2
]
}
],
Expand All @@ -33,7 +33,7 @@
"version": [
0,
0,
1
2
]
}
]
Expand Down
5 changes: 2 additions & 3 deletions bp/recipes/cdacopper/reg/cb.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
"crafting_table"
],
"pattern": [
"###",
"###",
"###"
"##",
"##"
],
"key": {
"#": {
Expand Down
2 changes: 1 addition & 1 deletion bp/recipes/cdacopper/reg/ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"result": {
"item": "cdacopper:ci",
"count": 9
"count": 4
}
}
}
6 changes: 3 additions & 3 deletions rp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"format_version": 2,
"header": {
"description": "Copper from the Java Edition 20w45a snapshot, ported to Bedrock Edition by cda94581, WIP",
"name": "Cda's Copper RP v0.0.1",
"name": "Cda's Copper RP v0.0.2",
"uuid": "d0b84c70-8eda-464c-9083-3d91eb86ea27",
"version": [
0,
0,
1
2
],
"min_engine_version": [
1,
Expand All @@ -23,7 +23,7 @@
"version": [
0,
0,
1
2
]
}
]
Expand Down
34 changes: 34 additions & 0 deletions rp/texts/en_GB.lang
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
item.cdacopper:ci.name=Copper Ingot

tile.cdacopper:cb.name=Copper Block
tile.cdacopper:cc.name=Cut Copper
tile.cdacopper:co.name=Copper Ore
tile.cdacopper:lwcb.name=Lightly Weathered Copper Block
tile.cdacopper:lwcc.name=Lightly Weathered Cut Copper
tile.cdacopper:swcb.name=Semi-Weathered Copper Block
tile.cdacopper:swcc.name=Semi-Weathered Cut Copper
tile.cdacopper:wcb.name=Weathered Copper Block
tile.cdacopper:wcc.name=Weathered Cut Copper

tile.cdacopper:cw.name=Waxed Copper
tile.cdacopper:ccw.name=Waxed Cut Copper
tile.cdacopper:lwcw.name=Waxed Lightly Weathered Copper
tile.cdacopper:lwccw.name=Waxed Lightly Weathered Cut Copper
tile.cdacopper:swcw.name=Waxed Semi-Weathered Copper
tile.cdacopper:swccw.name=Waxed Semi-Weathered Cut Copper

tile.cdacopper:ccsl.name=Cut Copper Slab
tile.cdacopper:lwccsl.name=Lightly Weathered Cut Copper Slab
tile.cdacopper:swccsl.name-Semi-Weathered Cut Copper Slab
tile.cdacopper:wccsl.name=Weathered Cut Copper Slab
tile.cdacopper:ccwsl.name=Waxed Cut Copper Slab
tile.cdacopper:lwccwsl.name=Waxed Lightly Weathered Cut Copper Slab
tile.cdacopper:swccwsl.name=Waxed Semi-Weathered Cut Copper Slab

tile.cdacopper:ccst.name=Cut Copper Stairs
tile.cdacopper:lwccst.name=Lightly Weathered Cut Copper Stairs
tile.cdacopper:swccst.name=Semi-Weathered Cut Copper Stairs
tile.cdacopper:wccst.name=Weathered Cut Copper Stairs
tile.cdacopper:ccwst.name=Waxed Cut Copper Stairs
tile.cdacopper:lwccwst.name=Waxed Lightly Weathered Cut Copper Stairs
tile.cdacopper:swccwst.name=Waxed Semi-Weathered Cut Copper Stairs
Binary file modified rp/textures/blocks/cdacopper/cc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified rp/textures/items/cdacopper/ci.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a505bc3

Please sign in to comment.