Skip to content

Commit 415928e

Browse files
author
repl.it user
committed
Merge remote-tracking branch 'origin/master'
2 parents 14e11c4 + ac738b1 commit 415928e

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# Minecraft-Programming-Language
23

34
This is a project that, when finished, will allow for the creation of data packs and data pack tags through a simple programming language syntax that resembles object oriented languages such as Java. This is intended to be much more powerful and user friendly than typing a series of commands like you do in regular development. Here are the planned features (checked features are implemented, while unchecked are works in progress):
@@ -20,11 +21,11 @@ This is a project that, when finished, will allow for the creation of data packs
2021
- [x] [default tags](#default-entity-tags)
2122
- [x] [functions](#function-data)
2223
- [x] [default tags](#default-function-tags)
23-
- [ ] [fluids](#fluid-data)
24-
- [ ] [default tags](#default-fluid-tags)
24+
- [x] [fluids](#fluid-data)
25+
- [x] [default tags](#default-fluid-tags)
2526
- [x] [blocks](#block-data)
26-
- [ ] [default tags](#default-block-tags)
27-
- [x] [items](#item-data)
27+
- [x] [default tags](#default-block-tags)
28+
- [ ] [items](#item-data)
2829
- [ ] [default tags](#default-item-tags)
2930

3031
# How To Use
@@ -308,3 +309,16 @@ The following block tags are implemented into Minecraft by default and provided
308309
|wooden_stairs |oak_stairs, spruce_stairs, birch_stairs, jungle_stairs, acacia_stairs, dark_oak_stairs, crimson_stairs, warped_stairs |
309310
|wooden_trapdoors |acacia_trapdoor, birch_trapdoor, dark_oak_trapdoor, jungle_trapdoor, oak_trapdoor, spruce_trapdoor, crimson_trapdoor, warped_trapdoor |
310311
|wool |white_wool, orange_wool, magenta_wool, light_blue_wool, yellow_wool, lime_wool, pink_wool, gray_wool, light_gray_wool, cyan_wool, purple_wool, blue_wool, brown_wool, green_wool, red_wool, black_wool |
312+
# Fluid Data
313+
The following information is stored in the ".saved/data/fluids.csv" file:
314+
|key|description|possible values
315+
|--|--|--|
316+
|namespace|The namespace the entry is defined in.|string, no spaces or ":"|
317+
|name|The name of the liquid.|string, no spaces|
318+
319+
# Default Fluid Tags
320+
The following fluid tags are implemented into Minecraft by default and provided in the ".saved/tags/fluids" directory of the generator:
321+
|Tag Name|Values|
322+
|--|--|
323+
|lava|lava, flowing_lava|
324+
|water|water, flowing_water|

0 commit comments

Comments
 (0)