PlasticCraft Wiki
Advertisement
Tehkrush
Site Navigation

Home Page
Installation
Blocks & Items
IDs & Configs
Discontinued_Items


The amount of Block ID's used by Plasticcraft = 9
The default Block ID's used = 125 - 133
The amount of Item ID's used in Plasticcraft = 38
The default Item ID's used by Plasticcraft = (1001 - 1030) + (1040 - 1043) + (1050 - 1052)

The block ID's can be changed after an initial successful installation of Plasticcraft.
If you are playing Single Player then you need to edit the client-side properties file
to the block ID's you wish to use, but only if you have a block ID conflict.
If playing Multi-Player, then if you need to change the block ID's on the server, then
you MUST change the block ID's on your client to match.
.... and Yes, the server-side block ID's are read by the mod, so it works if they are changed.
When your Client or Server is successfully run for the first time with Plasticcraft installed, a properties file is generated.
This properties file is called : "mod_PlasticCraft.props" and
should appear on the client in .minecraft/config folder
On the server, the same named file should appear in the (Server
Directory)/config
folder.
C4 config options explained HERE
The current properties file should contain the following information

blockPlastic=125
blockPlasticGoo=126
blockC4=127
blockPlexiglass=128
blockPlexiglassDoor=129
blockPlasticMachine=130
blockFloorMat=131
blockLatexTap=132
blockRope=133
itemPlasticBall=1001
itemClearBall=1002
itemPlasticStick=1003
itemMould=1004
itemFilledMould=1005
itemWoodFlour=1006
itemPlasticString=1007
itemSiliconChip=1008
itemGelatinBowl=1009
itemGelatin=1010
itemGooPlastic=1011
itemRubberBall=1012
itemTape=1013
itemPlexiglassDoor=1014
itemBattery=1015
itemSilicon=1016
itemPlasticBoat=1017
itemC4Remote=1018
itemPlasticBucket=1019
itemPlasticWaterBucket=1020
itemPlasticMilkBucket=1021
itemPlasticLatexBucket=1022
itemEmptyBottle=1023
itemWaterBottle=1024
itemMilkBottle=1025
itemNeedle=1026
itemRedNeedle=1027
itemJello=1028
itemSynthCloth=1029
itemRope=1030
itemIronLatexBucket=1031
armorNightVisionGoggles=1040
armorKevlarVest=1041
armorKevlarLegs=1042
armorFallDampeningBoots=1043
toolPlasticShovel=1050
toolPlasticPickaxe=1051
toolPlasticAxe=1052
entityC4ID=250
entityC4NetID=250
entityPlasticBoatID=251
entityPlasticBoatNetID=251
guiMicrowaveID=250
guiExtractorID=251
guiAdvExtractorID=252
guiUncrafterID=253
c4Power=10
c4Fuse=6
c4Enhanced=true
nightvisionStyle=SDK

Advertisement