GithubHelp home page GithubHelp logo

cruciblemc / necrotempus Goto Github PK

View Code? Open in Web Editor NEW
21.0 21.0 1.0 339 KB

Welcome to Crucible NecroTempus, a meticulously developed mod designed to bring the latest and most exciting features from newer Minecraft versions to the beloved 1.7.10 edition. This mod fosters seamless synergy between the Crucible server and the player's client-side experience.

License: GNU Lesser General Public License v2.1

Java 100.00%

necrotempus's Introduction

Getting Started with Create React Crucible

This project was bootstrapped with Create React Crucible.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

Learn More

You can learn more in the Create React Crucible documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web Crucible

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

necrotempus's People

Contributors

brunoxkk0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

mcimaginarium

necrotempus's Issues

ActionBar API

Implement 1.8 action bar API.
With this API you can call player.spigot().sendMessage(ChatMessageType.ACTION_BAR, TextComponent.fromLegacyText("")).

Image

More explanation for the wiki

I just read through the wiki and I'm a bit confused about what I can do with the CraftTweaker bossbar support.

What exactly happens when I execute BossBar.customize?

Adding a method allows the PlayerList to add a dummy player name.

Adding a method allows the PlayerList to add a dummy player name.
I gave up using bungeecord and velocity because they don't fully support all mods, I have implemented chat sync between multiple servers, playerInv and mod data sync, but PlayerList sync is not possible due to technical limitations, so can you add this feature, appreciate it if you can! This would be great for people who can't use proxies!

Title API

Implemented new Title API.

player.sendTitle("title,"subtitle", fadeIn, stay, fadeOut);
player.sendTitle("title", "subtitle");

Image

PlayerTabList

1.8 like the PlayerTab list.

  • Header element.
  • Footer element.
  • Custom cells structure.
  • Player heads support.
  • Easy API to customize completely the PlayerTab.

The header and Footer are customizable with:
player.setPlayerListHeader();
player.setPlayerListFooter();
player.setPlayerListHeaderFooter();

Image

Create a Bukkit Bridge for the api

Right now its necessary to have Forge as a dependency on the IDE to manage Tabs, it would be good to have a bridge (wrappers) for all main classes related to the Tabbing process.

Related to #11

BossBar

Custom BossBar

  • supports default colors and lazy ones.
  • added mods compatibility. WIP
  • Bukkit ready API support.
  • Vanilla bosses compatibility.

Vanilla bosses
Image

Botania BossBar compatibility
Image

Custom colored bossbar
Image

CustomNpcs compatibility
Image
Image

CustomNPC without plus

When running CustomNPC not plus version game crashes.
It would be nice if there was a notification about using the plus version, because I only realized this by looking at the git history.

Error:
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: noppes/npcs/client/renderer/RenderNPCPony
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Backport Title

I really like the idea of this mod...
But it'd be great if there will be sth like titles from newer versions with Bukkit support.

Crucible servers detection

Improve server selection screen for Crucible servers.

Necro Tempus compatible server
Image

Crucible compatible server
Image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.