Skip to content

Commit

Permalink
Updated to version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
catter1 committed Sep 24, 2023
1 parent 7545e41 commit 2891366
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 22 deletions.
47 changes: 47 additions & 0 deletions data/c/worldgen/structure_icons.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"structory:abandoned_camp": {
"item": "minecraft:campfire"
},
"structory:abandoned_chapel": {
"item": "minecraft:bell"
},
"structory:boat": {
"item": "minecraft:dark_oak_boat"
},
"structory:dense_forest_ruin": {
"item": "minecraft:exposed_cut_copper"
},
"structory:firetower": {
"item": "minecraft:flint_and_steel"
},
"structory:graveyard": {
"item": "minecraft:cobweb"
},
"structory:jungle_ruin": {
"item": "minecraft:chiseled_stone_bricks"
},
"structory:northern_ruin": {
"item": "minecraft:mossy_cobblestone_slab"
},
"structory:old_manor": {
"item": "minecraft:carved_pumpkin"
},
"structory:outcast_villager_desert": {
"item": "minecraft:sand"
},
"structory:outcast_villager_grassy": {
"item": "minecraft:grass_block"
},
"structory:ruin_grassy": {
"item": "minecraft:moss_carpet"
},
"structory:swamp_ruin": {
"item": "minecraft:muddy_mangrove_roots"
},
"structory:taiga_ruin_surface": {
"item": "minecraft:podzol"
},
"structory:taiga_ruin_underground": {
"item": "minecraft:hanging_roots"
}
}
17 changes: 0 additions & 17 deletions data/structory/structure_icons.json

This file was deleted.

27 changes: 22 additions & 5 deletions pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"pack": {
"pack_format": 15,
"description": "Structory"
}
}
"pack": {
"pack_format": 15,
"supported_formats": [
10,
18
],
"description": [
{
"text": "Structory",
"color": "#e878d1"
},
{
"text": "\nCreated by ",
"color": "gray"
},
{
"text": "Stardust Labs",
"color": "#683edd"
}
]
}
}

0 comments on commit 2891366

Please sign in to comment.