Skip to content

Commit 3683e0e

Browse files
committed
Updated Documentation and labeled the paths that can be deleted in ".saved/tags"
1 parent 45f5c6d commit 3683e0e

File tree

16 files changed

+42
-6
lines changed

16 files changed

+42
-6
lines changed

.generated/packs/example pack/data/example_pack/tags/entity_types/size/small.json renamed to .generated/packs/example pack/data/example_pack/tags/entity_types/You can delete this/size/small.json

File renamed without changes.

.generated/packs/example pack/data/example_pack/tags/entity_types/test.json renamed to .generated/packs/example pack/data/example_pack/tags/entity_types/You can delete this/test.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"minecraft:small_fireball",
1010
"minecraft:fireball",
1111
"minecraft:dragon_fireball",
12+
"minecraft:silverfish",
13+
"minecraft:endermite",
1214
"minecraft:potion",
1315
"minecraft:panda",
1416
"minecraft:sheep",
@@ -48,8 +50,13 @@
4850
"minecraft:slime",
4951
"minecraft:magma_cube",
5052
"minecraft:husk",
53+
"minecraft:ravager",
5154
"minecraft:wither_skeleton",
55+
"minecraft:iron_golem",
5256
"minecraft:enderman",
53-
"minecraft:ghast"
57+
"minecraft:wither",
58+
"minecraft:ghast",
59+
"minecraft:ender_dragon",
60+
"minecraft:giant"
5461
]
5562
}

.generated/packs/example pack/data/example_pack/tags/entity_types/used.json renamed to .generated/packs/example pack/data/example_pack/tags/entity_types/You can delete this/used.json

File renamed without changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"replace": false,
3+
"values": [
4+
"example_pack:internal/load",
5+
"example_pack:internal/tick"
6+
]
7+
}
File renamed without changes.

.saved/tags/entity_types/test.txt renamed to .saved/tags/entity_types/You can delete this/test.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ minecraft:snowball
66
minecraft:small_fireball
77
minecraft:fireball
88
minecraft:dragon_fireball
9+
minecraft:silverfish
10+
minecraft:endermite
911
minecraft:potion
1012
minecraft:panda
1113
minecraft:sheep
@@ -45,6 +47,11 @@ minecraft:end_crystal
4547
minecraft:slime
4648
minecraft:magma_cube
4749
minecraft:husk
50+
minecraft:ravager
4851
minecraft:wither_skeleton
52+
minecraft:iron_golem
4953
minecraft:enderman
50-
minecraft:ghast
54+
minecraft:wither
55+
minecraft:ghast
56+
minecraft:ender_dragon
57+
minecraft:giant
File renamed without changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
example_pack:internal/load
2+
example_pack:internal/tick

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This is a project that, when finished, will allow for the creation of data packs
2828
- [ ] [default tags](#default-item-tags)
2929

3030
# How To Use
31-
Download both "main.py" and "tags.py" and put them in your chosen project root directory. Create a directory called "tags" (where your tags go) and create your files (files can be present in any subdirectory that does not have "." at the beginning of it). In your "main.mcscript" file (create one if you don't have it; must be in root directory), add the following line to specify your pack details:
31+
Download both "main.py" and "tags.py" and put them in your chosen project root directory. Create a directory called "tags" (where your tags go) and create your files (files can be present in any subdirectory that does not have "." at the beginning of it). Copy the ".saved" directory into your root (you can delete any file that doesn't begin with "minecraft" in ".saved/tags") In your "main.mcscript" file (create one if you don't have it; must be in root directory), add the following line to specify your pack details:
3232

3333
pack-info: "[Pack name]" "[Pack ID (used for namespace)]" "[Pack description]" [Use snapshots (true or false)];
3434

@@ -172,4 +172,15 @@ The following information is stored for every entity in the ".saved/data/entity_
172172
|volume|The total amount of space in blocks the entity takes up. Calculated using the formula "length * width * height"|decimal number
173173
|health|The maximum amount of health points this entity can have. "n/a" for entities that do not have health.|n/a or integer
174174
|environment|The prefered environment for this entity|land, air, or water
175-
|dimension|The dimension(s) this entity may be found naturally.|all, none, overworld, nether, end, or overworld/nether
175+
|dimension|The dimension(s) this entity may be found naturally.|all, none, overworld, nether, end, or overworld/nether
176+
177+
# Default Entity Tags
178+
The following entity tags are implemented into Minecraft by default and provided in the ".saved/tags" directory of the generator:
179+
|name|contents|
180+
|--|--|
181+
|minecraft:arrows|arrow, spectral_arrow|
182+
|minecraft:beehive_inhabitors|bee|
183+
|minecraft:impact_projectiles|arrow, spectral_arrow, snowball, fireball, small_fireball, egg, trident, dragon_fireball, wither_skull|
184+
|minecraft:raiders|evoker, illusioner, pillager, ravager, vindicator, witch|
185+
|minecraft:skeletons|skeleton, stray, wither_skeleton|
186+
|minecraft:powder_snow_walkable_mobs|rabbit, endermite, silverfish|

__pycache__/main.cpython-38.pyc

-19 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)