Difference between revisions of "Upcoming Release"

From LugdunonWiki
Jump to: navigation, search
 
(165 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''0.5.13'''
+
{{engine}}
  
 +
'''''0.8.9'''''
 +
 +
 +
''Last Updated: 07/07/2019''
 +
 +
 +
 +
 +
Mods altered in this update:
 +
 +
 +
 +
 +
Server mods altered in this update:
  
''Last Updated: 23/01/2014''
 
  
  
  
 
/etc files altered in this update:
 
/etc files altered in this update:
*items.json
+
 
*recipes.json
+
  
  
  
 
Release Notes:
 
Release Notes:
*Fixed an issue causing an error when an action is performed with an item that has no action presence defined for that type of action.
+
 
*Added some code to help track replicate the 'character stuck in movement bug'. I replicated it! Now to actually fix it...
+
 
*Added Brash's quote to the presskit.
+
 
*Added a steel plate item and crafting recipe.
+
[[Category:Releases|Upcoming Release]]
*All plate armor (and the fermentation vessel) now require steel plates instead of steel bars to craft.
+
*ItemDefinition / Item toJSONObject() implementation completed.
+
*Campfires can no longer be healed past their maximum durability.
+
*Integrated the ItemWorthCalculator with server. This will auto-calculate all item costs that are created with recipes.
+
*Item worth calculation now takes into account if a recipe material is not consumed. In this event, the item worth is incremented by 1/8 of the worth of the unconsumed recipe material.
+
*Item worth calculation now takes into account is the result is a stack of items. In this event the item's worth is divided by the stack size of the result.
+
*Adjusted the cost of ores to make a little more sense.
+
*Added net.lugdunon.state.item.action.update.CandleUpdateAction to server-side code base.
+
*Placed candles now have a duration of 5 minutes. After 5 minutes, they will burn out and be removed from the world.
+
*Feathers are now white again.
+

Latest revision as of 15:14, 7 July 2019

Engine Content: This information applies to the engine and therefore to all servers.

0.8.9


Last Updated: 07/07/2019



Mods altered in this update:



Server mods altered in this update:



/etc files altered in this update:



Release Notes: