mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-21 23:13:28 +01:00
Updated specialPeopleStuff.properties
This commit is contained in:
parent
9d76fad754
commit
90f8063c75
3 changed files with 42 additions and 2 deletions
|
@ -55,4 +55,10 @@ VlaDracul3=actuallyadditions:emeradic_crystal
|
|||
Anthonys_Lab=actuallyadditions:empowered_restonia_crystal
|
||||
WolfgalVlad=actuallyadditions:empowered_diamatine_crystal
|
||||
Water_Moon=actuallyadditions:phantom_booster
|
||||
ticticboi=actuallyadditions:empowered_diamatine_crystal
|
||||
ticticboi=actuallyadditions:empowered_diamatine_crystal
|
||||
The_Boo=actuallyadditions:empowered_diamatine_crystal
|
||||
Cloniart47=actuallyadditions:diamatine_crystal
|
||||
kei_kouma=actuallyadditions:enori_crystal
|
||||
kingofaces2=actuallyadditions:emeradic_crystal
|
||||
Sharkbite202020=actuallyadditions:empowered_emeradic_crystal
|
||||
ArcticPrince=actuallyadditions:phantom_itemface
|
|
@ -29,7 +29,7 @@ public class ThreadSpecialFetcher extends Thread {
|
|||
ActuallyAdditions.LOGGER.info("Fetching Special People Stuff...");
|
||||
try {
|
||||
//URL url = new URL("https://raw.githubusercontent.com/Ellpeck/ActuallyAdditions/main/specialPeopleStuff.properties");
|
||||
URL url = new URL("https://raw.githubusercontent.com/Ellpeck/ActuallyAdditions/1.16/specialPeopleStuff.properties");
|
||||
URL url = new URL("https://raw.githubusercontent.com/Ellpeck/ActuallyAdditions/1.20.4/specialPeopleStuff.properties");
|
||||
Properties specialProperties = new Properties();
|
||||
specialProperties.load(new InputStreamReader(url.openStream()));
|
||||
SpecialRenderInit.parse(specialProperties);
|
||||
|
|
|
@ -1,3 +1,37 @@
|
|||
# 1.2.13+mc1.20.4
|
||||
* Beta
|
||||
* Massive update porting the mod to 1.20.4 NeoForge from 1.12.2, list is non-exhaustive, and some features may not be implemented yet.
|
||||
* The following systems / items are removed.
|
||||
* Lush Caves
|
||||
* The number 11 lens.
|
||||
* Smiley Cloud
|
||||
* Solidified XP dropping from mobs.
|
||||
* Treasure chests.
|
||||
* Composter, bio-mash, biomass, bio coal, and fertilizer.
|
||||
* Charcoal blocks.
|
||||
* Ender pearl blocks.
|
||||
* ESD's
|
||||
* Fishing Nets
|
||||
* Solar Panels
|
||||
* Item Repairer
|
||||
* Knives
|
||||
* Black lotuses and black dye.
|
||||
* Ring of liquid banning.
|
||||
* Emerald and obsidian armor and tools.
|
||||
* Black quartz armor and tools.
|
||||
* Crystal armor and tools.
|
||||
* Resonant rice.
|
||||
* Jam Villager and jams.
|
||||
* Potion rings.
|
||||
* Fur balls.
|
||||
* Most of the foods.
|
||||
* Changes
|
||||
* All recipes and conversion systems are now Json recipe based, and can be modified with datapacks, negating the need for most of the API.
|
||||
* Black quartz ore now behaves like normal ores.
|
||||
* New models / textures for almost every block and item in the mod.
|
||||
|
||||
|
||||
|
||||
# 1.12.2-r152
|
||||
* CrankySupertoon: Fixed Crystal Flux Localization
|
||||
* Falcion: Updated russian translation
|
||||
|
|
Loading…
Reference in a new issue