Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
workflow_dispatch:
push:
branches: ["main"]
pull_request:
branches: ["main"]

permissions:
contents: write
Expand All @@ -21,7 +23,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: '${{ github.ref_name }}'
fetch-depth: 0
- uses: actions/setup-python@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions docs/tincraft2/gameplay/Blocks/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Blocks
A list of blocks and usages
2 changes: 2 additions & 0 deletions docs/tincraft2/gameplay/Blocks/tinore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## tin ore
Tin ore can be found between y -64 and 64. It spawns quite rarely. Smelting it will give you Tin ingot
2 changes: 2 additions & 0 deletions docs/tincraft2/gameplay/Items/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Items
A list of items and usages
2 changes: 2 additions & 0 deletions docs/tincraft2/gameplay/Items/tiningot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## tin ingot
Tin ingot can be gotten from smelting tin
13 changes: 13 additions & 0 deletions docs/tincraft2/gameplay/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
hide:
- navigation
- toc
title: Tincraft 2 gameplay
---

# tincraft 2 gameplay
This document tells you about things in tincraft 2 as of latest public build (0.2 DEV4)




18 changes: 15 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,23 @@ theme:
- content.action.view


# Nav
nav:
- Home: index.md
- Tincore: tincore/index.md
- tincraft 2: tincraft2/index.md
- Tincore:
- Main: tincore/index.md

- Tincraft 2:
- Overview: tincraft2/index.md
- Gameplay:
- Overview: tincraft2/gameplay/index.md
- Blocks:
- Overview: tincraft2/gameplay/Blocks/index.md
- Tin Ore: tincraft2/gameplay/Blocks/tinore.md

- Items:
- Overview: tincraft2/gameplay/Items/index.md
- Tin Ingot: tincraft2/gameplay/Items/tiningot.md


# copyright
copyright: Copyright (c) 2026 Randomusert. Licensed under the MIT License.
Loading