What's new in modded minecraft today?

Celestialphoenix

Too Much Free Time
Nov 9, 2012
3,741
3,204
333
Tartarus.. I mean at work. Same thing really.
Assuming I haven't missed anything;
Searge‏ @SeargeDP
We will have mostly new gameplay features in 1.9 and only very few internal changes, so that mods will be much easier to update from 1.8.x
So they haven't fixed any bugs, or provided any [much needed] optimisation?
Searge‏ @SeargeDP
What that means is, if you update your mods to 1.8 now, it won't be "wasted" time, because it's less painful to update to 1.9 later.
and unless 1.9 (or a mod function) makes the jump to 1.8 easier- it'll still be waste time as the port to 1.8 itself is a waste of time.
If a problem still exists (and can't be avoided) then it isnt fixed.​
 
Last edited:
  • Like
Reactions: psp

fabricator77

New Member
Jul 29, 2019
1
0
0
I've only just started on porting Highlands to 1.8, and Searge mentions 1.9.
Forge isn't even ready for 1.8.4 which is the one with the security hole in servers fixed.
 

SpwnX

New Member
Jul 29, 2019
210
0
0
GregTech 5.08.05 unofficial-but-approved by @Blood Asp
More fixes, tweaks and now with node powered generators!
Changelog:
- Maintenance can be disabled in MachineStats.cfg.
- Fixed Machine Control covers.
- Fixed Crowbar.
- Added Magic Energy Absorber (4 Tiers)includes Dragon Egg Energy Siphon and can harvest Thaumcraft Energized Nodes. Absorbing of enchantments and usage of Ender Crystal coming soon.

Next update will take a few days. Planned: Tiered Quantum Chest/Tank.
Screenshots:
D3VnKu0.png

jwiTfhtl.png
 

88VoidMiner88

New Member
Jul 29, 2019
67
0
0
Assuming I haven't missed anything;

So they haven't fixed any bugs, or provided any [much needed] optimisation?

and unless 1.9 (or a mod function) makes the jump to 1.8 easier- it'll still be waste time as the port to 1.8 itself is a waste of time.
If a problem still exists (and can't be avoided) then it isnt fixed.​

I think he's trying to get people to port to 1.8 So when 1.9 comes out they would have some work done since it is easier to port from 1.8 to 1.9
 

FyberOptic

New Member
Jul 29, 2019
524
0
0
There are multiple reasons
  • Json modeling system is shitty
  • 1.8 has some performance hitches
  • Everything it has that is good is easily backportable
  • Switching from versions is a needless hassle in the first place

People are welcome to disagree based on their own experience with them, but I personally don't think the models are too bad, particularly in regard to static content. Modders like Mr. Crayfish probably think they're great because they're perfect for a lot of the content mods like his add. I think he even made his own 1.8 model creator tool.

One of the biggest reasons not to update is that Forge offers no easy upgrade path. You can't maintain similar code bases between 1.7 and 1.8 if you use the standard 1.8 render path, so you're either jumping in head over heels in changes or you're sticking back with where the majority of the community is, because maintaining two very different versions of a large mod would be hard work. Luckily you didn't really have to use block states, you could still just put in some compatibility code and maintain the old metadata temporarily. But the rendering is still the kicker. Even if the render hooks were planned to be removed eventually (which they shouldn't, since render types are still used in vanilla), they should have been left in 1.8 to ease the transition and simply been marked as deprecated. That would at least give time to learn if the alternatives like ISmartBlockModel were going to hold up in the long run (which obviously they didn't take threads into account when designing it). The only alternative was like what I did, where you just put in a compatibility render layer with your own render hooks, and just don't use any of Forge's stuff. But nobody should have to ASM to return simple rendering functionality.

Actually I don't even know why I keep going on about this though. Nothing has changed, nothing's apparently going to change, and apparently nobody with enough sway is going to make Lex stop haplessly driving Forge into a wall. It drives me nuts to watch, but I probably just look like a nut going on about it by now.
 

NJM1564

New Member
Jul 29, 2019
2,348
-1
0
Actually I don't even know why I keep going on about this though. Nothing has changed, nothing's apparently going to change, and apparently nobody with enough sway is going to make Lex stop haplessly driving Forge into a wall. It drives me nuts to watch, but I probably just look like a nut going on about it by now.


Suggestion: Replace him. From what I've seen you surly have the talent to replace him or even replace forge. You have the talent passion and skill to do it and do it right.
 

zerotheliger

New Member
Jul 29, 2019
28
0
0
Suggestion: Replace him. From what I've seen you surly have the talent to replace him or even replace forge. You have the talent passion and skill to do it and do it right.

Yeah good luck with that. You have to redo everything from the past 7 Mc versions before you can claim your own modding api. And you can't kick lex off his own project FYI.
 
  • Like
Reactions: Padfoote

FyberOptic

New Member
Jul 29, 2019
524
0
0
Suggestion: Replace him. From what I've seen you surly have the talent to replace him or even replace forge. You have the talent passion and skill to do it and do it right.

I appreciate the vote of confidence but I've just never wanted his job. If Forge is his day job then he should probably make sure people still actually want his product. So far it's been a resounding "no thanks." Technically the money he's probably getting right now is mostly coming from cpw and Lemming's continued work, ironically enough. Seems like quite an unfair system in place to be honest.

FMC was incredibly time-consuming since I didn't have the luxury of mappings made by someone else like Forge has, although I enjoyed the work at the time. But the first time I had to update my mappings when 1.8.1 came out was when that reality of a constantly moving target really started to set in, and how Mojang would never be any help in that regard. It took me two weeks to update the mappings (granted, some of which was to make custom tools), which is enough time for even more versions to come out. And while I updated the mappings, pretty much nothing else got done on FMC as a result. Obviously I was trying to do too much on my own (unlike Cuchaz who was smart enough to take user-submitted mappings on his similar project). But the point was for it to always be fun to do and be something I could take satisfaction in knowing I made by myself. So when I'm in the mood to make other things, particularly content-related ones rather than utility, then nothing happens with FMC. And now it's two versions behind, and I'm still not particularly in any mood to update it.

I have my fingers in too many pies and won't pretend to be dedicated enough on one project for any extended period. I always come back to them, but I always do what's fun for me, because I can't make a living at this stuff.


Yeah good luck with that. You have to redo everything from the past 7 Mc versions before you can claim your own modding api. And you can't kick lex off his own project FYI.

Forge isn't Lex's. It was a culmination of several talented individuals, most of which eventually left. He didn't, and now he makes a living from it. Funny how that works. The main guts of it is FML anyway, and that was mostly cpw's work. You could still make mods without using the Forge layer, believe it or not.
 

the_j485

King of the Wicked
Dec 19, 2012
2,964
3,099
298
Look behind you
I appreciate the vote of confidence but I've just never wanted his job. If Forge is his day job then he should probably make sure people still actually want his product. So far it's been a resounding "no thanks." Technically the money he's probably getting right now is mostly coming from cpw and Lemming's continued work, ironically enough. Seems like quite an unfair system in place to be honest.

FMC was incredibly time-consuming since I didn't have the luxury of mappings made by someone else like Forge has, although I enjoyed the work at the time. But the first time I had to update my mappings when 1.8.1 came out was when that reality of a constantly moving target really started to set in, and how Mojang would never be any help in that regard. It took me two weeks to update the mappings (granted, some of which was to make custom tools), which is enough time for even more versions to come out. And while I updated the mappings, pretty much nothing else got done on FMC as a result. Obviously I was trying to do too much on my own (unlike Cuchaz who was smart enough to take user-submitted mappings on his similar project). But the point was for it to always be fun to do and be something I could take satisfaction in knowing I made by myself. So when I'm in the mood to make other things, particularly content-related ones rather than utility, then nothing happens with FMC. And now it's two versions behind, and I'm still not particularly in any mood to update it.

I have my fingers in too many pies and won't pretend to be dedicated enough on one project for any extended period. I always come back to them, but I always do what's fun for me, because I can't make a living at this stuff.




Forge isn't Lex's. It was a culmination of several talented individuals, most of which eventually left. He didn't, and now he makes a living from it. Funny how that works. The main guts of it is FML anyway, and that was mostly cpw's work. You could still make mods without using the Forge layer, believe it or not.
But I doubt he'd be willing to let go of it at all.

Also guys, who wants to support muscular sclerosis fundraising?
http://forum.feed-the-beast.com/threads/fundraising.82609/
 
  • Like
Reactions: Padfoote

Yusunoha

New Member
Jul 29, 2019
6,440
-4
0
new day, new update, and today it's @Gekoreivax with Geko's Lasers
Gekoreivax said:
Geko's Lasers 0.5
  • Added Lasersabers

    Lasersabers are crafted like so:
    Hilt:
    IRI
    .I.

    I = Ingot
    R = Laser Reactor Unit
    Sword:
    Combine the hilt and a piece of refined laserite in any crafting window
  • Lasersabers can defelct lasers when blocking, and set things on fire when you hit them
  • Fixed Leadstone lasers not phasing through anything
  • Fixed laser guns not doing the correct amount of damage
  • You might want to regenerate the config file, as a few default values have been added and changed. This version also marks the first "release" version! It's the minimal viable product!

and @superckl with BlockPhysics
superckl said:
BlockPhysics is a mod originally created by id_minor and ported by the BnBGaming Dev Team.

This mod enables you to set the blocks of Minecraft to fall. The falling blocks collide with each other and the mobs, causing damage and bouncing off. You can set the mass, strength, moving behavior and a few more properties to customize the worlds physics.

This mod requires BnBGamingLib v1.0.1 or higher.

Configuration Description

and @OnyxDarkKnight with Jewelrycraft 2
OnyxDarkKnight said:
Jewelrycraft 2 is a magic mod where you can create jewelry and wear them. They render on the player and is Multiplayer compatible. You can also add objects to the pieces of jewelry as modifiers. Depending on what modifier was used different jewelry have different effects, each coming with both a positive value and a negative value. There are also certain actions that, when done, grant you Curse Points. One you have gained your first points you will have a curse upon you, some good, some bad. The more curse points you have, the more active curses you can have at once.

Initially Jewelrycraft 2 was supposed to be just a huge update to my first mod, Jewelrycraft. However, I had made so many changes that I decided to make it a whole new mod instead. I have been working on this for several months with the help of some friends for some parts and although I have just recently fulfilled my quota for releasing the mod to the public, I would still consider this a WIP mod. The base is there, but there is so much more stuff that I want to add, which is why this mod is currently in alpha.

and @jotato with QuantumFlux
jotato said:
QuantumFlux 1.2.0-rc1
  • Forge updated to 10.13.2.1291
  • Default ZPE power levels decreased
  • ZPE will do damage to entites within 4 blocks
  • ZPE can be turned off when given a redstone signal
  • RF Exciter default transfer rate lowered to 100.
  • RF Exciter can be upgraded to transfer more power. Right click an Exciter Upgrade onto the RF Exciter for an addition 100 rf/t
  • Eviscerator added
  • Darkstone, Darkstone Lamp, Darkstone Tile, Darkstone Pillar added
  • More information added to the RF Entangler and RF Exciter debug text (sneak+rclick with an empty hand)
  • Battle suit added
  • Default transfer rate for the Quibit Cell increased
  • Added several new items used for crafting components
  • Added a simple magnet
  • Quibit Clusters will push energy to neighbor blocks as long as it is not another Quibit Cluster
  • Fixed a bug where the Quibit Cell wouldn't charge armor
  • A few minor bug fixes and performance tweaks
  • A few recipes were tweaked

and @GoldenAppleMinecraft with RFDrills
GoldenAppleMinecraft said:
RFDrills 1.1
  • [ADDED] Ability to configure drill properties, such as mining speed, energy consumption etc.
  • [ADDED] Config GUI goodness for all the above stuff! Some properties require a Minecraft restart, though
  • [CHANGED] Slightly rebalanced some drills
  • [FIXED] Durability bars being all weird when drills have more than 100% energy
 

XolovA

New Member
Jul 29, 2019
34
0
0
I guess since this is coming to FTB I might as well post the changelogs here too [for Advent of Ascension]. This week's update:
Changelog for 2.2:


◘ Content:

► New Dimension: Crystevia
»A crystal caving dimension full of ores and mobs known as "Constructs".
» 10 Structures

►7 mobs for this dimension:
» Construct of Flight
» Construct of Strength
» Construct of Range
» Construct of Resistance
» Construct of Terror
» Construct of Speed
» Construct of Mind (rare)


► New boss: Crystocore

» A large floating boss
» Changes the type of debuff it provides in a large area around it
»» Debuff depends on colour
» Drops the Crystal Staves [see below - weapons]


► 11 New Mobs [outside Crystevia]
» Fungung (rare)(Mysterium)
» Flamewalker (hunter)(Nether)
» Hellcat (nether)
» Pigotron (nether)
» Fishix (hunter)(swamp)
» Skipper (hunter)(swamp)
» Swamp Charger (swamp)
» Void Charger (underground)
» Desert Charger (desert)
» Snow Charger (snow biomes)
» Boneback (hunter)(savannah)


► 2 New Pets
» Goofer (level 73 Creation)
» Construct of Servility (level 83 Creation)


► 2 New NPCs
» Crystal Lottoman (crystevia)
» Crystal Trader (crystevia)


► 13 New Weapons
» Crystal Maul (sword)
» Void Sword (sword)
» Ultraflame (sword)
» Blast Barrel (spread shotgun)
» Construct (gun)
» Crystal Carver (gun)
» Crystal Staff
» Cryston Staff
» Crystik Staff
» Crystaneer (sniper)
» Orbocron (energy weapon)
» Crystal Greatblade
» Shroomic Greatblade


►New Armor: Crystallis Armor
» 66% Chance To Deal Double Melee Damage
» 20% Chance To Deal 45% Of Base Damage To Yourself Too



◘ Functional Changes:
► New Death System

» Depending on a player's augury level they can now keep certain items on death
» Armor that a player is wearing is kept at level 20
» Weapons are kept at level 30
»» There is a GameRule to disable this feature called /keepNoInventory
»» There is a GameRule to keep everything still called /keepAllInventory


► Skill Changes
» Foraging:
»» Foraging exp has been boosted across all drops
»» Chances of foraging has been boosted across all drops

» Creation:
»» All members of the Draggy familiar had a large exp nerf
»» Ender Carriers had a large exp nerf
»» Spikebacks, Rammerhorns & Alluricorns had an exp buff



» New Augury Training:
»» Crystals that are made at Crystal Stations in Crystevia can now be converted to Essence
»» The type of Essence depends on a player's level
»» At least level 35 is needed
»» Converted at a 'Crystal Extension Shrine'

» Slight Generation Changes:
»» New water colours in several dimensions
»» Gardencia received a slight change to the amount of plants / flowers that generate (increased)


» Balance Changes:
»» Eeo's received a major health nerf in their scared form
»» Eeo blindness has been reduced largely
»» Emberstone Sword damage was decreased by 2 damage
»» Gimmick had a damage boost
»» Spectacle had a damage reduction


►Too many bugfixes to list.
 

88VoidMiner88

New Member
Jul 29, 2019
67
0
0
I guess since this is coming to FTB I might as well post the changelogs here too [for Advent of Ascension]. This week's update:
Changelog for 2.2:


◘ Content:

► New Dimension: Crystevia
»A crystal caving dimension full of ores and mobs known as "Constructs".
» 10 Structures

►7 mobs for this dimension:
» Construct of Flight
» Construct of Strength
» Construct of Range
» Construct of Resistance
» Construct of Terror
» Construct of Speed
» Construct of Mind (rare)


► New boss: Crystocore

» A large floating boss
» Changes the type of debuff it provides in a large area around it
»» Debuff depends on colour
» Drops the Crystal Staves [see below - weapons]


► 11 New Mobs [outside Crystevia]
» Fungung (rare)(Mysterium)
» Flamewalker (hunter)(Nether)
» Hellcat (nether)
» Pigotron (nether)
» Fishix (hunter)(swamp)
» Skipper (hunter)(swamp)
» Swamp Charger (swamp)
» Void Charger (underground)
» Desert Charger (desert)
» Snow Charger (snow biomes)
» Boneback (hunter)(savannah)


► 2 New Pets
» Goofer (level 73 Creation)
» Construct of Servility (level 83 Creation)


► 2 New NPCs
» Crystal Lottoman (crystevia)
» Crystal Trader (crystevia)


► 13 New Weapons
» Crystal Maul (sword)
» Void Sword (sword)
» Ultraflame (sword)
» Blast Barrel (spread shotgun)
» Construct (gun)
» Crystal Carver (gun)
» Crystal Staff
» Cryston Staff
» Crystik Staff
» Crystaneer (sniper)
» Orbocron (energy weapon)
» Crystal Greatblade
» Shroomic Greatblade


►New Armor: Crystallis Armor
» 66% Chance To Deal Double Melee Damage
» 20% Chance To Deal 45% Of Base Damage To Yourself Too



◘ Functional Changes:
► New Death System

» Depending on a player's augury level they can now keep certain items on death
» Armor that a player is wearing is kept at level 20
» Weapons are kept at level 30
»» There is a GameRule to disable this feature called /keepNoInventory
»» There is a GameRule to keep everything still called /keepAllInventory


► Skill Changes
» Foraging:
»» Foraging exp has been boosted across all drops
»» Chances of foraging has been boosted across all drops

» Creation:
»» All members of the Draggy familiar had a large exp nerf
»» Ender Carriers had a large exp nerf
»» Spikebacks, Rammerhorns & Alluricorns had an exp buff



» New Augury Training:
»» Crystals that are made at Crystal Stations in Crystevia can now be converted to Essence
»» The type of Essence depends on a player's level
»» At least level 35 is needed
»» Converted at a 'Crystal Extension Shrine'

» Slight Generation Changes:
»» New water colours in several dimensions
»» Gardencia received a slight change to the amount of plants / flowers that generate (increased)


» Balance Changes:
»» Eeo's received a major health nerf in their scared form
»» Eeo blindness has been reduced largely
»» Emberstone Sword damage was decreased by 2 damage
»» Gimmick had a damage boost
»» Spectacle had a damage reduction


►Too many bugfixes to list.

Can you add support for TiCon? :p
 

Yusunoha

New Member
Jul 29, 2019
6,440
-4
0
new day, new update, and today it's @OreCruncher with Thermal Recycling
OreCruncher said:
Thermal Recycling 0.3.0ALPHA
  • Added Thermal Recycler machine

and @FireDrgn with Tooltips
FireDrgn said:
Tooltips 1.0.0
  • Finally the official release. Added/Fixed a few API features and redid the way you need the mod.

and @Hea3veN with TwinTails
Hea3veN said:
TwinTails
A Minecraft mod that adds twintails. This mod adds several cosmetic "Hair Tie" items, which can be equipped in the helmet armor slot. The recipe is one slimeball in the center of the crafting grid and 4 colored wool in a plus shape around it.

More info, source and issue tracker at github: https://github.com/hea3ven/TwinTails

Recipes
1cC8LSf.gif

and @OnyxDarkKnight with Jewelrycraft 2
OnyxDarkKnight said:
Jewelrycraft 2 alpha-21
  • Fixed some grammatical errors from the guide.
  • Made the Smelter basin and bucket look metallic
  • Made the Jeweler's Crafting Table texture to have a wooden top and stone legs
  • Updated forge to version 10.13.3.1395
  • Changed the Jeweler's Crafting Recipe to use stone instead of cobblestone
  • Fixed Fossils and Archeology from crashing
  • Added a mcmod.info and a logo to it

and @MysteriousAges with Magic Bees
MysteriousAges said:
Magic Bees 2.3.0
  • Full release of Botania integration.
  • 8 new bee species, all about Botania
  • Beegonia and Hiveacynth
  • Manasteel apiary and arborist tools
  • Some updates to internal stuff that you probably don't care about.

and @Ferdz with Placeable Items
Ferdz said:
Placeable Items 1.4.1
  • Added bucket interaction (right click with filled bucket to fill a placed bucket)
  • Optimized ingot's texture handling
  • Changed ingot's texture
  • Minor code refactoring

and @octarine_noise with Better Foliage
octarine_noise said:
Better Foliage 1.0.11
  • missing grass and particle textures will no longer crash the game
  • added Hanging Grass