Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
wefcdse committed May 20, 2024
1 parent 895933e commit d337a7c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.7
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.15.6

# Mod Properties
mod_version=1.1.8
maven_group=com.iung.fpv20
archives_base_name=fpv20

# Dependencies
fabric_version=0.96.11+1.20.4
fabric_version=0.91.0+1.20.1


# https://maven.wispforest.io/io/wispforest/owo-lib/
owo_version=0.11.2+1.20

#
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=28081
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=28081
#systemProp.http.proxyHost=127.0.0.1
#systemProp.http.proxyPort=28081
#systemProp.https.proxyHost=127.0.0.1
#systemProp.https.proxyPort=28081
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ inspired by [Minecraft FPV](https://www.curseforge.com/minecraft/mc-mods/fpv-dro

## usage

client only:
- set `client_only` in `config/fpv20_common.json` to `true`

the gui entry is in options - controls

playing fpv:
Expand Down

0 comments on commit d337a7c

Please sign in to comment.