You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
1
2
# Minecraft-Programming-Language
2
3
3
4
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
20
21
- [x] [default tags](#default-entity-tags)
21
22
- [x] [functions](#function-data)
22
23
- [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)
25
26
- [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)
28
29
- [ ] [default tags](#default-item-tags)
29
30
30
31
# How To Use
@@ -308,3 +309,16 @@ The following block tags are implemented into Minecraft by default and provided
0 commit comments