Skip to content

Commit

Permalink
+ doc pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
bioastroiner committed Dec 12, 2023
1 parent fb3d170 commit 97acc58
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GregTech 6 Tweaker
#### yet an other gt6 tweaker (YAG) :tm:

# [Documention](doc/README.md)

4 changes: 3 additions & 1 deletion doc/Materials.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ for bundled Material Use the `mods.gregtech.oredict.MaterialStack` class;
it can also be retrived by multiplying a Material by a number.
```zs
<material:gold>.amount(0.5); // 2 small dusts
```
```

# For Now There is no way of adding materials using zs soon i will add feature for that if needed
24 changes: 12 additions & 12 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
* [ ]
* [ ]
---
Zen API Structure

* `minetweaker.mods.gregtech`
* `minetweaker.mods.gregtech.oredict`
* `minetweaker.mods.gregtech.oredict.Material`
* `minetweaker.mods.gregtech.oredict.Prefix`
* `minetweaker.mods.gregtech.oredict.Unifier`
* `minetweaker.mods.gregtech.recipe`
* `minetweaker.mods.gregtech.recipe.Recipe`
* `minetweaker.mods.gregtech.recipe.RecipeFactory`
* `minetweaker.mods.gregtech.recipe.RecipeMap`
* `minetweaker.mods.gregtech.recipe.RecipeMaps`
Packages

* [`mods.gregtech`]()
* `mods.gregtech.oredict`
* `mods.gregtech.oredict.Material`
* `mods.gregtech.oredict.Prefix`
* `mods.gregtech.oredict.Unifier`
* `mods.gregtech.recipe`
* `mods.gregtech.recipe.Recipe`
* `mods.gregtech.recipe.RecipeFactory`
* `mods.gregtech.recipe.RecipeMap`
* `mods.gregtech.recipe.RecipeMaps`


---
Expand Down

0 comments on commit 97acc58

Please sign in to comment.