Skip to content

Commit 9edf341

Browse files
committed
initial commit, adding rtr resource
1 parent fa214c7 commit 9edf341

File tree

8 files changed

+39
-0
lines changed

8 files changed

+39
-0
lines changed

items/redstone_torch_rocket.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"format_version": "1.10",
3+
"minecraft:item": {
4+
"description": {
5+
"identifier": "rtr:redstone_torch_rocket",
6+
"category": "Equipment"
7+
},
8+
9+
"components": {
10+
"minecraft:icon": "redstone_torch_rocket"
11+
}
12+
}
13+
}

manifest.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"format_version": 1,
3+
"header": {
4+
"name": "RedstoneTorchRocket",
5+
"description": "he RedstoneTorchRockets mod adds a redstonetorchrocket. And I think it is impossible to live without one!!",
6+
"uuid": "cf85b126-7ef5-11e9-8f9e-2a86e4085a59",
7+
"version": [0, 0, 1]
8+
},
9+
"modules": [{
10+
"type": "resources",
11+
"uuid": "d5dc7294-7ef5-11e9-8f9e-2a86e4085a59",
12+
"version": [0, 0, 1]
13+
}]
14+
}

pack_icon.png

132 KB
Loading

texts/de_DE.lang

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
item.rtr:redstone_torch_rocket.name=§cRedstoneTorchRocket§r

texts/en_UK.lang

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
item.rtr:redstone_torch_rocket.name=§cRedstoneTorchRocket§r

texts/en_US.lang

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
item.rtr:redstone_torch_rocket.name=§cRedstoneTorchRocket§r

textures/item_texture.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"resource_pack_name": "vanilla",
3+
"texture_name": "atlas.items",
4+
"texture_data": {
5+
"redstone_torch_rocket": {
6+
"textures": "textures/items/redstone_torch_rocket"
7+
}
8+
}
9+
}
388 Bytes
Loading

0 commit comments

Comments
 (0)