mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-23 13:55:38 +02:00
Fixed item IDs from last commit
This commit is contained in:
parent
baa9d2a81d
commit
e16e4d3818
@ -1,6 +1,6 @@
|
||||
Namespace Items.Standard
|
||||
|
||||
<Item(510, "Damp Rock")>
|
||||
<Item(293, "Damp Rock")>
|
||||
Public Class DampRock
|
||||
|
||||
Inherits Item
|
||||
|
@ -1,6 +1,6 @@
|
||||
Namespace Items.Standard
|
||||
|
||||
<Item(511, "Heat Rock")>
|
||||
<Item(294, "Heat Rock")>
|
||||
Public Class HeatRock
|
||||
|
||||
Inherits Item
|
||||
|
@ -1,6 +1,6 @@
|
||||
Namespace Items.Standard
|
||||
|
||||
<Item(513, "Icy Rock")>
|
||||
<Item(296, "Icy Rock")>
|
||||
Public Class IcyRock
|
||||
|
||||
Inherits Item
|
||||
|
@ -1,6 +1,6 @@
|
||||
Namespace Items.Standard
|
||||
|
||||
<Item(514, "Light Clay")>
|
||||
<Item(297, "Light Clay")>
|
||||
Public Class LightClay
|
||||
|
||||
Inherits Item
|
||||
|
@ -1,6 +1,6 @@
|
||||
Namespace Items.Standard
|
||||
|
||||
<Item(512, "Smooth Rock")>
|
||||
<Item(295, "Smooth Rock")>
|
||||
Public Class SmoothRock
|
||||
|
||||
Inherits Item
|
||||
|
Loading…
x
Reference in New Issue
Block a user