replace mentions of 4jcraft with portable lce

This commit is contained in:
project516
2026-04-11 20:20:22 -05:00
parent 31ca5ff0fb
commit 92660effda
7 changed files with 14 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
BasedOnStyle: Google
IndentWidth: 4
AccessModifierOffset: -4
# SortIncludes: false # FIXME: https://github.com/4jcraft/4jcraft/issues/225
# SortIncludes: false # FIXME: https://github.com/portable-lce/portable-lce/issues/225

View File

@@ -1,5 +1,5 @@
{
"name": "4JCraft Dev Container",
"name": "Portable-LCE Dev Container",
"build": {
"dockerfile": "Dockerfile"
},

View File

@@ -1,7 +1,7 @@
#---------------------------------------------------------------------------
# File Config
#---------------------------------------------------------------------------
PROJECT_NAME = "4JCraft"
PROJECT_NAME = "Portable-LCE"
INPUT = ../resources \
../Minecraft.Client \
../Minecraft.World \

View File

@@ -1,9 +1,9 @@
# Welcome to the 4JCraft Docs!
[![Build (Linux, x86_64)](https://github.com/Liriosha/4jcraft/actions/workflows/build-linux.yml/badge.svg)](https://github.com/Liriosha/4jcraft/actions/workflows/build-linux.yml) [![GitHub latest commit](https://badgen.net/github/last-commit/4jcraft/4jcraft)](https://GitHub.com/4jcraft/4jcraft/commit/) [![GitHub commits](https://badgen.net/github/commits/4jcraft/4jcraft)](https://GitHub.com/4jcraft/4jcraft/commit/)
# Welcome to the Portable LCE Docs!
[![Build (Linux, x86_64)](https://github.com/portable-lce/portable-lce/actions/workflows/build-linux.yml/badge.svg)](https://github.com/portable-lce/portable-lce/actions/workflows/build-linux.yml) [![GitHub latest commit](https://badgen.net/github/last-commit/portable-lce/portable-lce)](https://github.com/portable-lce/portable-lce/commit/) [![GitHub commits](https://badgen.net/github/commits/portable-lce/portable-lce)](https://github.com/portable-lce/portable-lce/commit/)
> A cross-platform port of \htmlonly Minecraft\endhtmlonly Legacy Console Edition
4JCraft is a modified version of the \htmlonly Minecraft\endhtmlonly Console Legacy Edition aimed on porting old \htmlonly Minecraft\endhtmlonly to different platforms (such as Linux, Android, Emscripten, etc.) and refactoring the codebase to improve organization and use modern C++ features.
Portable LCE is a modified version of the \htmlonly Minecraft\endhtmlonly Console Legacy Edition aimed on porting old \htmlonly Minecraft\endhtmlonly to different platforms (such as Linux, Android, Emscripten, etc.) and refactoring the codebase to improve organization and use modern C++ features.
For more info please read the [README](https://github.com/4jcraft/4jcraft/blob/dev/README.md)
For more info please read the [README](https://github.com/portable-lce/portable-lce/blob/dev/README.md)
Join our community!
@@ -20,9 +20,6 @@ html.light-mode a.invert-dark img {
</style>
<br>
\endhtmlonly
<a href="https://discord.gg/zFCwRWkkUg" class="invert-dark" style="margin-right:16px; display:inline-block;">
<a href="https://discord.gg/SC6WCZezry" class="invert-dark" style="margin-right:16px; display:inline-block;">
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/f89e1dfeb23652c02af7d3400fa16452b04c10f5/icons/discord.svg" width="64" height="64">
</a>
<a href="https://steamcommunity.com/groups/4JCraft" class="invert-dark" style="margin-right:10px; display:inline-block;">
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/f89e1dfeb23652c02af7d3400fa16452b04c10f5/icons/steam.svg" width="64" height="64">
</a>
</a>

View File

@@ -1,7 +1,7 @@
<head>
<meta content="$projectname Documentation - $title" property="og:title" />
<meta content="The documentation for the $projectname Project" property="og:description" />
<meta content="https://raw.githubusercontent.com/4jcraft/4jcraft/dev/.github-assets/logo.jpg"" property="og:image" />
<meta content="https://raw.githubusercontent.com/portable-lce/portable-lce/dev/.github-assets/logo.jpg"" property="og:image" />
<meta content="#983E3C" data-react-helmet="true" name="theme-color" />
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
@@ -17,7 +17,7 @@
<script type="text/javascript">
DoxygenAwesomeDarkModeToggle.init()
</script>
<link rel="icon" href="https://raw.githubusercontent.com/4jcraft/4jcraft/refs/heads/dev/.github-assets/logo.jpg" type="image/x-icon">
<link rel="icon" href="https://raw.githubusercontent.com/portable-lce/portable-lce/dev/.github-assets/logo.jpg" type="image/x-icon">
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="cookie.js"></script>
@@ -29,7 +29,7 @@
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
<link href="doxygen-awesome-sidebar-only-darkmode-toggle.css" rel="stylesheet" type="text/css"/>
<div style="display: flex; align-items: center; padding: 10px 0 10px 20px;">
<img src="https://raw.githubusercontent.com/4jcraft/4jcraft/dev/.github-assets/logo.jpg"
<img src="https://raw.githubusercontent.com/portable-lce/portable-lce/dev/.github-assets/logo.jpg"
alt="$projectname logo"
style="height:60px; margin-right:10px;">
<span style="font-size: 1.8em; font-weight: bold;">$projectname</span>

View File

@@ -1,5 +1,5 @@
project(
'4jcraft',
'portable-lce',
['cpp', 'c'],
version: '0.1.0',
meson_version: '>= 1.3',

View File

@@ -1,5 +1,5 @@
[wrap-git]
url = https://github.com/4jcraft/shiggy.git
url = https://github.com/portable-lce/shiggy.git
revision = main
[provide]